vincentcox / bypass-firewalls-by-DNS-history

Firewall bypass script based on DNS history records. This script will search for DNS A history records and check if the server replies for that domain. Handy for bugbounty hunters.
MIT License
1.2k stars 262 forks source link

Virustotla requires Recaptcha #12

Open bileltechno opened 3 years ago

bileltechno commented 3 years ago
curl -H 'user-agent: Mozilla' -s https://www.virustotal.com/ui/domains/bugcrowd.com/subdomains\?limit\=
{
    "error": {
        "message": "Please re-send request with a valid reCAPTCHA response in the \"x-recaptcha-response\" header",
        "code": "RecaptchaRequiredError"
    }