Merge pull request #27 from ls4cfk/patch-1

fix: smbmap option
pull/28/head
John Hammond 2020-03-02 19:01:16 -05:00 committed by GitHub
commit 43f5fdc056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,13 +50,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`