You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
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.
The text was updated successfully, but these errors were encountered: