mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fake telnet daemon (ftelnetd)
----------------------------- ftelnetd is a small server faking various telnet daemons, logging all received logins to a file and doing more actions. WWW: http://www.corehack.org/ PR: ports/110172 Submitted by: Levent Kayan <levent at corehack.org>
This commit is contained in:
parent
64028e9c26
commit
c4d0d0cf45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187145
@ -133,6 +133,7 @@
|
||||
SUBDIR += fspclient
|
||||
SUBDIR += fspd
|
||||
SUBDIR += fsplib
|
||||
SUBDIR += ftelnetd
|
||||
SUBDIR += g2ipmsg
|
||||
SUBDIR += gacxtool
|
||||
SUBDIR += gastman
|
||||
|
19
net/ftelnetd/Makefile
Normal file
19
net/ftelnetd/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: ftelnetd
|
||||
# Date created: 11 March 2007
|
||||
# Whom: Levent Kayan <levent@corehack.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ftelnetd
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.corehack.org/codes/
|
||||
|
||||
MAINTAINER= levent@corehack.org
|
||||
COMMENT= A small server faking various telnet daemons
|
||||
|
||||
USE_GMAKE= YES
|
||||
|
||||
PLIST_FILES= sbin/ftelnetd
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/ftelnetd/distinfo
Normal file
3
net/ftelnetd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ftelnetd-0.0.2.tar.gz) = 9893a75b91aa1651e85a5f73318f6ef7
|
||||
SHA256 (ftelnetd-0.0.2.tar.gz) = eedd27aff910e3b3129a128ba2c0ce673c45163bd9b3c98888b3428067d75d98
|
||||
SIZE (ftelnetd-0.0.2.tar.gz) = 8166
|
6
net/ftelnetd/pkg-descr
Normal file
6
net/ftelnetd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
fake telnet daemon (ftelnetd)
|
||||
-----------------------------
|
||||
ftelnetd is a small server faking various telnet daemons,
|
||||
logging all received logins to a file and doing more actions.
|
||||
|
||||
WWW: http://www.corehack.org/
|
Loading…
Reference in New Issue
Block a user