Codebase list emailharvester / 1b72c2b
Initial release Sophie Brun 4 years ago
11 changed file(s) with 92 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 emailharvester (1.3.2+git20191005-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Fri, 13 Dec 2019 15:32:53 +0100
0 Source: emailharvester
1 Section: utils
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 python3-all,
8 python3-setuptools
9 Standards-Version: 4.4.1
10 Homepage: https://github.com/maldevel/EmailHarvester
11 Vcs-Browser: https://gitlab.com/kalilinux/packages/emailharvester
12 Vcs-Git: https://gitlab.com/kalilinux/packages/emailharvester.git
13
14 Package: emailharvester
15 Architecture: all
16 Depends: python3-colorama,
17 python3-requests,
18 python3-termcolor,
19 python3-validators,
20 ${misc:Depends},
21 ${python3:Depends}
22 Description: Email addresses harvester
23 This package contains EmailHarvester, a tool to retrieve Domain email
24 addresses from Search Engines. Features:
25 * Retrieve Domain email addresses from popular Search engines (Google, Bing,
26 Yahoo, ASK, Baidu, Dogpile, Exalead)
27 * Export results to txt and xml files
28 * Limit search results
29 * Define your own User-Agent string
30 * Use proxy server
31 * Plugins system
32 * Search in popular web sites using Search engines (Twitter, LinkedIn,
33 Google+, Github, Instagram, Reddit, Youtube)
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: EmailHarvester
2 Source: https://github.com/maldevel/EmailHarvester
3
4 Files: *
5 Copyright: 2016 @maldevel
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: 2019 Sophie Brun <[email protected]>
10 License: GPL-3+
11
12 License: GPL-3+
13 This package is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 3 of the License, or
16 (at your option) any later version.
17 .
18 This package is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22 .
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <https://www.gnu.org/licenses/>
25 .
26 On Debian systems, the complete text of the GNU General
27 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
0 EmailHarvester.py usr/share/emailharvester
1 debian/helper-script/* usr/bin
2 plugins usr/share/emailharvester
0 #!/bin/sh
1
2 set -e
3
4 cd /usr/share/emailharvester
5 exec python3 ./EmailHarvester.py "$@"
0 #!/usr/bin/make -f
1
2 # output every command that modifies files on the build system.
3 #export DH_VERBOSE = 1
4
5 %:
6 dh $@ --with python3
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 Test-Command: emailharvester -h
1 Restrictions: superficial
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%emailharvester-$1.tar.gz%" \
2 https://github.com/maldevel/EmailHarvester/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate