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

[Bug] Handle user input when using --output option #1

Closed
sundowndev opened this issue Nov 29, 2018 · 0 comments
Closed

[Bug] Handle user input when using --output option #1

sundowndev opened this issue Nov 29, 2018 · 0 comments
Labels
help wanted Extra attention is needed kind/bug Something isn't working

Comments

@sundowndev
Copy link
Owner

sundowndev commented Nov 29, 2018

Example command: python phoneinfoga.py -n "+856 XX XX XXX XXX" -s all --osint -o result.txt

The tool is unable to print in the CLI since it is sending output to the file.

Temporary solution, disable OSINT scan when using output option :

if args.osint:
    print '\033[91m[!] OSINT scanner is not available using output option (sorry).'
    sys.exit()
@sundowndev sundowndev added the kind/bug Something isn't working label Nov 29, 2018
@sundowndev sundowndev changed the title [Bug] Handle Google cookie input when using --output option [Bug] Handle user input when using --output option Nov 30, 2018
sundowndev added a commit that referenced this issue Nov 30, 2018
Added support for json files to make scanners easier to handle. Added a temporary solution for bug #1 and removed proxy list because they were used as HTTP proxies (so useless for requests using HTTPS) and Google was blacklisting them instantly without taking care of the whitelist cookie.
@sundowndev sundowndev added the help wanted Extra attention is needed label Dec 11, 2018
@sundowndev sundowndev pinned this issue Feb 23, 2019
@sundowndev sundowndev unpinned this issue Mar 14, 2019
sundowndev added a commit that referenced this issue Mar 19, 2019
Allow to print to both stdout and stderr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant