Advertisement
LilithsKitty

Kitty's Botnet kid AIO v1.0

Mar 19th, 2018
679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. #!/usr/bin/python
  2. #Botnet Kid AIO
  3. #Version 1.0
  4. #By LilithsKitty/KittyHaxz
  5.  
  6. import subprocess, time
  7.  
  8. def system(cmd):
  9. subprocess.call(cmd, shell=True)
  10.  
  11. print ("\x1b[0;36mThis is Kittys Skid AIO Installation tool.")
  12. print ("\x1b[0;36mWelcome, and enjoy!")
  13. print ("\x1b[0m[\x1b[0;36m1\x1b[0m] Install Centos packages ----------------------------------------------------")
  14. print ("\x1b[0m[\x1b[1;30m2\x1b[0m] Install Ubuntu/Debian packages ----------------------------------------------------")
  15. print ("\x1b[0m[\x1b[0;36m3\x1b[0m] Install LRAB and fix cpan errors ------------------------------------------------------")
  16. print ("\x1b[0m[\x1b[1;30m4\x1b[0m] Install Zmap on Centos ------------------------------------------------------")
  17. print ("\x1b[0m[\x1b[0;36m5\x1b[0m] Install zmap on Ubuntu ------------------------------------------------------")
  18. print ("\x1b[0m[\x1b[1;30m6\x1b[0m] Fix qbot errors and stablize it ------------------------------------------------------")
  19. try:
  20. option = input ("Enter Option: ")
  21.  
  22. if option == 1:
  23. print ("\x1b[0;36mMaking Centos installs, so hold up.")
  24. system ("yum update -y")
  25. system ("yum install gcc screen nano python perl python-paramiko nmap cpan wget curl glibc.i686 -y")
  26. system ("yum install zip unzip dstat httpd xnietd vsftpd tftp tftp-server wget epel-release -y")
  27. system ("yum install gcc php-devel php-pear libssh2 libssh2-devel libpcap gengetopt python-requests -y")
  28. system ("yum install gcc cmake gmp gmp-devel libpcap-devel gengetopt byacc flex dos2unix -y")
  29. system ("yum install json-c-doc.noarch json-c.i686 json-c.x86_64 json-c-devel.i686 json-c-devel.x86_64 -y")
  30. system ("yum upgrade -y")
  31. system ("service httpd start")
  32. system ("service vsftpd start")
  33. system ("service xinetd start")
  34. system ("service vsftpd restart")
  35. system ("service xinetd restart")
  36. system ("service httpd restart")
  37. print ("\x1b[0;36mCentos Packages Installed? -- Yes")
  38. print ("\x1b[0;36mSay thanks to Kitty ^.^")
  39.  
  40.  
  41.  
  42.  
  43. elif option == 2:
  44. print ("\x1b[0;36mMaking Ubuntu/Debian installs, so hold up.")
  45. system ("apt-get update -y")
  46. system ("apt-get install cpan wget curl glibc.i686 python-requests -y")
  47. system ("apt-get install gcc php-pear php-devel libssh2 libssh2-devel libpcap -y")
  48. system ("apt-get update -y; apt-get install zmap nmap python perl")
  49. system ("apt-get install python-paramiko gcc screen dos2unix zip unzip nano wget apache2 -y")
  50. system ("apt-get install python perl python-paramiko nano gcc screen -y")
  51. system ("apt-get upgrade -y")
  52. print ("\x1b[0;36mUbuntu/Debian Packages Installed? -- Yes")
  53. print ("\x1b[0;36mSay thanks to Kitty ^-^")
  54.  
  55.  
  56.  
  57.  
  58. elif option == 3:
  59. print ("\x1b[0;36mInstalling LRAB, If it freezes press enter DUH")
  60. system ("yum update -y")
  61. system ("apt-get update -y")
  62. system ("yum upgrade -y")
  63. system ("apt-get upgrade -y")
  64. system ("yum install cpan wget curl glibc.i686 -y")
  65. system ("apt-get install cpan wget curl glibc.i686 -y")
  66. system ("cpan force install CPAN")
  67. system ("cpan force install Parallel::ForkManager")
  68. system ("cpan force install IO::Socket")
  69. system ("cpan force install IO::Select")
  70. system ("yum install gcc python-paramiko php-devel php-pear libssh2 libssh2-devel libpcap -y")
  71. system ("apt-get install gcc perl python-paramiko cpan php-pear php-devel libssh2 libssh2-devel -y")
  72. system ("cpan force install Net::SSH2")
  73. system ("ulimit -n 999999")
  74. system ("pecl install -f ssh2 touch /etc/php.d/ssh2.ini echo")
  75. system ("extension=ssh2.so>/etc/php.d/ssh2.ini")
  76. system ("cpan -fi Net::SSH2")
  77. system ("cpan -fi Parallel::ForkManager")
  78. system ("wget http://search.cpan.org/CPAN/authors/id/D/DL/DLUX/Parallel-ForkManager-0.7.5.tar.gz")
  79. system ("tar -xvf Para*")
  80. system ("cd Para*")
  81. system ("perl Makefile.PL")
  82. system ("make")
  83. system ("make install")
  84. system ("cd ../")
  85. system ("rm -rf Para*")
  86. system ("wget http://www.cpan.org/authors/id/S/SA/SALVA/Net-SSH2-0.59_23.tar.gz")
  87. system ("tar -xvf Net*")
  88. system ("cd Net*")
  89. system ("perl Makefile.PL")
  90. system ("make")
  91. system ("make install")
  92. system ("cd ../")
  93. system ("rm -rf Net*")
  94. print ("\x1b[0;36mLRAB installed? -- Yes")
  95. print ("\x1b[1;30mCpan errors fixed? -- Yes")
  96. print ("\x1b[0;36mSay thanks to Kitty ^-^")
  97.  
  98.  
  99.  
  100.  
  101. elif option == 4:
  102. print ("Installing ZMAP for Centos")
  103. system ('''echo -e "\x1b[0;36m"
  104. yum update -y
  105. echo -e "\x1b[1;30m"
  106. yum install gcc cmake gmp gmp-devel libpcap-devel gengetopt byacc flex -y
  107. echo -e "\x1b[0;36m"
  108. yum install json-c-doc.noarch json-c.i686 json-c.x86_64 json-c-devel.i686 json-c-devel.x86_64 -y
  109. echo -e "\x1b[1;30m"
  110. yum install epel-release -y
  111. echo -e "\x1b[0;36m"
  112. yum install gengetopt -y
  113. wget https://github.com/zmap/zmap/archive/v2.1.0.tar.gz
  114. tar -xvf v2.1.0.tar.gz
  115. cd zmap-2.1.0
  116. flex -o "src/lexer.c" --header-file="src/lexer.h" "src/lexer.l"
  117. byacc -d -o "src/parser.c" "src/parser.y"
  118. mkdir /etc/zmap
  119. cp conf/* /etc/zmap
  120. cmake -DENABLE_HARDENING=ON
  121. make
  122. make install
  123. echo -e "\x1b[0;31m"''')
  124. print ("\x1b[0;36mZmap v2.1.0 Installed? -- Yes")
  125. print ("\x1b[0;36mSay thanks to Kitty =^-^=")
  126.  
  127.  
  128.  
  129.  
  130. elif option == 5:
  131. print ("\x1b[0;36mInstalling ZMAP for Ubuntu/Debian")
  132. system ("apt-get update -y; apt-get install zmap nmap python perl python-paramiko gcc screen dos2unix zip unzip nano wget apache2 -y")
  133. print ("\x1b[0;36mZmap v2.1.0 Installed? -- Yes")
  134. print ("\x1b[0;36mSay thanks to Kitty =^.^=")
  135.  
  136.  
  137.  
  138.  
  139. elif option == 6:
  140. print ("\x1b[0;36mFixing your weak ass qbot")
  141. system ("service iptables stop")
  142. system ("chkconfig iptables off")
  143. system ("service httpd restart")
  144. system ("ulimit -n 99999")
  145. system ("sed -i 's/1024/999999/g' /usr/include/bits/typesizes.h")
  146. file = open("/proc/sys/fs/file-max", "w")
  147. file.write ("999999999999999999")
  148. file.close()
  149. print ("Made yo qbot mo stable? -- Yes")
  150. print ("Say thanks to Kitty =^.^=")
  151.  
  152. except KeyboardInterrupt:
  153. system ("clear")
  154. print ("Im so sorry I wasnt what you were looking for")
  155. print ("But, that doesnt mean you shouldnt send me money..\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement