Dhayalanb / windows-php-reverse-shell

Simple php reverse shell implemented using binary .
394 stars 181 forks source link

Undefined variable $res #4

Open oddworldng opened 2 years ago

oddworldng commented 2 years ago

There is a warning when you run this php script:

php_reverse_shell

In line 11, you can't use $res .= because there is not a $res variable before.

php_reverse_shell_2