You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,24 @@ I'm using the XblAuthManager as the target which is the Xbox Accessory Managemen
53
53
54
54
# Passing the Hash
55
55
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.
[*] 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.
0 commit comments