Skip to content

Commit

Permalink
Updated banner
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jan 31, 2025
1 parent 1fd071d commit bafc7e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coercer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/ ____/___ ___ _____________ _____
/ / / __ \\/ _ \\/ ___/ ___/ _ \\/ ___/
/ /___/ /_/ / __/ / / /__/ __/ / v%s
\\____/\\____/\\___/_/ \\___/\\___/_/ by @podalirius_
\\____/\\____/\\___/_/ \\___/\\___/_/ by Remi GASCOU (Podalirius)
""" % VERSION


Expand Down
2 changes: 1 addition & 1 deletion documentation/Coerce-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Complete help of this mode:
/ ____/___ ___ _____________ _____
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
/ /___/ /_/ / __/ / / /__/ __/ / v2.1-blackhat-edition
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
\____/\____/\___/_/ \___/\___/_/ by Remi GASCOU (Podalirius)
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]
[--hashes [LMHASH]:NTHASH] [--no-pass] [--dc-ip ip address] (-t TARGET_IP | -f TARGETS_FILE) [-l LISTENER_IP]
Expand Down
2 changes: 1 addition & 1 deletion documentation/Fuzz-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Complete help of this mode:
/ ____/___ ___ _____________ _____
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
/ /___/ /_/ / __/ / / /__/ __/ / v2.1-blackhat-edition
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
\____/\____/\___/_/ \___/\___/_/ by Remi GASCOU (Podalirius)
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]
[--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]
Expand Down
2 changes: 1 addition & 1 deletion documentation/Scan-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Complete help of this mode:
/ ____/___ ___ _____________ _____
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
/ /___/ /_/ / __/ / / /__/ __/ / v2.1-blackhat-edition
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
\____/\____/\___/_/ \___/\___/_/ by Remi GASCOU (Podalirius)
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]
[--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]
Expand Down

0 comments on commit bafc7e7

Please sign in to comment.