Skip to content

Compiling

Pyro57000 edited this page May 20, 2025 · 1 revision

dependencies

  • rust
  • cargo
  • openssl

Compiling

  1. git clone this repo git clone https://github.com/Pyro57000/pentest_tool.git
  2. change directory into the folder cd pentest_tool
  3. compile the project with cargo cargo build --release
  4. copy the resulting binary to a place on your path cp ./target/release/pentest_tool /usr/bin

Clone this wiki locally