Port details |
- kippo Medium interaction ssh honeypot
- 0.9_1 net =4 0.9_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2013-02-22 16:23:02
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: rdesktop, nut, monit, py39-beautifulsoup, node
- License: BSD3CLAUSE
- WWW:
- https://github.com/desaster/kippo
- Description:
- Kippo is a medium interaction SSH honeypot designed to log brute force
attacks and, most importantly, the entire shell interaction performed
by the attacker.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/kippo/ && make install clean
- To add the package, run one of these commands:
- pkg install net/kippo
- pkg install kippo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kippo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1475929151
SHA256 (desaster-kippo-v0.9_GH0.tar.gz) = 49870eff01a6a8856b3b2f89fea20bca1e28fb73df212d73fcc4cec072504f17
SIZE (desaster-kippo-v0.9_GH0.tar.gz) = 582620
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-pycryptodome>0 : security/py-pycryptodome@py39
- py39-twisted>=0 : devel/py-twisted@py39
- py39-zope.interface>0 : devel/py-zope.interface@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pycryptodome>0 : security/py-pycryptodome@py39
- py39-twisted>=0 : devel/py-twisted@py39
- py39-zope.interface>0 : devel/py-zope.interface@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_kippo
- USES:
- python
- pkg-message:
- For install:
- kippo has been installed in the following directory:
/usr/local/share/kippo
Before starting kippo you need to perform the following steps:
1) Edit kippo's configuration file to suit your needs:
$EDITOR /usr/local/share/kippo/kippo.cfg
An example configuration file can be found here:
/usr/local/share/kippo/kippo.cfg.dist
Please keep in mind when editing the configuration file that kippo
can't be run as root and is started by the 'kippo' unprivileged
user instead. This implies that the following folders hierarchy
must be created and made writable to the 'kippo' user:
dl/
data/
log/tty/
2) Add the following line to your rc.conf:
kippo_enable="YES"
Note that you can also set the 'kippo_logfile' and 'kippo_pidfile'
variables to specify the path to the log file and pid file that
will be used by kippo. The default values for those variables are
'/tmp/kippo.log' and '/tmp/kippo.pid' respectively.
Then you can start kippo by issuing the following command:
service kippo start
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9_1 17 May 2022 18:29:28 |
Dmitry Marakasov (amdmi3) |
net/kippo: switch from deprecated pycrypto to pycryptodome |
0.9_1 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
0.9_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.9_1 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
0.9_1 22 Aug 2017 14:51:42 |
culot |
- Use newer twisted [1]
- Update WWW link
PR: 221657 [1]
Submitted by: sunpoet@ |
0.9 07 Jun 2017 19:11:53 |
sunpoet |
Add NO_ARCH
Approved by: portmgr (blanket) |
0.9 10 Oct 2016 15:30:10 |
culot |
net/kippo: 0.8 -> 0.9
PR: 213306
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.8 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.8 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.8 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.8 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.8 21 May 2015 06:54:35 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
0.8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.8 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.8 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
0.8 28 Feb 2014 15:57:46 |
culot |
- Update to 0.8
- Support staging
- Update LICENSE (BSD 3-clause) |
0.5 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.5 08 Dec 2013 12:04:08 |
mva |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
0.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.5 22 Feb 2013 16:22:49 |
culot |
Kippo is a medium interaction SSH honeypot designed to log brute force
attacks and, most importantly, the entire shell interaction performed
by the attacker.
WWW: http://code.google.com/p/kippo/ |