Added
Link Here
|
1 |
--- iSMTP/iSMTP.py.orig 2023-03-18 07:13:19 UTC |
2 |
+++ iSMTP/iSMTP.py |
3 |
@@ -29,13 +29,13 @@ class colors: |
4 |
green = "\033[1;32m" |
5 |
|
6 |
start_time = time.time() |
7 |
-banner = "\n " + "-" * 69 + "\n " + colors.white + " iSMTP v1.6 - SMTP Server Tester, Alton Johnson (alton.jx@gmail.com)\n " + colors.normal + "-" * 69 + "\n " |
8 |
+banner = "\n " + "-" * 69 + "\n " + colors.white + " SMTP Server Tester \n" + colors.normal + "-" * 69 + "\n " |
9 |
split_service = "\n " + colors.white + "-" * 10 + " starting next test " + "-" * 10 + colors.normal + "\n" |
10 |
split_target = "\n " + colors.white + "=" * 23 + " starting next target " + "=" * 23 + colors.normal + "\n" |
11 |
|
12 |
def help(): |
13 |
print(banner) |
14 |
- print(" Usage: ./iSMTP.py <OPTIONS>\n") |
15 |
+ print(" Usage: ismtp <OPTIONS>\n") |
16 |
print(colors.red + " Required:\n" + colors.normal) |
17 |
print("\t-f <import file>\tImports a list of SMTP servers for testing.\n\t\t\t\t(Cannot use with '-h'.)") |
18 |
print("\t-h <host>\t\tThe target IP and port (IP:port).\n\t\t\t\t(Cannot use with '-f'.)") |