Advertisement
Kurobeats

icemushroom.py

Oct 16th, 2018
840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.04 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. # @I_uuke is a SkIDzOr
  4. # #hacking #infosec #bugbounties #securepasswords #2fa
  5.  
  6. import string
  7. import httplib
  8. import sys
  9. import os
  10.  
  11. print "\n \033[92m ************************************************************************************************************************************"
  12. print "*                                                                                                                                              *"
  13. print "*  ▄█   ▄████████    ▄████████        ▄▄▄▄███▄▄▄▄   ███    █▄     ▄████████    ▄█    █▄       ▄████████  ▄██████▄   ▄██████▄    ▄▄▄▄███▄▄▄▄    *"
  14. print "*  ███  ███    ███   ███    ███      ▄██▀▀▀███▀▀▀██▄ ███    ███   ███    ███   ███    ███     ███    ███ ███    ███ ███    ███ ▄██▀▀▀███▀▀▀██▄ *"
  15. print "*  ███▌ ███    █▀    ███    █▀       ███   ███   ███ ███    ███   ███    █▀    ███    ███     ███    ███ ███    ███ ███    ███ ███   ███   ███ *"
  16. print "*  ███▌ ███         ▄███▄▄▄          ███   ███   ███ ███    ███   ███         ▄███▄▄▄▄███▄▄  ▄███▄▄▄▄██▀ ███    ███ ███    ███ ███   ███   ███ *"
  17. print "*  ███▌ ███        ▀▀███▀▀▀          ███   ███   ███ ███    ███ ▀███████████ ▀▀███▀▀▀▀███▀  ▀▀███▀▀▀▀▀   ███    ███ ███    ███ ███   ███   ███ *"
  18. print "*  ███  ███    █▄    ███    █▄       ███   ███   ███ ███    ███          ███   ███    ███   ▀███████████ ███    ███ ███    ███ ███   ███   ███ *"
  19. print "*  ███  ███    ███   ███    ███      ███   ███   ███ ███    ███    ▄█    ███   ███    ███     ███    ███ ███    ███ ███    ███ ███   ███   ███ *"
  20. print "*  █▀   ████████▀    ██████████       ▀█   ███   █▀  ████████▀   ▄████████▀    ███    █▀      ███    ███  ▀██████▀   ▀██████▀   ▀█   ███   █▀  *"
  21. print "*                                                                                             ███    ███                                       *"
  22. print "*                                                                                                                                              *"
  23. print "* Ice Mushroom Ver.40.0.0                                                                                                                      *"
  24. print "* Coded by Kuro Beats                                                                                                                *"
  25. print "* Super Security Security Services                                                                                                             *"
  26. print "* root@kurobeats.xyz                                                                                                                           *"
  27. print "************************************************************************************************************************************************\033[94m\n\n"
  28.  
  29. os.system("git clone https://github.com/laramies/theHarvester.git && cd ./theHarvester && ./theHarvester.py")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement