1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-02-16 00:24:29 +01:00

Change PHP meterpreter header comment style

This commit fixes cases where stageless meterpreter payloads may not run
if they are loaded within a PHP context that's already inside the
opening and closing <?php ... ?> tags. While this is rare, it's possible
that this may happen. This approach matches that which we use for staged
payloads.
This commit is contained in:
OJ 2016-11-29 19:43:34 +10:00
parent 116823c271
commit b7d6038b63
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

View File

@ -1,4 +1,4 @@
//<?php
/*<?php /**/
# Everything that needs to be global has to be made so explicitly so we can run
# inside a call to create_user_func($user_input);