-
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
[!] Error: Virustotal probably now is blocking our requests #194
Comments
This error isn't new, they just need to rewrite the send_req() function. |
The problem is not with send_req, it seems virus total changed there url from
We faced such a problem when we dealt with this tool at Nmmapper Though I would suggest they offer an option of providing api for virustotal |
Same error here. The first two times worked perfectly but some days after the same error appears: "[!] Error: Virustotal probably now is blocking our requests". Any solution for this problem? |
Any solution? |
I submitted a quick fix for this issue via #285. The pull request adds a check for a |
@crahan How did you import api key inside the sublist3r |
I use the below code snippet in my .zshrc (or .bashrc) configuration file, which will load the API key from a text file (if it exists) whenever I open a shell. Alternatively you can just run
|
@crahan sorry for my dumb request...I am new to this Linux platform... I still couldn't fix my issue...Can you give me step-by-step instructions... Once again please accept my apology !!! |
You'll need to first install a copy with my fixes before you'll be able to use the API key solution. Without a patched (and working) copy of Sublist3r it might be a little tricky to set up. |
@crahan I did change the code as you said...But I get "Error: VirusTotal API key environment variable not found. Skipping" !!! |
No problem. Right before you run the Sublist3r command run the following:
After that, in the same terminal window, run the Sublist3r command. That should be all that's required. |
Based on that error, I don't think it's running the patched version of the code. |
@crahan Nah....My bad.........It's is working again.....Thanks for your help brother......I won't forget your kindness !!! |
Awesome, happy to hear all is well. Keep in mind though that free VirusTotal accounts have a cap on the number of API requests per minute (I think it's 4, last I checked). So you still might see errors if you query too quickly with Sublist3r. |
<script>alert(1)</script> |
How do you patch? |
@crahan @Toriqulislamshimanto @Leoangelo-45 @latest-release @GDATTACKER-RESEARCHER @DustinTheGreat check my fork. its a fixed bug-free working copy (only runs under python3 if properly installed), also has much faster bruteforcing capabilities using aiodnsbrute (instead of subbrute). |
[!] Error: Virustotal probably now is blocking our requests |
For those who still want to use this version, I have added a minimal fix in #327 that doesn't require an API key. This should restore Virustotal checks to working as normal. |
what is the actual VirusTotal API key? |
it doesn't work, some help? |
Sorry I did that but I am still getting the error. help please. |
Hey, worked fine for me. To have your personal Virustotal API Key, you can follow this documentation |
NOT WORKING FOR ME TOO =´[ |
|
Exporting the API didn't worked for me as well |
Saved my day! Works like a charm! Thank you! |
how to get our api key? |
everything is written here : documentation |
sorry for asking dumb question i'm new to linux how can i find my API of virus total |
just create an account and they will give you an api key |
Almost 4 years late, sorry:
|
Your second point is not working, por si las moscas. |
This is still an open issue. |
[!] Error: Virustotal probably now is blocking our requests
The text was updated successfully, but these errors were encountered: