File: control

package info (click to toggle)
cupp 0.0%2B20190501.git986658-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,747; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 2,396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: cupp
Section: misc
Priority: optional
Maintainer: Marcio de Souza Oliveira <marciosouza@debian.org>
Build-Depends: debhelper (>= 12), python3, dh-python
Standards-Version: 4.5.0
Homepage: https://github.com/Mebus/cupp
Vcs-Browser: https://salsa.debian.org/debian/cupp
Vcs-Git: https://salsa.debian.org/debian/cupp.git

Package: cupp
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: generate dictionaries for attacks from personal data
 CUPP (Common User Passwords Profiler) is a wordlist generator tool that
 can generate wordlists from information such as a birthday, nickname,
 address, name of a pet or relative, or a common word such as God, love,
 money or password.
 .
 A weak password might be very short or only use alphanumeric characters,
 making decryption simple. 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.
 .
 That is why CUPP has born, and it can be used in situations like security
 penetration tests or forensic crime investigations.
 .

Package: cupp3
Architecture: all
Depends: cupp, ${misc:Depends}
Section: oldlibs
Description: transitional package
 CUPP (Common User Passwords Profiler) is a wordlist generator tool that
 can generate wordlists from information such as a birthday, nickname,
 address, name of a pet or relative, or a common word such as God, love,
 money or password.
 .
 A weak password might be very short or only use alphanumeric characters,
 making decryption simple. 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.
 .
 That is why CUPP has born, and it can be used in situations like security
 penetration tests or forensic crime investigations.
 .
 This is a transitional package. It can safely be removed.