From 33450cb1baca4811a19025b96665b831c51466d1 Mon Sep 17 00:00:00 2001 From: Pyro57000 Date: Tue, 27 May 2025 12:19:20 -0500 Subject: [PATCH] ditto --- pentest_tool/src/cli.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pentest_tool/src/cli.rs b/pentest_tool/src/cli.rs index 0ff1f08..60ce362 100644 --- a/pentest_tool/src/cli.rs +++ b/pentest_tool/src/cli.rs @@ -60,7 +60,7 @@ fn help(command: Option){ "dns records" | "dr" => {println!("Command:dnsrecords\nAliases:dr\n\nThis command will run dns recon inside of your distrobox and save the results to your enumeration notes.")}, "brute force subdomains"| "bsd" | "gobuster dns" | "gd" => {println!("Command:brute force subdomains\nAliases:bsd,gobuster dns, gd\n\nthis command will run gobuster in the project's distrobox and save the results to your notes.")}, "dns enumeration" | "de" | "all dns stuff" | "ads" | "dns stuff" | "ds" => {println!("Command:dns enumeration\nAliases:de, all dns stuff, ads, dns stuff, de\n\nThis command will perform both dns record enumeration with dnsrecon, and subdomain enumeration using gobster inside of your distrobox and save the output to your notes.")}, - "modify tool config" | "mtc" => {println!("modify the tool config");} + "modify tool config" | "mtc" => {println!("Command: modify tool config\nAliases: mtc\n\nThis command lets you modify the tool's configuration.");} _ => () } } @@ -103,6 +103,7 @@ update git tools | ugt | update git | ug dns records | dr brute force subdomains| bsd | gobuster dns | gd dns enumeration | de | all dns stuff | ads | dns stuff | ds +modify tool config | mtc help | ? | -h ") }