I get error when I try to use the IP locate option:
python3 webkiller.py
hit 1 for Information Gathering
hit 6 for IP location Finder
hit 8.8.8.8 as the input IP
output:
Traceback (most recent call last):
File "~/projects/webkiller/webkiller.py", line 125, in <module>
iplocation.__start__()
File "~/projects/webkiller/modules/iplocation.py", line 13, in __start__
source = ipapi.location(ip=site, key=None, field=None)
TypeError: location() got an unexpected keyword argument 'field'