File: control

package info (click to toggle)
cewl 5.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: ruby: 2,130; sh: 16; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 1,674 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
Source: cewl
Section: web
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 13), gem2deb
Standards-Version: 4.6.1
Rules-Requires-Root: no
XS-Ruby-Versions: all
Homepage: https://github.com/digininja/CeWL
Vcs-Git: https://salsa.debian.org/pkg-security-team/cewl.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/cewl

Package: cewl
Architecture: all
Depends: ${misc:Depends},
         ruby,
         ruby-mime,
         ruby-mime-types,
         ruby-mini-exiftool,
         ruby-net-http-digest-auth,
         ruby-nokogiri,
         ruby-spider,
         ruby-zip
Suggests: john
Description: custom word list generator
 CeWL (Custom Word List generator) is a ruby app which spiders
 a given URL, up to a specified depth, and returns a list of
 words which can then be used for password crackers such as John
 the Ripper. Optionally, CeWL can follow  external links.
 .
 CeWL can also create a list of email addresses found in mailto
 links. These email addresses can be used as usernames in brute
 force actions.
 .
 Another tool provided by CeWL project is FAB (Files Already
 Bagged). FAB extracts the content of the author/creator fields,
 from metadata of the some files, to create lists of possible
 usernames. These usernames can be used in association with the
 password list generated by CeWL. FAB uses the same metadata
 extraction techniques that CeWL. Currently, FAB process Office
 pre 2007, Office 2007 and PDF formats.
 .
 CeWL is useful in security tests and forensics investigations.
 CeWL is pronounced "cool".