The gMan nixWiki

Because the mind is made of Teflon...

User Tools

Site Tools


cheat_sheets_various

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_various [2024/02/04 02:50] – [Notes] gmancheat_sheets_various [2024/02/04 03:05] (current) – [net commands (Windows)] gman
Line 322: Line 322:
 ===== msfvenom ===== ===== msfvenom =====
  
-==== Reverse Shell Payload ==== +To see the available payloads: ''msfvenom -l payloads'' (filter by piping to grep)
- +
-To see the available payloads: ''msfvenom -l payloads'' +
-  * Filter by piping to grep+
   * [[https://infinitelogins.com/2020/01/25/msfvenom-reverse-shell-payload-cheatsheet/ | Cheat Sheet]]   * [[https://infinitelogins.com/2020/01/25/msfvenom-reverse-shell-payload-cheatsheet/ | Cheat Sheet]]
  
-First, build a payload with MSFVenom:+First, build a payload with MSFVenom (e.g., a reverse shell payload):
  
 <code> <code>
Line 335: Line 332:
  
 # -p    = payload # -p    = payload
-# LHOST = our local host IP address (this is your machine's IP address) +# LHOST = local host IP address (this is your machine's IP address) 
-# LPORT = the port to listen on (this is the port on your machine)+# LPORT = local port to listen on (this is the port on your machine)
 # -f    = format (of the output) # -f    = format (of the output)
 # R     = export the payload in raw format # R     = export the payload in raw format
Line 357: Line 354:
 ---- ----
  
 +===== net commands (Windows) =====
 +
 +stuff
 +1
 +----
  
  
cheat_sheets_various.1707015035.txt.gz · Last modified: by gman