A tool that automates work using known captcha bypass methods.
- git clone
- pip3 install -r requirements.txt
- Captcha param None method is success: It can be bypassed by completely deleting the parameter containing the Captcha Token.
- Captcha param Null method is success: It can be bypassed by leaving the value of the parameter containing the Captcha Token blank.
- Add Header method is success: bypass by adding X-Forwarded-Host, X-Forwarded-For, X-Originating-IP, X-Remote-IP, X-Remote-Addr, can be done.
- POST->GET method is potentially success: It can be bypassed by turning the POST method into a GET method. Manual control may be required!
- POST->PUT method is potentially success: It can be bypassed by converting the POST method to the PUT method. Manual control may be required!