Multithreaded
host enumeration- Build in
TCP port knocking
ARP
basedinformation gathering
OUI lookups
and support tools
- Build Rustsweep and run a test session (basic):
bash build.sh
Flag | Description |
---|---|
-p | IP pattern (e.g. 192.168.178.x) |
-e | Enable TCP port scanning |
-f | Specify the port where the TCP scan starts |
-l | Specify the port where the TCP scan ends |
-i | Enable OUI lookup feature |
-o | Custom path of oui db file |
-d | ICMP request deadline |
-t | TCP handshake timeout |
--http-test | Web UI/Server test |
- Enable port scanning and OUI lookup (adjust private ip pattern for your network)
sudo ./target/release/rustsweep -p 192.168.178.x -e -f 1 -l 500 -i
This project is published under the MIT License. See the LICENSE file for more details.