EH-Net

Resources => Tutorials => Topic started by: midnight monster on November 16, 2011, 11:21:39 PM



Title: metasploit how to show exploits
Post by: midnight monster on November 16, 2011, 11:21:39 PM
hello there i wanna ask  a question about metasploit i using backtrack and run ět from terminal when i use show exploit command i cant see a full list of expliots for example linux exploits can you tell why? :-\


Title: Re: metasploit how to show exploits
Post by: n3r on November 17, 2011, 01:02:17 AM
so what do you have when you run the command show exploits ?
and can you look for a particular exploit using the command search ?


Title: Re: metasploit how to show exploits
Post by: midnight monster on November 17, 2011, 10:33:46 AM
when i using show expliot command i see alot of only windows exploits and i dont know anything about search exploit can explian more


Title: Re: metasploit how to show exploits
Post by: mambru on November 17, 2011, 10:38:47 AM
maybe you should take the time to do some research:

http://www.offensive-security.com/metasploit-unleashed/Msfconsole_Search_Command (http://www.offensive-security.com/metasploit-unleashed/Msfconsole_Search_Command)

There's a lot of good resources out there and a great site called Google


Title: Re: metasploit how to show exploits
Post by: TheXero on November 17, 2011, 10:44:06 AM
@midnight monster, the list of exploit in an up to date copy of Metasploit is huge and will most likely take up more than 1 entire screen, pushing most of the other available exploits out of view.

Try doing a 'msfcli -l | grep linux' which will show all of the linux exploits.

Always remember to Google first before asking questions :)