- Response manipulation.
- Use previously used captcha value.
- Use any token with same length(+1/-1).
- Remove the param value or remove the entire parameter.
- Change method from POST to GET(or PUT) and remove the captcha.
- Change body to JSON or vice-versa.
- Try OCR.
- Check whether the captcha is in the source code. (Ex: 2+2)
- Check whether the value of the captcha is in the source code.
- Try to use the same captcha value several times with the different sessionIDs.
- JSON Body? Combine 6 and 5.
- Add headers:
X-Forwarded-Host: 127.0.0.1
X-Forwarded-For: 127.0.0.1
X-Originating-IP: 127.0.0.1
X-Remote-IP: 127.0.0.1
X-Remote-Addr: 127.0.0.1
X-Client-IP: 127.0.0.1
X-Host: 127.0.0.1
Reference: