mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Merge pull request #535 from VicoLeChips/patch-1
Spelling mistake - Pentesting SMB
This commit is contained in:
commit
4544a929b9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ rpcclient //machine.htb -U domain.local/USERNAME%754d87d42adabcca32bdb34a876cbff
|
||||||
### Enumerate Users, Groups & Logged On Users
|
### Enumerate Users, Groups & Logged On Users
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# This info should alerady being gathered from enum4linux and enum4linux-ng
|
# This info should already being gathered from enum4linux and enum4linux-ng
|
||||||
crackmapexec smb 10.10.10.10 --users [-u <username> -p <password>]
|
crackmapexec smb 10.10.10.10 --users [-u <username> -p <password>]
|
||||||
crackmapexec smb 10.10.10.10 --groups [-u <username> -p <password>]
|
crackmapexec smb 10.10.10.10 --groups [-u <username> -p <password>]
|
||||||
crackmapexec smb 10.10.10.10 --groups --loggedon-users [-u <username> -p <password>]
|
crackmapexec smb 10.10.10.10 --groups --loggedon-users [-u <username> -p <password>]
|
||||||
|
|
Loading…
Reference in a new issue