mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
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>
11 lines
487 B
Python
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'.)"
|