Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions facebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding: UTF-8 -*-

import sys
import mechanize
import cookielib
import random

Expand Down Expand Up @@ -62,7 +61,7 @@ def search():

#welcome
def welcome():
wel = """
welcome = """

+=========================================+
|.......... Facebook Crack ...........|
Expand All @@ -76,7 +75,7 @@ def welcome():
"""
total = open(passwordlist,"r")
total = total.readlines()
print wel
print welcome
print " [*] Account to crack : {}".format(email)
print " [*] Loaded :" , len(total), "passwords"
print " [*] Cracking, please wait ...\n\n"
Expand Down