Skip to content

Commit 9c93c08

Browse files
committed
Release 1.4: Added MS-RPRN 'PrinterBug'
1 parent d7e19bd commit 9c93c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ ./coercer.py -h
2525
______
2626
/ ____/___ ___ _____________ _____
2727
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
28-
/ /___/ /_/ / __/ / / /__/ __/ / v1.3
28+
/ /___/ /_/ / __/ / / /__/ __/ / v1.4
2929
\____/\____/\___/_/ \___/\___/_/ by @podalirius_
3030
3131
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from lib.utils.smb import connect_to_pipe, can_bind_to_protocol, get_available_pipes_and_protocols
1414

1515

16-
VERSION = "1.3"
16+
VERSION = "1.4"
1717

1818
banner = """
1919
______

0 commit comments

Comments
 (0)