The gMan nixWiki

Because the mind is made of Teflon...

User Tools

Site Tools


cheat_sheets_metasploit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cheat_sheets_metasploit [2022/12/31 21:44] – [Search for Module] gmancheat_sheets_metasploit [2022/12/31 21:50] (current) – [Two Common Commands] gman
Line 53: Line 53:
  
 ''info'' - To see more information on the loaded module. You can see info on any module at any time by using the command ''info'' followed by the full path the module you need info on. ''info'' - To see more information on the loaded module. You can see info on any module at any time by using the command ''info'' followed by the full path the module you need info on.
- Parameters (Keywords):**+ 
 +**Parameters (Keywords):**
  
 ^  Keyword    Description                              ^ ^  Keyword    Description                              ^
Line 65: Line 66:
 |  ref       | modules with a specific ref.              | |  ref       | modules with a specific ref.              |
 |  type      | search by type (exploit, auxiliary, post) | |  type      | search by type (exploit, auxiliary, post) |
- 
  
 ==== Search Result Ranking ==== ==== Search Result Ranking ====
Line 196: Line 196:
  
 ===== Syntax (Examples) ===== ===== Syntax (Examples) =====
 +
 +==== Two Common Commands ====
 +
 +After a successful exploit (and assuming your payload was Meterpreter), two common commands you will likely often want to try: 
 +
 +<code>
 +# priv esc to admin
 +getsystem
 +
 +# get a shell in the exploit directory on the target
 +shell
 +</code>
 +
  
 ==== msfvenom ==== ==== msfvenom ====
cheat_sheets_metasploit.1672523053.txt.gz · Last modified: by gman