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
A different way of gaining local administrator access to a system, for instance via physical access, extracting the drive and mounting the filesystem directly on your machine. To use this mode, specify `LOCAL` as the target. By default the target filesystem is expected to be the current directory, you can specify a different path with `-root`:
121
119
122
120
```text
123
-
$ dploot sccm -root /media/C_drive/ LOCAL
124
-
[*] Connected to LOCAL as \None (admin)
121
+
$ dploot sccm -root /media/C_drive/ -t LOCAL
122
+
[*] Connected to LOCAL as \ (admin)
125
123
```
126
124
127
125
It can still be useful to give valid username and password as arguments, which will be used to decrypt masterkeys (see the instructions in [User Triage](#user-triage) below):
128
126
```text
129
-
$ dploot masterkeys -root /mnt -u bob -p Password LOCAL
127
+
$ dploot masterkeys -root /mnt -u bob -p Password -t LOCAL
0 commit comments