https://github.com/s-b-repo/smfp
SMTP & FTP scanner using rust
https://github.com/s-b-repo/smfp
ethical-hacking ftp hacking kali-linux port rust smtp
Last synced: 8 months ago
JSON representation
SMTP & FTP scanner using rust
- Host: GitHub
- URL: https://github.com/s-b-repo/smfp
- Owner: s-b-repo
- License: mit
- Created: 2025-03-15T21:21:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T22:16:57.000Z (over 1 year ago)
- Last Synced: 2025-03-15T22:24:08.798Z (over 1 year ago)
- Topics: ethical-hacking, ftp, hacking, kali-linux, port, rust, smtp
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. Install Dependencies (Kali Linux):
sudo apt update && sudo apt install -y build-essential libpcap-dev cmake
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
install RustScan using Cargo:
cargo install rustscan
2. Create New Rust Project:
cargo new stealth_scanner
cd stealth_scanner
3. Build and Run:
# Build with maximum optimizations
RUSTFLAGS="-C target-cpu=native" cargo build --release
# Run with root privileges (required for raw sockets)
./target/release/whitehat-scanner