cupp3.1 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .\" Text automatically generated by txt2man
  2. .TH CUPP "1" "28 September 2016" "CUPP" "generate dictionaries for attacks from personal data"
  3. .SH NAME
  4. \fBcupp3 \fP- generate dictionaries for attacks from personal data
  5. .SH SYNOPSIS
  6. .nf
  7. .fam C
  8. \fBcupp3\fP [\fIoptions\fP]
  9. .fam T
  10. .fi
  11. .fam T
  12. .fi
  13. .SH DESCRIPTION
  14. CUPP(Common User Passwords Profiler) is tool to generate wordlist from common user profiler. The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.
  15. .PP
  16. A weak password can also be one that is easily guessed by someone profiling the user, such as a birthday, nickname, address, name of a pet or relative,or a common word such as God, love, money or password. From a social engineering you can obtain information to use with the CUPP, this way the tool can create a very effective dictionary for brute force attacks or dictionary attacks.
  17. .PP
  18. That is why CUPP has born, and it can be used in situations like legal penetration tests or forensic crime investigations.
  19. .PP
  20. .SH OPTIONS
  21. .TP
  22. .B
  23. \fB-h\fP
  24. this menu
  25. .TP
  26. .B
  27. \fB-i\fP
  28. Interactive questions for user password profiling
  29. .TP
  30. .B
  31. \fB-w\fP
  32. Use this option to profile existing dictionary,
  33. or WyD.pl output to make some pwnsauce :)
  34. .TP
  35. .B
  36. \fB-l\fP
  37. Download huge wordlists from repository
  38. .TP
  39. .B
  40. \fB-a\fP
  41. Parse default usernames and passwords directly from Alecto DB.
  42. Project Alecto uses purified databases of Phenoelit and CIRT which where merged and enhanced.
  43. .TP
  44. .B
  45. \fB-v\fP
  46. Version of the program
  47. .SH EXAMPLES
  48. Create wordlist in interactive mode:
  49. .PP
  50. $ cupp3 -i
  51. .PP
  52. Increases the wordlist file, for example the wordlist password.lst:
  53. .PP
  54. $ cupp3 -w password.lst
  55. .PP
  56. Download huge wordlist from FUNET repository:
  57. .PP
  58. $ cupp3 -l
  59. .PP
  60. .SH CONFIGURATION FILE
  61. CUPP has configuration file at /etc/cupp.cfg with instructions.
  62. .SH AUTHOR
  63. This manual page was written by Marcio de Souza Oliveira <m.desouza20@gmail.com> for the Debian project (but may be used by others).