mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-19 09:48:50 +00:00
Update Active Directory Attack.md
Change recursive parameter for smbmap as listed in the documentation
This commit is contained in:
parent
b07c5df892
commit
838d7c8c65
@ -931,7 +931,7 @@ Automated exploitation:
|
|||||||
* [ShawnDEvans/smbmap - a handy SMB enumeration tool](https://github.com/ShawnDEvans/smbmap)
|
* [ShawnDEvans/smbmap - a handy SMB enumeration tool](https://github.com/ShawnDEvans/smbmap)
|
||||||
```powershell
|
```powershell
|
||||||
smbmap -H 10.10.10.10 # null session
|
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 -u invaliduser # guest smb session
|
||||||
smbmap -H 10.10.10.10 -d "DOMAIN.LOCAL" -u "USERNAME" -p "Password123*"
|
smbmap -H 10.10.10.10 -d "DOMAIN.LOCAL" -u "USERNAME" -p "Password123*"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user