Skip to content

Advanced credential-cracking tool in Rust, designed to perform brute-force and dictionary attacks on various network protocols with high efficiency and reliabilit

Notifications You must be signed in to change notification settings

ElNiak/RustyNetCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RustyNetCracker

Advanced credential-cracking tool in Rust, designed to perform brute-force and dictionary attacks on various network protocols with high efficiency and reliabilit

Key Features

  • Multi-Protocol Support: Support for SSH, FTP, HTTP, SMTP, and other common protocols.
  • High Performance: Utilize Rust's concurrency model to perform high-speed attacks.
  • Distributed Cracking: Capability to distribute the cracking process across multiple machines.
  • Customization: Allow users to customize attack parameters, wordlists, and rules.
  • Reporting: Generate detailed reports on successful attacks and attempts.

Installation

  1. Clone the repository:
git clone
  1. Build the project:
cargo build --release

Usage

cargo run -- --target <target_address> --protocol <protocol> --credentials <username:password> --log_file <log_file_path>

cargo run -- --target 192.168.1.100:22 --protocol ssh --credentials user:password123 --log_file custom_log.txt --log_level INFO

About

Advanced credential-cracking tool in Rust, designed to perform brute-force and dictionary attacks on various network protocols with high efficiency and reliabilit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages