Best Blackhat Forum

Full Version: [GET]#1 WP Plugin Licensing +Encryption Solution is HERE <<
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[GET]#1 WP Plugin Licensing +Encryption Solution is HERE <<

The bla bla bla
Code:
http://www.warriorforum.com/warrior-special-offers-forum/683102-1-wp-plugin-licensing-encryption-solution-here.html

Download
[hide]http://www.uploadseeds.com/download.php?uid=0G2EB8Q2[/hide]

Virustotal.com
Code:
https://www.virustotal.com/file/43a3c073798d59b2e507d6a275a03bb50bfb0783c848b15c33e3180d28af4859/analysis/1349716233/
dude, that was quick lol

does it have to be nulled?
Can someone decrypt and tell me how to base64 code in the plugin.txt file? I don't think is nulled...
I think I decoded the base64 parts in plugin.txt.. please let me know if incorrect:

-------------------------------------------------------------------------------------------------

$domain = strtolower($_SERVER["HTTP_HOST"]);
$multidomain = "multidomain";
if (substr($domain, 0, 4) == "www.") $domain = substr($domain, 4);
$k = strlen($domain) - 1;
$j = 0;
$l = strlen($multidomain) - 1;
for ($i=0; $i<strlen($_license); $i++)
{
$symbol = $_license[$i].$_license[$i+1];
$single[] = chr(hexdec($symbol) ^ ord($_salt[$j]) ^ ord($domain[$k]));
$multiple[] = chr(hexdec($symbol) ^ ord($_salt[$j]) ^ ord($multidomain[$l]));
$j++;
if ($j >= strlen($_salt[$j])) $j = 0;
$k--;
if ($k < 0) $k = strlen($domain) - 1;
$l--;
if ($l < 0) $l = strlen($multidomain) - 1;
$i++;
}

if (is_array($single))
{
$result = implode("", $single);
if (substr($result, 0, strlen($domain)) == $domain) return substr($result, strlen($domain)+1);
}

if (is_array($multiple))
{
$result = implode("", $multiple);
if (substr($result, 0, strlen($multidomain)) == $multidomain) return substr($result, strlen($multidomain)+1);
}

return false;

----------------------------------------------------------------------------------------------------

second base64 set:

$j = 0;
$code = "";
for ($i=0; $i<strlen($_code); $i++)
{
$symbol = $_code[$i].$_code[$i+1];
$code .= chr(hexdec($symbol) ^ ord($_key[$j]));
$j++;
if ($j >= strlen($_key[$j])) $j = 0;
$i++;
}
return $code;
are there any training videos available for making your own plugins? i'd love to get into that, there money to be made there.
He wants $77 for the WSO....unsure about videos...
yea kinda pain in the ass i cant find any videos on how to use the plugin lol...
Why on earth is he asking $77 for a S***** plugin that he cant even keep secure himself another big time warrior guru bites the dust... stupid kids :D
(10-09-2012 06:18 AM)darkphp Wrote: [ -> ]yea kinda pain in the ass i cant find any videos on how to use the plugin lol...
Why on earth is he asking $77 for a S***** plugin that he cant even keep secure himself another big time warrior guru bites the dust... stupid kids :D
Red Added JUST FOR THE COOL STATEMENT!!
Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin Biggrin
42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock 42rock
Thanks for share and yes i agree $77 is a pain in the arxe ;)
New mirror:

[hide]http://uploadmirrors.com/download/CAIJ1PFF/WPErmit-Bestblackhatforum.com-Darkphp.zip[/hide]
Pages: 1 2
Reference URL's