====== Metasploit ====== Start: msfconsole Module loading: use path/to/module ===== Interesting modules ===== ^ auxiliary/gather/enum_dns | DNS enumeration | ===== Installation ===== ==== Debian Testing ==== curl http://apt.metasploit.com/metasploit-framework.gpg.key | sudo apt-key add - echo "deb http://apt.metasploit.com/ sid main" > /etc/apt/sources.list.d/metasploit.list apt update && apt upgrade && apt install metasploit-framework