kaiux

PHP Mailer

Mar 9th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.80 KB | None | 0 0
  1. ######## Obfuscate PHP ########
  2. for ($wixvo4 = 0;$wixvo4 < $GLOBALS['bbulv67']($ypplm38);$wixvo4++) {
  3.        $ypplm38[$wixvo4] = $GLOBALS['dqlsj71']($GLOBALS['qomum45']($ypplm38[$wixvo4]) ^ 2);
  4. }
  5.  
  6. ######## Clear text PHP ########
  7. /*
  8.  * spambot sends key and value
  9.  * value is a base64 string that needs to be XORed
  10.  */
  11. $reversed = base64_decode($base64string);
  12. for ($index=0; $index < strlen($reversed); $index++) {
  13.     echo chr(ord($reversed[$index]) ^ 2);
  14. }
  15. /*
  16.  * The result is a list of email address
  17.  * and the page template
  18.  */
  19.  
  20. /*
  21. <USER>myrna_charles</USER>
  22. <NAME>"Myrna Charles"</NAME>
  23. <SUBJ>Re:  Milf adrianna jump on cock</SUBJ>
  24. <SBODY>
  25. <div>
  26. <div>Milf adrianna jump on cock <a href="http://XXXXXXXX/Wordpress/wp-content/uploads/user.php?%MAIL_EN%">here</a></div>
  27. </div>
  28. </SBODY>
  29. */
Add Comment
Please, Sign In to add comment