ports/security/ismtp/files/patch-iSMTP.py
Steve Wills 4a0f3bd93c security/ismtp: create port
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>
2019-05-26 21:59:58 +00:00

11 lines
487 B
Python

--- 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'.)"