Display version
()
| 166 | |
| 167 | |
| 168 | def version(): |
| 169 | """Display version""" |
| 170 | |
| 171 | print("\r\n \033[1;31m[ cupp.py ] " + __version__ + "\033[1;m\r\n") |
| 172 | print(" * Hacked up by j0rgan - j0rgan@remote-exploit.org") |
| 173 | print(" * http://www.remote-exploit.org\r\n") |
| 174 | print(" Take a look ./README.md file for more info about the program\r\n") |
| 175 | |
| 176 | |
| 177 | def improve_dictionary(file_to_open): |