def newmodule(self):
     print("\n\t [ Select Actions ]\n")
     print("{%s01%s} Dump id from group\n" % (G, N))
     c = raw_input("%s[%s+%s]%s Actions>> " % (G, R, G, N))
     if (c == "1" or c == "01"):
         dumps_group.dumps_group()
         interpreter.ASU()
     else:
         exit("%s[!]%s invalid option" % (R, N))
         raw_input("press enter to menu ...")
         interpreter.ASU()
def panggil(iterable):
    if len(iterable) != 0:
        print "\n%s[*]%s Found: %s" % (G, N, len(iterable))
        for i in iterable:
            print "%s[*]%s %s" % (G, N, i)
        print "\n[+] output: out/multiresult.txt"
        raw_input("press enter to menu...")
        interpreter.ASU()
    else:
        print "\n%s[!]%s no result found:))" % (R, N)
        raw_input("press enter to menu...")
        interpreter.ASU()
示例#3
0
 def opens(self,url):
     bs=bs4.BeautifulSoup(self.req.get(url,
     headers=self.headers).text,
         features="html.parser")
     for x in bs.find_all("a",href=True):
         if "berikan masukan" in x.text.lower():
             if len(self.wal) ==self.num:
                 break
             else:
                 print("\r* GET: %s Status..."%(
                     len(self.wal))),;sys.stdout.flush()
                 self.wal.append(self.i.format(x["href"]))
         if "lihat berita lain" in x.text.lower():
             self.opens(self.i.format(x["href"]))
     print
     if len(self.wal) !=0:
         if len(self.wal) < self.num:
             print("%s[!]%s hanya bisa mengambil %s status"%(R,N,len(self.wal)))
         o=ThreadPool(5)
         o.map(self.cek,self.wal)
         print("\n[*] finished.")
         raw_input("press enter to menu...")
         import interpreter
         interpreter.ASU()
     else:
         print("%s[!]%s no posts."%(R,N))
示例#4
0
 def uu(self):
     self.cp = raw_input("[?] post url: ").replace("www.facebook.com",
                                                   "mbasic.facebook.com")
     if self.cp == "": self.uu()
     else:
         ThreadPool(input("[?] Thread: ")).map(self.g, self.a)
         raw_input("\npress enter to menu...")
         interpreter.ASU()
 def thread(self):
     try:
         self.t = ThreadPool(input("%s[?]%s Thread: " % (G, N)))
     except Exception as e:
         print "%s[!]%s %s" % (R, N, e)
         self.thread()
     print "%s[*]%s output: out/%s" % (G, N, self.filename)
     self.t.map(self.run, self.a)
     if len(self.found) != 0:
         print "\n%s[*]%s %s id result written" % (G, N, len(self.found))
         print "\n%s[*]%s Result saved to: out/%s" % (G, N, self.filename)
         raw_input("\n[+] finished.\npress enter to menu...")
         interpreter.ASU()
     else:
         print "\n%s[!]%s No result found." % (R, N)
         os.remove("out/%s" % (self.filename))
         raw_input("[+] finished.\npress enter to menu...")
         interpreter.ASU()
示例#6
0
 def thread(self):
     try:
         self.t = ThreadPool(input("%s[?]%s Thread: " % (G, N)))
     except Exception as __error__:
         print("%s[!]%s %s" % (R, N, __error__))
         self.thread()
     self.t.map(self.ganti, self.a)
     print("\n[*] finished.")
     raw_input("press enter to menu...")
     interpreter.ASU()
示例#7
0
 def psn(self, koala):
     print("%s[*]%s <s> for space." % (G, N))
     self.msg = raw_input("%s[?]%s mesage: " % (G, N)).replace("<s>", "\n")
     if self.msg == "":
         return self.psn(koala)
     print
     for x in range(self.rrr):
         self.pr(koala[self.l - 1])
     raw_input("press enter to menu ...")
     interpreter.ASU()
示例#8
0
 def on(self):
     try:
         self.l = open(raw_input("[?] ID list: ")).read().splitlines()
     except Exception as e:
         print "%s[!]%s %s" % (R, N, e)
         self.detect2()
     self.ou()
     ThreadPool(5).map(self.k, self.l)
     print "\n[+] OUTPUT: out/" + self.out
     raw_input("[+] finished.\npress enter to menu...")
     interpreter.ASU()
示例#9
0
文件: main.py 项目: oi10536/reve
 def akin(self):
     if os.path.exists('config'):
         if os.path.exists('config/config.json'):
             if os.path.exists('config/config.json') != 0:
                 interpreter.ASU()
             else:
                 login()
         else:
             login()
     else:
         os.mkdir('config')
         login()
