An open API service indexing awesome lists of open source software.

https://github.com/qeeqbox/captcha-bypass

A threat actor may bypass the Completely Automated Public Turing test to tell Computers and Humans Apart (captcha) by breaking the solving logic, human-assisted solving services, or utilizing automated technology
https://github.com/qeeqbox/captcha-bypass

bypass captcha example infosecsimplified metadata qeeqbox visulization vulnerability

Last synced: 3 months ago
JSON representation

A threat actor may bypass the Completely Automated Public Turing test to tell Computers and Humans Apart (captcha) by breaking the solving logic, human-assisted solving services, or utilizing automated technology

Awesome Lists containing this project

README

        

A threat actor may bypass the Completely Automated Public Turing test to tell Computers and Humans Apart (captcha) by breaking the solving logic, human-assisted solving services, or utilizing automated technology.

## Example #1
1. Threat actor fills up a feedback form with the wrong captcha
2. Server sends a request to answer the captcha correctly
3. Threat actor fills up a feedback form with null
4. Sever does not handle null properly and continues to process the request

## Impact
Vary

## Risk
- Perform unauthorized action

## Redemption
- Different captcha
- Device fingerprinting

## ID
d9d7a4e5-dfa6-4d7a-a5c2-65799113437d

## References
- [perimeterx](https://www.perimeterx.com/resources/blog/2020/captchas-hard-for-humans-easy-for-bots/")