mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
4a0f3bd93c
SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open relay. A tool that tested for all three and with great flexibility. iSMTP does just that, making it much easier to knock that process out of the way. WWW: https://github.com/altjx/ipwn/tree/master/iSMTP PR: 231920 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
31 lines
522 B
Makefile
31 lines
522 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ismtp
|
|
DISTVERSION= g20180824
|
|
CATEGORIES= security
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= rihaz.jerrin@gmail.com
|
|
COMMENT= Test for SMTP user enumeration,internal spoofing, and relay
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:2.7 shebangfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= altjx
|
|
GH_PROJECT= ipwn
|
|
GH_TAGNAME= 32bbc05
|
|
GH_SUBDIR= iSMTP
|
|
|
|
NO_BUILD= yes
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/${GH_SUBDIR}/iSMTP.py
|
|
|
|
PLIST_FILES= bin/ismtp
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/iSMTP.py ${STAGEDIR}${PREFIX}/bin/ismtp
|
|
|
|
.include <bsd.port.mk>
|