Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. elif choice == '5':
  2. subprocess.Popen('exploits.py all', shell=True).wait()
  3. subprocess.Popen('system.py all', shell=True).wait()
  4. subprocess.Popen('vuln_scanners.py all', shell=True).wait()
  5. subprocess.Popen('wireless.py all', shell=True).wait()
  6. sys.exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement