Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dafthack committed Jun 5, 2019
1 parent 7cb77cc commit 813d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ Check-LocalAdminHash -Username PossibleAdminUser -PasswordHash E62830DAED8DBEA4A
### Single Target
This command attempts to perform a local authentication for the user Administrator against the system 192.168.0.16 over SMB.
```PowerShell
Check-LocalAdminHash -TargetSystem 192.168.0.16 -Username Administrato -PasswordHash E62830DAED8DBEA4ACD0B99D682946BB -Protocol SMB
Check-LocalAdminHash -TargetSystem 192.168.0.16 -Username Administrator -PasswordHash E62830DAED8DBEA4ACD0B99D682946BB -Protocol SMB
```

### Check-LocalAdminHash Options
Expand Down

0 comments on commit 813d2c8

Please sign in to comment.