aboutsummaryrefslogtreecommitdiff
path: root/security/ismtp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-09-19 13:01:00 +0000
committerRene Ladan <rene@FreeBSD.org>2020-09-19 13:01:00 +0000
commitb2e5755eb8260645c1601d3b2f26c3298ff0e858 (patch)
tree28d1874e1dbd4cb62d6fbf7efe56d0063931b0ab /security/ismtp
parentd8402760d93fe0876980bd6fe8578526f9254179 (diff)
Notes
Diffstat (limited to 'security/ismtp')
-rw-r--r--security/ismtp/Makefile33
-rw-r--r--security/ismtp/distinfo3
-rw-r--r--security/ismtp/files/patch-iSMTP.py11
-rw-r--r--security/ismtp/pkg-descr5
4 files changed, 0 insertions, 52 deletions
diff --git a/security/ismtp/Makefile b/security/ismtp/Makefile
deleted file mode 100644
index 942c06f37c9d..000000000000
--- a/security/ismtp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $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
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-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>
diff --git a/security/ismtp/distinfo b/security/ismtp/distinfo
deleted file mode 100644
index a78281a03ca1..000000000000
--- a/security/ismtp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1540519577
-SHA256 (altjx-ipwn-g20180824-32bbc05_GH0.tar.gz) = e45307700c9061222c83200f87757eb0977a2f4d28473b35cbbc432a0d7f4092
-SIZE (altjx-ipwn-g20180824-32bbc05_GH0.tar.gz) = 38221
diff --git a/security/ismtp/files/patch-iSMTP.py b/security/ismtp/files/patch-iSMTP.py
deleted file mode 100644
index e692d18e6ccf..000000000000
--- a/security/ismtp/files/patch-iSMTP.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- iSMTP.py.orig 2018-10-26 04:04:28 UTC
-+++ iSMTP.py
-@@ -35,7 +35,7 @@ split_target = "\n " + colors.white + "=" * 23 + " sta
-
- def help():
- print banner
-- print " Usage: ./iSMTP.py <OPTIONS>\n"
-+ print " Usage: ismtp <OPTIONS>\n"
- print colors.red + " Required:\n" + colors.normal
- print "\t-f <import file>\tImports a list of SMTP servers for testing.\n\t\t\t\t(Cannot use with '-h'.)"
- print "\t-h <host>\t\tThe target IP and port (IP:port).\n\t\t\t\t(Cannot use with '-f'.)"
diff --git a/security/ismtp/pkg-descr b/security/ismtp/pkg-descr
deleted file mode 100644
index c901eb7c3620..000000000000
--- a/security/ismtp/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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