We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e19bd commit 9c93c08Copy full SHA for 9c93c08
README.md
@@ -25,7 +25,7 @@ $ ./coercer.py -h
25
______
26
/ ____/___ ___ _____________ _____
27
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
28
- / /___/ /_/ / __/ / / /__/ __/ / v1.3
+ / /___/ /_/ / __/ / / /__/ __/ / v1.4
29
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
30
31
usage: coercer.py [-h] [-u USERNAME] [-p PASSWORD] [-d DOMAIN] [--hashes [LMHASH]:NTHASH] [--no-pass] [-v] [-a] [-k] [--dc-ip ip address] [-l LISTENER] [-wh WEBDAV_HOST] [-wp WEBDAV_PORT]
coercer.py
@@ -13,7 +13,7 @@
13
from lib.utils.smb import connect_to_pipe, can_bind_to_protocol, get_available_pipes_and_protocols
14
15
16
-VERSION = "1.3"
+VERSION = "1.4"
17
18
banner = """
19
0 commit comments