Nmap Command Architect
Network Mapper is used for network discovery and vulnerability scanning.
Compiled CLI Command
nmap -sS -sV -O -T4 192.168.1.1
SQLMap Command Architect
SQLMap automates the process of detecting and exploiting SQL injection flaws.
Compiled CLI Command
sqlmap -u "http://example.com/item.php?id=1" --random-agent --dbs
Netcat (nc) Command Architect
Netcat is a networking utility for reading and writing data across network connections.
Compiled CLI Command
nc -nvlp 4444
Gobuster Command Architect
Gobuster is used to brute-force URIs (directories/files) and DNS subdomains.
Compiled CLI Command
gobuster dir -u http://target.com -w /usr/share/wordlists/dirb/common.txt