Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Analyzer] Phunter #2286

Open
mlodic opened this issue Apr 30, 2024 · 3 comments
Open

[Analyzer] Phunter #2286

mlodic opened this issue Apr 30, 2024 · 3 comments
Assignees

Comments

@mlodic
Copy link
Member

mlodic commented Apr 30, 2024

Name

Phunter

Link

https://github.com/N0rz3/Phunter

Type of analyzer

generic, for phone numbers only (add verification of the input)

Why should we use it

free and open source

Possible implementation

https://github.com/N0rz3/Phunter
it seems they do not have a json output natively.

@pranjalg1331
Copy link

@mlodic, Since Phunter is a CLI tool, could you elaborate on how to integrate it with Intelowl?
The approach that comes to my mind is a docker-based integration. This involves creating a Flask API, using Python's subprocess module to run the commands.

@mlodic
Copy link
Member Author

mlodic commented Jan 2, 2025

As I stated in the issue, the main problem here is that there is no JSON output available and that would not work even with a docker-based integration. One idea could be to add this as an option to original tool as a contribution and then use it here. You could also export the main logic of the tool outside the main used by the CLI to a separate function that could be imported. In that way, a simple python import would be enough

@basedBaba
Copy link

Hello! I would like to work on this issue. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants