Start:
msfconsole
Module loading:
use path/to/module
auxiliary/gather/enum_dns | DNS enumeration |
---|
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