/modules/password-recovery/cupp.py
https://bitbucket.org/DinoRex99/ptf · Python · 30 lines · 8 code · 8 blank · 14 comment · 0 complexity · 4d94fde89153089cd9febd5d114d0aa4 MD5 · raw file
- #!/usr/bin/env python
- #####################################
- # Installation module for CUPP
- #####################################
- # AUTHOR OF MODULE NAME
- AUTHOR="Franci Šacer"
- # DESCRIPTION OF THE MODULE
- DESCRIPTION="This module will install/update CUPP - Common User Passwords Profiler"
- # INSTALL TYPE GIT, SVN, FILE DOWNLOAD
- # OPTIONS = GIT, SVN, FILE
- INSTALL_TYPE="GIT"
- # LOCATION OF THE FILE OR GIT/SVN REPOSITORY
- REPOSITORY_LOCATION="https://github.com/Mebus/cupp.git"
- # WHERE DO YOU WANT TO INSTALL IT
- INSTALL_LOCATION="cupp"
- # DEPENDS FOR DEBIAN INSTALLS
- DEBIAN="git python"
- # COMMANDS TO RUN AFTER
- AFTER_COMMANDS=""
- # LAUNCHER
- # Disabled, because it doesn't find config file
- LAUNCHER=""