Skip to content

Commit

Permalink
Merge pull request #700 from mschader/fix/ad-smbmap-fix-1
Browse files Browse the repository at this point in the history
Update Active Directory Attack.md
  • Loading branch information
swisskyrepo authored Dec 14, 2023
2 parents c579e6d + 838d7c8 commit 9fc0acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Methodology and Resources/Active Directory Attack.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ Automated exploitation:
* [ShawnDEvans/smbmap - a handy SMB enumeration tool](https://github.com/ShawnDEvans/smbmap)
```powershell
smbmap -H 10.10.10.10 # null session
smbmap -H 10.10.10.10 -R # recursive listing
smbmap -H 10.10.10.10 -r [PATH] # recursive listing
smbmap -H 10.10.10.10 -u invaliduser # guest smb session
smbmap -H 10.10.10.10 -d "DOMAIN.LOCAL" -u "USERNAME" -p "Password123*"
```
Expand Down

0 comments on commit 9fc0acc

Please sign in to comment.