Advertisement
Kurobeats

load

Oct 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.32 KB | None | 0 0
  1. #!/bin/bash
  2. BLACK='\e[0;30m'
  3. BLUE='\e[0;34m'
  4. GREEN='\e[0;32m'
  5. CYAN='\e[0;36m'
  6. RED='\e[0;31m'
  7. PURPLE='\e[0;35m'
  8. BROWN='\e[0;33m'
  9. LIGHTGRAY='\e[0;37m'
  10. DARKGRAY='\e[1;30m'
  11. LIGHTBLUE='\e[1;34m'
  12. LIGHTGREEN='\e[1;32m'
  13. LIGHTCYAN='\e[1;36m'
  14. LIGHTRED='\e[1;31m'
  15. LIGHTPURPLE='\e[1;35m'
  16. YELLOW='\e[1;33m'
  17. WHITE='\e[1;37m'
  18. NC='\e[0m'    
  19. echo -e "\x1b[31m###############################################################################"
  20. echo -e "\x1b[31m* ___     __________  ____ _______      _____ _______________.___.  ___       *"
  21. echo -e "\x1b[31m* / _ \_/\ \______   \/_   |\      \    /  _  \\______   \__  |   | / _ \_/\  *"
  22. echo -e "\x1b[31m* \/ \___/  |    |  _/ |   |/   |   \  /  /_\  \|       _//   |   | \/ \___/  *"
  23. echo -e "\x1b[31m*           |    |   \ |   /    |    \/    |    \    |   \\____   |           *"
  24. echo -e "\x1b[31m*           |______  / |___\____|__  /\____|__  /____|_  // ______|           *"
  25. echo -e "\x1b[31m*                  \/              \/         \/       \/ \/                  *"
  26. echo -e "\x1b[31m###############################################################################"
  27. echo -e "\r\n\r\n\x1b[31mXMPP: b1nary@nigge.rs | Skype: bl4ck.j3sus\r\n"
  28. echo -e "Threads: "
  29. read threads
  30. echo -e "IP Class: "
  31. read ip_class
  32. echo -e "IP Range: "
  33. python b1naryv3.py $threads $ip_class $ip_class 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement