[Forensics-changes] [cewl] 02/02: Imported Debian patch 5.1-2

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Dec 31 13:06:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository cewl.

commit e588030b7a412a53fc118ba2f5f19dfcfaf72b6d
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Dec 30 17:08:30 2014 -0200

    Imported Debian patch 5.1-2
---
 debian/changelog        |  6 ++++++
 debian/gbp.conf         |  3 ---
 debian/manpage/cewl.1   | 10 +++++-----
 debian/manpage/cewl.txt | 10 +++++-----
 4 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d0cb516..5279ef0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cewl (5.1-2) UNRELEASED; urgency=medium
+
+  * Little improvements in the manpage.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 30 Dec 2014 17:08:30 -0200
+
 cewl (5.1-1) experimental; urgency=medium
 
   * Initial release (Closes: #774165)
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index 23e88fe..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[DEFAULT]
-debian-branch = debian
-pristine-tar = True
diff --git a/debian/manpage/cewl.1 b/debian/manpage/cewl.1
index 67f98c7..3e88d93 100644
--- a/debian/manpage/cewl.1
+++ b/debian/manpage/cewl.1
@@ -35,23 +35,23 @@ The depth to spider to. Default: 2.
 .TP
 .B
 \fB--email\fP, \fB-e\fP
-Include email addresses in the search.
+Include email addresses in the search. This option will create an email list, after the words list, that can be used as usernames in brute force actions.
 .TP
 .B
 \fB--email_file\fP <file>
-Filename for email output.
+Filename for email output. Must be used with '\fB-e\fP' option. If used, the email list created by '\fB-e\fP' option will be written in a file and won't be shown in stdout.
 .TP
 .B
 \fB--keep\fP, \fB-k\fP
-Keep the downloaded file.
+Keep the downloaded files (in /tmp or in directory specified by '\fB--meta-temp-dir\fP' option). These files are acquired when using the '\fB-a\fP' option.
 .TP
 .B
 \fB--meta\fP, \fB-a\fP
-Consider the metadata found when processing a site.
+Consider the metadata found when processing a site. This option will download some files found in the site and will extract its metadata. So, the network traffic will be greater. The files will be downloaded in /tmp folder or in directory specified by '\fB--meta-temp-dir\fP' option. The metadata will be shown after the words list and can be used as elements for brute force actions.
 .TP
 .B
 \fB--meta_file\fP <file>
-Filename for metadata output.
+Filename for metadata output. Must be used with '\fB-a\fP' option. If used, the metadata list created by '\fB-a\fP' option will be written in a file and won't be shown in stdout.
 .TP
 .B
 \fB--meta-temp-dir\fP <directory>
diff --git a/debian/manpage/cewl.txt b/debian/manpage/cewl.txt
index b587544..9283980 100644
--- a/debian/manpage/cewl.txt
+++ b/debian/manpage/cewl.txt
@@ -16,11 +16,11 @@ OPTIONS
 --help, -h                          Show the help.
 --count, -c                         Show the count for each word found.
 --depth <n>, -d <n>                 The depth to spider to. Default: 2.
---email, -e                         Include email addresses in the search.
---email_file <file>                 Filename for email output.
---keep, -k                          Keep the downloaded file.
---meta, -a                          Consider the metadata found when processing a site.
---meta_file <file>                  Filename for metadata output.
+--email, -e                         Include email addresses in the search. This option will create an email list, after the words list, that can be used as usernames in brute force actions.
+--email_file <file>                 Filename for email output. Must be used with '-e' option. If used, the email list created by '-e' option will be written in a file and won't be shown in stdout.
+--keep, -k                          Keep the downloaded files (in /tmp or in directory specified by '--meta-temp-dir' option). These files are acquired when using the '-a' option.
+--meta, -a                          Consider the metadata found when processing a site. This option will download some files found in the site and will extract its metadata. So, the network traffic will be greater. The files will be downloaded in /tmp folder or in directory specified by '--meta-temp-dir' option. The metadata will be shown after the words list and can be used as elements for brute force actions.
+--meta_file <file>                  Filename for metadata output. Must be used with '-a' option. If used, the metadata list created by '-a' option will be written in a file and won't be shown in stdout.
 --meta-temp-dir <directory>         The directory used by exiftool when parsing files. Default: /tmp.
 --min_word_length <n>, -m <n>       The minimum word length. This strips out all words under the specified length. Default: 3.
 --no-words, -n                      Don't output the wordlist.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/cewl.git



More information about the forensics-changes mailing list