Skip to content

Commit bafc7e7

Browse files
committed
Updated banner
1 parent 1fd071d commit bafc7e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coercer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/ ____/___ ___ _____________ _____
2727
/ / / __ \\/ _ \\/ ___/ ___/ _ \\/ ___/
2828
/ /___/ /_/ / __/ / / /__/ __/ / v%s
29-
\\____/\\____/\\___/_/ \\___/\\___/_/ by @podalirius_
29+
\\____/\\____/\\___/_/ \\___/\\___/_/ by Remi GASCOU (Podalirius)
3030
""" % VERSION
3131

3232

documentation/Coerce-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Complete help of this mode:
1212
/ ____/___ ___ _____________ _____
1313
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
1414
/ /___/ /_/ / __/ / / /__/ __/ / v2.1-blackhat-edition
15-
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
15+
\____/\____/\___/_/ \___/\___/_/ by Remi GASCOU (Podalirius)
1616
1717
usage: Coercer.py coerce [-h] [-v] [--delay DELAY] [--http-port HTTP_PORT] [--smb-port SMB_PORT] [--filter-method-name FILTER_METHOD_NAME] [--filter-protocol-name FILTER_PROTOCOL_NAME] [-u USERNAME] [-p PASSWORD] [-d DOMAIN]
1818
[--hashes [LMHASH]:NTHASH] [--no-pass] [--dc-ip ip address] (-t TARGET_IP | -f TARGETS_FILE) [-l LISTENER_IP]

documentation/Fuzz-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Complete help of this mode:
1212
/ ____/___ ___ _____________ _____
1313
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
1414
/ /___/ /_/ / __/ / / /__/ __/ / v2.1-blackhat-edition
15-
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
15+
\____/\____/\___/_/ \___/\___/_/ by Remi GASCOU (Podalirius)
1616
1717
usage: Coercer.py fuzz [-h] [-v] [--export-json EXPORT_JSON] [--export-xlsx EXPORT_XLSX] [--export-sqlite EXPORT_SQLITE] [--delay DELAY] [--min-http-port MIN_HTTP_PORT] [--max-http-port MAX_HTTP_PORT] [--smb-port SMB_PORT]
1818
[--filter-method-name FILTER_METHOD_NAME] [--filter-protocol-name FILTER_PROTOCOL_NAME] [--only-known-exploit-paths] [-u USERNAME] [-p PASSWORD] [-d DOMAIN] [--hashes [LMHASH]:NTHASH] [--no-pass]

documentation/Scan-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Complete help of this mode:
1212
/ ____/___ ___ _____________ _____
1313
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
1414
/ /___/ /_/ / __/ / / /__/ __/ / v2.1-blackhat-edition
15-
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
15+
\____/\____/\___/_/ \___/\___/_/ by Remi GASCOU (Podalirius)
1616
1717
usage: Coercer.py scan [-h] [-v] [--export-json EXPORT_JSON] [--export-xlsx EXPORT_XLSX] [--export-sqlite EXPORT_SQLITE] [--delay DELAY] [--min-http-port MIN_HTTP_PORT] [--max-http-port MAX_HTTP_PORT] [--smb-port SMB_PORT]
1818
[--filter-method-name FILTER_METHOD_NAME] [--filter-protocol-name FILTER_PROTOCOL_NAME] [-u USERNAME] [-p PASSWORD] [-d DOMAIN] [--hashes [LMHASH]:NTHASH] [--no-pass] [--dc-ip ip address]

0 commit comments

Comments
 (0)