/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

  1. #!/usr/bin/env python
  2. #####################################
  3. # Installation module for CUPP
  4. #####################################
  5. # AUTHOR OF MODULE NAME
  6. AUTHOR="Franci Šacer"
  7. # DESCRIPTION OF THE MODULE
  8. DESCRIPTION="This module will install/update CUPP - Common User Passwords Profiler"
  9. # INSTALL TYPE GIT, SVN, FILE DOWNLOAD
  10. # OPTIONS = GIT, SVN, FILE
  11. INSTALL_TYPE="GIT"
  12. # LOCATION OF THE FILE OR GIT/SVN REPOSITORY
  13. REPOSITORY_LOCATION="https://github.com/Mebus/cupp.git"
  14. # WHERE DO YOU WANT TO INSTALL IT
  15. INSTALL_LOCATION="cupp"
  16. # DEPENDS FOR DEBIAN INSTALLS
  17. DEBIAN="git python"
  18. # COMMANDS TO RUN AFTER
  19. AFTER_COMMANDS=""
  20. # LAUNCHER
  21. # Disabled, because it doesn't find config file
  22. LAUNCHER=""