Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Metasploit ====== Start: msfconsole Module loading: use path/to/module ===== Interesting modules ===== ^ auxiliary/gather/enum_dns | DNS enumeration | ===== Installation ===== ==== Debian Testing ==== <code> 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 </code> Last modified: 2024-07-05 14:31