Skip to content

It is an automated Linux tool for finding vulnerabilities in web applications related to incorrect processing;

Notifications You must be signed in to change notification settings

Zer0nical/BypassFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡BypassFilter - ignore the extension checks.


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

🛠️ Technologies used:

  • ✔ Bash
  • ✔ Python
  • ✔ SQLite / MongoDB
  • ✔ C++
  • ✔ cURL and other tool

C++ Bash Script Python SQLite


🗂️ Auxiliary data

Warning

The repository will contain the file requirements.txt

Later.


📁 Project structure

BypassFilter
├── src/
│   ├── bash-src/        
│   └── cpp-src/       

Later.


✅ How to Install & Run

Later.


📧 Feedback & Contributions

Later.

About

It is an automated Linux tool for finding vulnerabilities in web applications related to incorrect processing;

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published