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
File "phoneinfoga.py", line 95, in
main()
File "phoneinfoga.py", line 71, in main
scanNumber(args.number)
File "phoneinfoga.py", line 38, in scanNumber
osintScan(number)
File "C:\Users\r00tsh3ll\Desktop\maal\PhoneInfoga\scanners\footprints.py", line 173, in osintScan
for result in search(req, stop=10):
File "C:\Users\r00tsh3ll\Desktop\maal\PhoneInfoga\lib\googlesearch.py", line 28, in search
if google_api_key and google_cx_id:
NameError: name 'google_api_key' is not defined
PhoneInfoga throws an error like above when I try python phoneinfoga.py -n number
The text was updated successfully, but these errors were encountered:
File "phoneinfoga.py", line 95, in
main()
File "phoneinfoga.py", line 71, in main
scanNumber(args.number)
File "phoneinfoga.py", line 38, in scanNumber
osintScan(number)
File "C:\Users\r00tsh3ll\Desktop\maal\PhoneInfoga\scanners\footprints.py", line 173, in osintScan
for result in search(req, stop=10):
File "C:\Users\r00tsh3ll\Desktop\maal\PhoneInfoga\lib\googlesearch.py", line 28, in search
if google_api_key and google_cx_id:
NameError: name 'google_api_key' is not defined
PhoneInfoga throws an error like above when I try python phoneinfoga.py -n number
The text was updated successfully, but these errors were encountered: