Msfvenom tutorial
Simple commands
msfconsole
msfdb run <--- This will start database and msfconsole at once.
msfvenom -h
msfvenom --help-formats
msfvenom -l formats
msfvenom -l payloads
Add Module from Exploit-DB
searchsploit exploit_name
mkdir -p ~/.msf4/modules/exploits/name_of_the_exploit/exploit
searchsploit -m path/of/the/exploit.rb
msfconsole
search exploit
SearchSploit tool
searchsploit -u <-- Update searchsploit
searchsploit -m path/to/the/exploit <-- Copy to cwd
searchsploit -x exploit <-- Look at the exploit contents
Last modified 3yr ago