Senuke 6.44 cracked (Pro version) working version







SEnuke SEO Software is your secret weapon to search engine domination

Official Price is $200.45




Step 1: Download Wampserver
Code:
http://www.wampserver.com/en/download.php


Step 2: Setup Wampserver

Step 3:

Download senuke 6.44 and setup:
Code:
http://fileups.net/273AF
Password:
Code:
http://www.blackhatteam.com


Step 4: Copy and Paste "senuke_scripts" to C:\wamp\www

Step 5:

Get any editor to edit
Code:
C:\windows\system32\drivers\etc\hosts

add this to your host file


Code:
127.0.0.1 www.senuke.com
127.0.0.1 senuke.com

Autocaptcha:
open C:\wamp\www\senuke_scripts\captcha\main.php to change decaptcher.com settings

Step 6: run senuke 6.44

User: blackhatteam
Pass: blackhatteam

Make sure that WampServer is started Start > Program Files > WampServer > Start WampServer

Enjoy!

Dont forget to say Thanks. Please hit the Thanks but






Code:
Kaspersky 7.0.0.125 2010.04.30 Trojan.Win32.VkHost.xp
i tested setup file from senuke.com

it's same


http://www.virustotal.com/analisis/8...0b3-1272644691


it's not trojan

Can sb post the whole code for main.php file, cause I made some changes and now it's tottaly crap cause I delete some lines and I need to recover it. Thanks in advance


[EDIT]
Guys if you want to turn on curl you have to click tle left button on the wamp server icon in task bar and choose PHP - PHP extensions - php-curl. It will restart and you will have curl enabled and after that it will be working


PHP Code:
<?PHP

$fullfilepath 
$_FILES["pict"]["tmp_name"];
$trynum 0;

//do {

$data = array
(
                
'function' => 'picture2',
                
'pict' => '@'.$fullfilepath,
                
'username' => '*******',
                
'password' => '********',
                
'pict_to' => '0',
                
'pict_type' => '0',
                
'submit' => 'Send',
);

$curl curl_init();
curl_setopt($curlCURLOPT_URL"http://poster.decaptcher.com/");
curl_setopt($curlCURLOPT_VERBOSEtrue);
curl_setopt($curlCURLOPT_POSTtrue);
curl_setopt($curlCURLOPT_RETURNTRANSFERtrue);
curl_setopt($curlCURLOPT_FOLLOWLOCATIONtrue);
curl_setopt($curlCURLOPT_POSTFIELDS$data);

$result curl_****($curl);
curl_close($curl);

$pieces explode("|"$result);

$trynum++;

echo 
"t".$trynum;

//} while ($pieces[5] == "" && $trynum < 50);

echo "text='".$pieces[5]."'";

?>