Skip to content

Commit 7bbda40

Browse files
committed
Updated banner
1 parent 918b641 commit 7bbda40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MS-RPRN-Coerce.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def build_RpcRemoteFindFirstPrinterChangeNotificationEx_struct(listener):
185185

186186

187187
def parseArgs():
188-
print("MS-RPRN-Coerce v1.1 - by @podalirius_\n")
188+
print("MS-RPRN-Coerce v1.1 - by Remi GASCOU (Podalirius)\n")
189189

190190
parser = argparse.ArgumentParser(description="Force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 65).")
191191
parser.add_argument("-v", "--verbose", default=False, action="store_true", help='Verbose mode. (default: False)')

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
```
2525
$ ./MS-RPRN-Coerce.py -h
26-
MS-RPRN-Coerce v1.1 - by @podalirius_
26+
MS-RPRN-Coerce v1.1 - by Remi GASCOU (Podalirius)
2727
2828
usage: e.py [-h] [-v] [--dc-ip ip address] [-d DOMAIN] [-u USER] [--target-ip ip address] [--no-pass | -p PASSWORD | -H [LMHASH:]NTHASH | --aes-key hex key] [-k]
2929
listener target

0 commit comments

Comments
 (0)