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.
- Rust
- Cargo
Install the Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shgit clone https://github.com/your-repository/rustfuzz.git
cd rustfuzz
cargo build --releaseBasic Usage
./target/release/rustfuzz <target_URL>Example:
/target/release/rustfuzz http://example.com/loginYou can check various Injection tests and detect Injection vulnerbilities. This is the same to previous Python-based FuzzingTool.
- Ensure you have proper authorization before testing a target system.
- Use responsibly and only for ethical penetration testing.