示例#10
0
 def f(self):
     try:
         self.ak = open(raw_input("%s[?]%s Account List: " %
                                  (G, N))).read().splitlines()
     except Exception as e:
         print "%s[!]%s %s" % (R, N, e)
         self.f()
     print "%s[*]%s total: %s account." % (G, N, len(self.ak))
     ThreadPool(10).map(self.create, self.ak)
     print "\n[+] finished."
     raw_input("press enter to menu...")
     interpreter.ASU()
示例#11
0
 def thread(self):
     try:
         self.th = ThreadPool(input("%s[?]%s Thread: " % (G, N)))
     except Exception as e:
         print("%s[!]%s %s" % (R, N, e))
         self.thread()
     self.th.map(self.change, self.a)
     print "\n\n"
     for x in self.ok:
         print x
     raw_input("\n\n[*] finished.\npress enter to menu...")
     interpreter.ASU()
示例#12
0
 def dumps(self, id):
     self.j = self.req.get(id).json()
     for x in self.j["data"]:
         z = open("out/group.txt").readlines()
         print("\r[%s%s%s] Writing..." % (R, len(z), N)),
         sys.stdout.flush()
         open("out/group.txt", "a").write(x["id"] + "\n")  #
     try:
         self.dumps(self.j["paging"]["next"])
     except:
         print "\n[+] finished."
         raw_input("press enter to menu...")
         interpreter.ASU()
示例#13
0
 def thread(self):
     try:
         self.p = ThreadPool(input("%s[?]%s Thread: " % (G, N)))
     except Exception as f:
         print("%s[!]%s %s" % (R, N, f))
         self.thread()
     self.p.map(self.changes, self.a)
     print("\n[*] finished with output: out/newpassword.txt\n")
     if len(self.failed) != 9:
         for x in self.failed:
             print "[!] failed login: %s" % (x)
     raw_input("\npress enter to menu ...")
     interpreter.ASU()
def choice():
    s = raw_input("%s[Choice> %s" % (G, N))
    if s == "":
        choice()
    elif s == "1" or s == "01":
        v1()
    elif s == "2" or s == "02":
        v2()
    elif s == "3" or s == "03":
        v3()
    elif s == "4" or s == "04":
        interpreter.ASU()
    else:
        print "%s[!]%s invalid options!" % (R, N)
        choice()
示例#15
0
 def c(self):
     self.ch = raw_input("%s[%s*%s]%s Actions>> " % (G, R, G, N))
     if self.ch == "":
         self.c()
     elif self.ch == "1" or self.ch == "01":
         print "* sparator: |"
         self.detect1()
     elif self.ch == "2" or self.ch == "02":
         self.detect2()
     elif self.ch == "3" or self.ch == "03":
         raw_input("press enter to menu...")
         interpreter.ASU()
     else:
         print "%s[!]%s invalid options!" % (R, N)
         self.c()
示例#16
0
 def grab(self, x, out):
     bs = bs4.BeautifulSoup(self.req.get(x).text, features="html.parser")
     for x in bs.find_all("a", href=True):
         print "\r[%s%s%s] writing id ..." % (R, len(
             open(out).readlines()), N),
         sys.stdout.flush()
         if "fref" in x["href"]:
             a = re.findall("/(.*?)\?fref", "%s" % (x["href"]))
             if len(a) != 0:
                 open(out, "a").write(a[0] + "\n")
         if "profile.php" in x["href"]:
             b = re.findall("php\?id=(.*?)&", "%s" % (x["href"]))
             if len(b) != 0:
                 open(out, "a").write(b[0] + "\n")
         if "/friends?unit_cursor" in x["href"]:
             self.grab(self.i.format(x["href"]), out)
     if os.path.getsize(out) != 0:
         raw_input("\npress enter to menu...")
         interpreter.ASU()
     else:
         print "%s[!]%s can't looking friends!" % (R, N)
         os.remove(out)
         raw_input("\npress enter to menu...")
         interpreter.ASU()
示例#17
0
 def c(self):
     r = raw_input("%s[%s*%s]%s Actions>> " % (G, R, G, N))
     if r == "":
         self.c()
     elif r == "1" or r == "01":
         check()
     elif r == "2" or r == "02":
         onAppByQuery()
     elif r == "3" or r == "03":
         ina()
     elif r == "4" or r == "04":
         raw_input("press enter to menu...")
         interpreter.ASU()
     else:
         print "%s[!]%s invalid options!" % (R, N)
         self.c()
示例#18
0
 def thr(self):
     try:
         self.t = ThreadPool(input("%s[?]%s Thread: " % (G, N)))
     except Exception as (e):
         print "%s[!]%s %s" % (R, N, e)
         self.thr()
     self.t.map(self.login, self.a)
     if len(self.success) != 0:
         print "\n[+] Success: %s" % (len(self.success))
         for x in self.success:
             print "[+] %s" % (x)
     else:
         print("\n[-] no result.")
     print("\n[+] finished.")
     raw_input("press enter to menu...")
     interpreter.ASU()
