BypassFilter – It is an automated Linux tool for finding vulnerabilities in web applications related to incorrect processing:
Important
- Uploaded files (bypassing the extension check);
- URL parameters (LFI, RCE, SQLi via encoding);
- Input filters (WAF, blacklist checks).
This utility is being developed to study some simple vulnerabilities and to automate and speed up the processes involved in finding these vulnerabilities.
Note
Functional:
- Generating payloads
- Sending HTTP requests
- Analyzing responses
- Logging in SQLite / MongoDB
- Acceleration via C++
- Bash scripts
- ✔ Bash
- ✔ Python
- ✔ SQLite / MongoDB
- ✔ C++
- ✔ cURL and other tool
Warning
The repository will contain the file requirements.txt
Later.
BypassFilter
├── src/
│ ├── bash-src/
│ └── cpp-src/
Later.
Later.
Later.