sundowndev / phoneinfoga

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

Error while searching for footprints on web pages #147

Closed pariyopatel90 closed 5 years ago

pariyopatel90 commented 5 years ago

Don't know why this error came. plz guide

Would you like to use an additional format for this number ? (y/N) N [i] ---- Web pages footprints ---- [i] Searching for footprints on web pages... (limit=10) Traceback (most recent call last): File "C:\Users\HHH\Desktop\HHH\osint tools\PhoneInfoga-master\phoneinfoga.py", line 95, in main() File "C:\Users\HHH\Desktop\HHH\osint tools\PhoneInfoga-master\phoneinfoga.py", line 71, in main scanNumber(args.number) File "C:\Users\HHH\Desktop\HHH\osint tools\PhoneInfoga-master\phoneinfoga.py", line 38, in scanNumber osintScan(number) File "C:\Users\HHH\Desktop\HHH\osint tools\PhoneInfoga-master\scanners\footpri nts.py", line 173, in osintScan for result in search(req, stop=10): File "C:\Users\HHH\Desktop\HHH\osint tools\PhoneInfoga-master\lib\googlesearch .py", line 28, in search if google_api_key and google_cx_id: NameError: name 'google_api_key' is not defined

sundowndev commented 5 years ago

You have to create the config file. Please read the documentation at https://sundowndev.github.io/PhoneInfoga/install/#create-the-config-file.