mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-30 13:07:22 +02: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:
parent
116823c271
commit
b7d6038b63
@ -1,4 +1,4 @@
|
|||||||
//<?php
|
/*<?php /**/
|
||||||
|
|
||||||
# Everything that needs to be global has to be made so explicitly so we can run
|
# 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);
|
# inside a call to create_user_func($user_input);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user