-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling
Pyro57000 edited this page May 20, 2025
·
1 revision
- rust
- cargo
- openssl
- git clone this repo
git clone https://github.com/Pyro57000/pentest_tool.git - change directory into the folder
cd pentest_tool - compile the project with cargo
cargo build --release - copy the resulting binary to a place on your path
cp ./target/release/pentest_tool /usr/bin