示例#19
0
 def file(self):
     try:
         s = open(raw_input("[?] Account List: ")).read().splitlines()
     except Exception as e:
         print "[!] %s" % (e)
         self.file()
     for i in s:
         try:
             t = token.token(i)
             if t is False:
                 continue
             else:
                 scan(t, i)
         except:
             continue
     raw_input("\npress enter to menu...")
     interpreter.ASU()
示例#20
0
def back():
    raw_input("\n[+] press enter to menu...")
    interpreter.ASU()
示例#21
0
    def __init__(self):
        print "\n\t[ Select Actions ]\n"
        print "{%s00%s} Dump ID from searchname by account list" % (G, N)
        print "{%s01%s} Dump ID from your friends" % (G, N)
        print "{%s02%s} Robber ID from targets friend" % (G, N)
        print "{%s03%s} JUMPING" % (G, N)
        print "{%s04%s} Dump ID From GROUP" % (G, N)
        print "{%s05%s} Dump ID From Friends Search Name Query" % (G, N)
        print "{%s06%s} Dump ID by explore search name query" % (G, N)
        print "{%s07%s} Dump ID by Public POST" % (G, N)
        print "{%s08%s} Mass Dump ID by Account List" % (G, N)
        print "{%s09%s} Multi BruteForce (Low Level) " % (G, N)
        print "{%s10%s} MultiBruteForce v.2 (Crack With One Passwords)" % (G,
                                                                           N)
        print "{%s11%s} MultiBruteForce v.3 (Crack More Than 1 Password)" % (G,
                                                                             N)
        print "{%s12%s} MultiBruteForce v.4 (Auto BruteForce Friendlists)" % (
            G, N)
        print("{%s13%s} MultiBruteForce v.5 (Auto BruteForce ID)" % (G, N))
        print "{%s14%s} CRACK WITH API" % (G, N)
        print "{%s15%s} Back To Menu Options\n" % (R, N)
        f = raw_input("%s[%s+%s]%s Actions>> " % (G, R, G, N))
        if f == "0" or f == "00":
            searchnamez()
        if f == "1" or f == "01":
            self.a()

        elif f == "2" or f == "02":
            self.b()
            raw_input("press enter to menu ...")
            interpreter.ASU()
        elif f == "3" or f == "03":
            self.c()
            raw_input("press enter to menu ...")
            interpreter.ASU()
        elif f == "4" or f == "04":
            self.newmodule()
            raw_input("press enter to menu ...")
            interpreter.ASU()
        elif f == "5" or f == "05":
            self.newmodule1()
            raw_input("press enter to menu ...")
            interpreter.ASU()
        elif f == "6" or f == "06":
            self.serpipel()
            raw_input("press enter to menu ...")
            interpreter.ASU()
        elif f == "7" or f == "07":
            grabidbypost()

        elif f == "8" or f == "08":
            massdumps()

        elif f == "9" or f == "09":
            self.d()
            raw_input("press enter to menu ...")
            interpreter.ASU()

        elif f == "10":
            multiBruteforce.prepare()
            raw_input("press enter to menu...")
            interpreter.ASU()

        elif f == "11":
            multiBruteforce.embeep()

            raw_input("press enter to menu ...")
            interpreter.ASU()

        elif f == "12":
            multiBruteforce.autoBrute()

            raw_input("press enter to menu...")
            interpreter.ASU()
        elif f == "13":
            multiBruteforce.autoburut()
            raw_input("press enter to menu...")
            interpreter.ASU()
        elif f == "14":
            api_bruteforce.menu()
        elif f == "15":
            raw_input("press enter to menu ...")
            interpreter.ASU()
        else:
            print("%s[!]%s Invalid options!" % (R, N))
            raw_input("press enter to menu ...")
            interpreter.ASU()
示例#22
0
 def back(self):
     raw_input("\npress enter to menu ...")
     interpreter.ASU()
示例#23
0
def ins():
    raw_input("\n[+] finished\npress enter to menu...")
    os.system("clear")
    interpreter.ASU()
示例#24
0
 def backk(self):
     import interpreter
     raw_input("press enter to menu...")
     interpreter.ASU()
示例#25
0
#Tusbol By Sazxt
import os
import interpreter
import requests
from data.color import *

os.system("clear")
if os.path.exists('config'):
    if os.path.exists('config/config.json'):
        if os.path.getsize('config/config.json') != 0:
            interpreter.ASU()
        else:
            interpreter.login()
    else:
        interpreter.login()
else:
    os.mkdir('config')
    open('config/config.json', 'w').close()
    interpreter.login()