fix: smbmap option

smbmap uses -d instead of -D
pull/27/head
Aleksi Kistauri 2019-12-08 11:50:10 +04:00 committed by GitHub
parent 45e6c0d26e
commit efce782edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ smbmap -H 10.10.10.125
And you can specify a domain like so: And you can specify a domain like so:
``` ```
smbmap -H 10.10.10.125 -u anonymous -D HTB.LOCAL smbmap -H 10.10.10.125 -u anonymous -d HTB.LOCAL
``` ```
Worth trying `localhost` as a domain, if that gets "NO_LOGON_SERVERS" Worth trying `localhost` as a domain, if that gets "NO_LOGON_SERVERS"
``` ```
smbmap -H 10.10.10.125 -u anonymous -D localhost smbmap -H 10.10.10.125 -u anonymous -d localhost
``` ```
* `enum4linux` * `enum4linux`