Macos For Hacking
Network Tools :
Nmap
Ping
Whois
Wireshark
telnet
enumeration Tools :
burp-suite
gobuster
Exploitation Tools :
Metasploit
Network Tools :
Nmap Install :
brew install nmap
cd /usr/local/opt/nmap
ls /usr/local/opt/nmap/share/scripts/
Whois Ping :
brew install whois
cd /usr/local/opt/whois
Wireshark Install :
brew install --cask wireshark
/usr/local/wireshark/
Telnet Install :
brew install telnet
/usr/local/opt/telnet
Enumeration Tools :
Burp Suite
brew install --cask burp-suite
/usr/local/burp-suite
Gobuster :
brew install gobuster
/usr/local/opt/gobuster
Exploitation
Metasploit :
brew install metasploit
/usr/local/opt/metasploit
How Install All Tools :
brew install nmap whois telnet gobuster metasploit
brew install --cask wireshark burp-suite
Last updated
Was this helpful?