Skip to content

s4e-io/captcha-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

captcha-bypass

A tool that automates work using known captcha bypass methods.

INSTALL

  1. git clone
  2. pip3 install -r requirements.txt

Descriptions of Bypass Methods

  1. Captcha param None method is success: It can be bypassed by completely deleting the parameter containing the Captcha Token.
  2. Captcha param Null method is success: It can be bypassed by leaving the value of the parameter containing the Captcha Token blank.
  3. 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.
  4. POST->GET method is potentially success: It can be bypassed by turning the POST method into a GET method. Manual control may be required!
  5. POST->PUT method is potentially success: It can be bypassed by converting the POST method to the PUT method. Manual control may be required!

About

A tool that automates work using known captcha bypass methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages