-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Fix for VirusTotal error #285
base: master
Are you sure you want to change the base?
Conversation
I did fix accordingly to yours How to fix that? |
@GiangTieuDau try the following on lines 690 and 691.
And check the value of the headers you're sending and the response JSON that gets returned. Either the API key is not being sent, the API is not correct and causes an error, or some other error is happening. Printing either of those values should get you more details. |
|
[!] Error: Virustotal probably now is blocking our requests 😑😑😑😑😑.... Someone help me out Thank You |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix worked for me. Thanks for the patch brother
Worked for me. Thank you :)) |
This actually helps me thx! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working with me and fixing the issue of Error: Virustotal probably now is blocking our request
Where do I type this into |
it's not working for me i've tried all the things discussed, can any one help me out please :( |
in the Sublist3r.py file (type gedit ./sublist3r.py to modify) i've tried it and it's not working for me. did u find another way to solve this? |
This PR fixes the outdated VirusTotal API endpoint which has been reported in #194. It uses the value specified in the
VT_APIKEY
environment variable. If the the API key is missing, it prints an error message and skips the VirusTotal engine.