Advertisement
Adm1n_0v3rride

The backhander script 1.0 preivew

Mar 8th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. The backhander script v1.0....
  2.  
  3. Comming Soon....
  4.  
  5. no more C++ only python
  6.  
  7. print("[1] Network Tools\n")
  8.  
  9. print("[2] Virus creation\n")
  10.  
  11. print("[3] Other scripts\n")
  12.  
  13. print("[4] Link to my Pastebin/Github\n")
  14.  
  15. a = int(input("Please select an option:\t"))
  16.  
  17. if a == 1:
  18.  
  19. if sys.platform == "Windows":
  20.  
  21. print("Please select an option\n")
  22.  
  23. print("[1] Ping\n")
  24.  
  25. print("[2] tracert\n")
  26.  
  27. print("[3] ipconfig\n")
  28.  
  29. print("[4] route\n")
  30.  
  31. print("[5] netstat\n")
  32.  
  33. b = int(input("Please select an option:\t"))
  34.  
  35. if b == 1:
  36.  
  37. c = input("Please")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement