Projects STRLCPY cupp Commits 6fec11a6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    cupp.py
    skipped 132 lines
    133 133   + str(lines)
    134 134   + " words.\033[1;m"
    135 135   )
     136 + inspect = input("> Hyperspeed Print? (Y/n) : ").lower()
     137 + if(inspect == "y"):
     138 + try:
     139 + with open(filename, "r+") as wlist:
     140 + data = wlist.readlines()
     141 + for line in data:
     142 + time.sleep(00.1)
     143 + print("["+filename+"]" + line)
     144 + os.system("clear")
     145 + except Exception as e:
     146 + print("[ERROR]: " +str(e))
     147 + else:
     148 + pass
     149 + 
    136 150   print(
    137 151   "[+] Now load your pistolero with \033[1;31m"
    138 152   + filename
    skipped 3 lines
    142 156   
    143 157  def print_cow():
    144 158   print(" ___________ ")
    145  - print(" \033[07m cupp.py! \033[27m # Common")
    146  - print(" \ # User")
    147  - print(" \ \033[1;31m,__,\033[1;m # Passwords")
    148  - print(" \ \033[1;31m(\033[1;moo\033[1;31m)____\033[1;m # Profiler")
     159 + print(" \033[07m cupp.py! \033[27m # \033[07mC\033[27mommon")
     160 + print(" \ # \033[07mU\033[27mser")
     161 + print(" \ \033[1;31m,__,\033[1;m # \033[07mP\033[27masswords")
     162 + print(" \ \033[1;31m(\033[1;moo\033[1;31m)____\033[1;m # \033[07mP\033[27mrofiler")
    149 163   print(" \033[1;31m(__) )\ \033[1;m ")
    150 164   print(
    151 165   " \033[1;31m ||--|| \033[1;m\033[05m*\033[25m\033[1;m [ Muris Kurgas | [email protected] ]"
    152 166   )
    153 167   print(28 * " " + "[ Mebus | https://github.com/Mebus/]\r\n")
     168 + print("\033[27m\nYou are using Modified and Improved Version of CUPP.\n [ Fahad Mustafa | https://github.com/lynxmk ]")
    154 169   
    155 170   
    156 171  def version():
    skipped 923 lines
Please wait...
Page is in error, reload to recover