Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rustfuzz

This tool is a Rust-based script designed for testing various injection vulnerabilities in web applications. It includes modules for testing XSS, SQL injection, NoSQL injection, OS command injection, CRLF injection, LDAP injection, XPath injection, XSLT injection, XXE vulnerabilities, and more.

Requirements

  • Rust
  • Cargo

1 Install Rust

Install the Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

2 Build Rustfuzz

git clone https://github.com/your-repository/rustfuzz.git
cd rustfuzz
cargo build --release

Usage

Basic Usage

./target/release/rustfuzz <target_URL>

Example:

/target/release/rustfuzz http://example.com/login

You can check various Injection tests and detect Injection vulnerbilities. This is the same to previous Python-based FuzzingTool.

Notes

  • Ensure you have proper authorization before testing a target system.
  • Use responsibly and only for ethical penetration testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages