EvilZone

Hacking and Security => Hacking and Security => Topic started by: L0rd_M@dness on April 30, 2013, 03:11:48 AM

Title: Metasploit Commands Reference?
Post by: L0rd_M@dness on April 30, 2013, 03:11:48 AM
*shiver shiver*
I did google I really did! But I did NOT find a thorough cheat sheet listing all the commands available through msfconsole INCLUDING their options.
I also did try -?, /?, --help, ?, and none of them give more info about the command.
Could someone gently please provide me with a reference?
Title: Re: Metasploit Commands Reference?
Post by: Ragehottie on April 30, 2013, 03:18:13 AM
http://www.offensive-security.com/metasploit-unleashed/Msfconsole_Commands (http://www.offensive-security.com/metasploit-unleashed/Msfconsole_Commands)


This?


Or maybe this:
http://www.offensive-security.com/metasploit-unleashed/Meterpreter_Basics (http://www.offensive-security.com/metasploit-unleashed/Meterpreter_Basics)


Idk, I have never used metasploit
Title: Re: Metasploit Commands Reference?
Post by: L0rd_M@dness on April 30, 2013, 03:27:47 AM
First of all, thanks. I'd found them too (first google hit lol), but those are not thorough by any means. Just a simple list of commands without introducing the options. It's a simple intro not a real reference.
Title: Re: Metasploit Commands Reference?
Post by: Snayler on April 30, 2013, 10:02:15 AM
First of all, thanks. I'd found them too (first google hit lol), but those are not thorough by any means. Just a simple list of commands without introducing the options. It's a simple intro not a real reference.
::)
Code: [Select]
mfs > help <command>
Code: [Select]
mfs > info <exploit>
Title: Re: Metasploit Commands Reference?
Post by: L0rd_M@dness on May 01, 2013, 06:45:51 AM
Thanks Snayler!