sundowndev / phoneinfoga

Information gathering framework for phone numbers
https://sundowndev.github.io/phoneinfoga/
GNU General Public License v3.0
12.76k stars 3.55k forks source link

couldn't get the osint option #93

Closed somali-creation closed 5 years ago

somali-creation commented 5 years ago

i could not find the osint option when i entered the python3 phoneinfoga.py -h, the output i got was; usage: phoneinfoga.py -n [options]

Advanced information gathering tool for phone numbers (https://github.com/sundowndev/PhoneInfoga) version v1.10.9

optional arguments: -h, --help show this help message and exit -n number, --number number The phone number to scan (E164 or international format) -i input_file, --input input_file Phone number list to scan (one per line) -o output_file, --output output_file Output to save scan results -s scanner, --scanner scanner The scanner to use --recon Launch custom format reconnaissance --no-ansi Disable colored output -v, --version Show tool version

sundowndev commented 5 years ago

Where did you read you have to use "osint" option ? Read the doc again because this is the old name of the footprints scanner (-s footprints)

ManuPratap commented 5 years ago

Traceback (most recent call last): File "phoneInfoga.py", line 17, in from lib.googlesearch import closeBrowser File "D:\Git\PhoneInfoga-master\lib\googlesearch.py", line 15, in from config import * ModuleNotFoundError: No module named 'config'