This page was exported from phaq [ http://phaq.phunsites.net ] Export date:Sat Apr 20 2:04:42 2024 / +0000 GMT ___________________________________________________ Title: De-Scrambler for obfuscated PHP code --------------------------------------------------- Thinking about security risks of obfuscated PHP code found in some freely available PHP scripts and WordPress themes, I wrote a quick'n'dirty De-Scrambler. The De-Scrambler tries to reveal the source code behind obfuscated block like these: <? eval(gzinflate(str_rot13(base64_decode('DZe3DsTWEV ----shortened---- Z9//g8=')))); ?> The De-Scrabmler works on obfuscated blocks containing eval()'ed code created through gz_deflate(), base64_encode() and str_rot13() functions. It's very simple to use even for non-pro's. Just copy-paste the scrambled text block into the form and let the De-Scrambler do the rest. Start PHP De-Scrambler Sample view of scrambled code in a WordPres Theme: --------------------------------------------------- Images: http://phaq2.phunsites.net/wp-content/uploads/2010/12/wp_theme_editor-300x158.png --------------------------------------------------- --------------------------------------------------- Post date: 2010-12-15 01:41:11 Post date GMT: 2010-12-15 00:41:11 Post modified date: 2010-12-18 17:34:51 Post modified date GMT: 2010-12-18 16:34:51 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com