ditto
This commit is contained in:
@@ -60,7 +60,7 @@ fn help(command: Option<String>){
|
||||
"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
|
||||
")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user