We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
python3 webkiller.py
hit 1
hit 6
hit 8.8.8.8
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get error when I try to use the IP locate option:
python3 webkiller.py
hit 1
for Information Gatheringhit 6
for IP location Finderhit 8.8.8.8
as the input IPoutput:
The text was updated successfully, but these errors were encountered: