Codebase list hb-honeypot / db1d143
hb-honeypot added (v 0.1.1) Emanuele Acri (Kali Developer) 10 years ago
11 changed file(s) with 110 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 hb-honeypot for Debian
1 ----------------------
2
3 <possible notes regarding this package - if none, delete this file>
4
5 -- root <Emanuele Acri <[email protected]>> Sun, 27 Apr 2014 23:35:50 +0200
0 hb-honeypot for Debian
1 ----------------------
2
3 <this file describes information about the source package, see Debian policy
4 manual section 4.14. You WILL either need to modify or delete this file>
5
6
7
8
0 hb-honeypot (0.1.1-1) unstable; urgency=low
1
2 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
3
4 -- root <Emanuele Acri <[email protected]>> Sun, 27 Apr 2014 23:35:50 +0200
0 Source: hb-honeypot
1 Section: misc
2 Priority: extra
3 Maintainer: Emanuele Acri <[email protected]>
4 Build-Depends: debhelper (>= 8.0.0)
5 Standards-Version: 3.9.3
6 Homepage: http://packetstormsecurity.com/files/126068/Heartbleed-Honeypot-Script.html
7 #Vcs-Git: git://git.debian.org/collab-maint/hb-honeypot.git
8 #Vcs-Browser: http://git.debian.org/?p=collab-maint/hb-honeypot.git;a=summary
9
10 Package: hb-honeypot
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, perl
13 Description: Heartbleed Honeypot Script
14 This Perl script listens on TCP port 443 and responds with completely bogus SSL heartbeat responses, unless it detects the start of a byte pattern similar to that used in Jared Stafford's ([email protected]) demo for CVE-2014-0160 'Heartbleed'. Run as root for the privileged port. Outputs IPs of suspected heartbleed scan to the console. Rickrolls scanner in the hex dump.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: hb-honeypot
2 Source: http://packetstormsecurity.com/files/126068/Heartbleed-Honeypot-Script.html
3
4 Files: *
5 Copyright: 2014 The Glitch Works <[email protected]>
6 License: GPL-3
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11 .
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 .
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 Files: debian/*
21 Copyright: 2014 Emanuele Acri <[email protected]>
22 License: GPL-2+
23 This package is free software; you can redistribute it and/or modify
24 it under the terms of the GNU General Public License as published by
25 the Free Software Foundation; either version 2 of the License, or
26 (at your option) any later version.
27 .
28 This package is distributed in the hope that it will be useful,
29 but WITHOUT ANY WARRANTY; without even the implied warranty of
30 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31 GNU General Public License for more details.
32 .
33 You should have received a copy of the GNU General Public License
34 along with this program. If not, see <http://www.gnu.org/licenses/>
35 .
36 On Debian systems, the complete text of the GNU General
37 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
38
(New empty file)
0 Document: hb-honeypot
1 Title: Debian hb-honeypot Manual
2 Author: <insert document author here>
3 Abstract: This manual describes what hb-honeypot is
4 and how it can be used to
5 manage online manuals on Debian systems.
6 Section: unknown
7
8 Format: debiandoc-sgml
9 Files: /usr/share/doc/hb-honeypot/hb-honeypot.sgml.gz
10
11 Format: postscript
12 Files: /usr/share/doc/hb-honeypot/hb-honeypot.ps.gz
13
14 Format: text
15 Files: /usr/share/doc/hb-honeypot/hb-honeypot.text.gz
16
17 Format: HTML
18 Index: /usr/share/doc/hb-honeypot/html/index.html
19 Files: /usr/share/doc/hb-honeypot/html/*.html
0 hb_honeypot.pl usr/bin/
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 %:
12 dh $@
0 3.0 (quilt)