uploaded the start of the pentest script.

This commit is contained in:
Pyro57000
2023-11-20 10:19:13 -06:00
committed by GitHub
parent 03f9b9ffb8
commit 1a5c05cf8c
3 changed files with 607 additions and 0 deletions

10
start_pentest/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "start_pentest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "5.0.1"