control 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Source: cupp
  2. Section: misc
  3. Priority: optional
  4. Maintainer: Marcio de Souza Oliveira <m.desouza20@gmail.com>
  5. Build-Depends: debhelper (>= 10), python, python3, dh-python
  6. Standards-Version: 3.9.8
  7. Homepage: https://github.com/Mebus/cupp
  8. Vcs-Git: https://github.com/marciosouza20/cupp.git
  9. Vcs-Browser: https://github.com/marciosouza20/cupp.git
  10. Package: cupp
  11. Architecture: all
  12. Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
  13. Conflicts: cupp3
  14. Description: generate dictionaries for attacks from personal data
  15. CUPP (Common User Passwords Profiler) is a wordlist generator tool that
  16. can generate wordlists from information such as a birthday, nickname,
  17. address, name of a pet or relative, or a common word such as God, love,
  18. money or password.
  19. .
  20. A weak password might be very short or only use alphanumeric characters,
  21. making decryption simple. A weak password can also be one that is easily
  22. guessed by someone profiling the user, such as a birthday, nickname,
  23. address, name of a pet or relative, or a common word such as God, love,
  24. money or password. From a social engineering you can obtain information
  25. to use with the CUPP, this way the tool can create a very effective
  26. dictionary for brute force attacks or dictionary attacks.
  27. .
  28. That is why CUPP has born, and it can be used in situations like security
  29. penetration tests or forensic crime investigations.
  30. .
  31. This package install cupp that uses python2.
  32. Package: cupp3
  33. Architecture: all
  34. Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
  35. Conflicts: cupp
  36. Description: generate dictionaries for attacks from personal data version for python3
  37. CUPP (Common User Passwords Profiler) is a wordlist generator tool that
  38. can generate wordlists from information such as a birthday, nickname,
  39. address, name of a pet or relative, or a common word such as God, love,
  40. money or password.
  41. .
  42. A weak password might be very short or only use alphanumeric characters,
  43. making decryption simple. A weak password can also be one that is easily
  44. guessed by someone profiling the user, such as a birthday, nickname,
  45. address, name of a pet or relative, or a common word such as God, love,
  46. money or password. From a social engineering you can obtain information
  47. to use with the CUPP, this way the tool can create a very effective
  48. dictionary for brute force attacks or dictionary attacks.
  49. .
  50. That is why CUPP has born, and it can be used in situations like security
  51. penetration tests or forensic crime investigations.
  52. .
  53. This package install cupp that uses python3.