mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-18 09:25:26 +00:00
commit
f85f2cb4c6
@ -364,7 +364,7 @@ Replace the customqueries.json file located at `/home/username/.config/bloodhoun
|
|||||||
#Check last password change
|
#Check last password change
|
||||||
Get-UserProperty -Properties pwdlastset
|
Get-UserProperty -Properties pwdlastset
|
||||||
|
|
||||||
#Get a spesific "string" on a user's attribute
|
#Get a specific "string" on a user's attribute
|
||||||
Find-UserField -SearchField Description -SearchTerm "wtver"
|
Find-UserField -SearchField Description -SearchTerm "wtver"
|
||||||
|
|
||||||
#Enumerate user logged on a machine
|
#Enumerate user logged on a machine
|
||||||
@ -486,7 +486,7 @@ Replace the customqueries.json file located at `/home/username/.config/bloodhoun
|
|||||||
```powershell
|
```powershell
|
||||||
Get-ADUser -Filter * -Identity <user> -Properties *
|
Get-ADUser -Filter * -Identity <user> -Properties *
|
||||||
|
|
||||||
#Get a spesific "string" on a user's attribute
|
#Get a specific "string" on a user's attribute
|
||||||
Get-ADUser -Filter 'Description -like "*wtver*"' -Properties Description | select Name, Description
|
Get-ADUser -Filter 'Description -like "*wtver*"' -Properties Description | select Name, Description
|
||||||
```
|
```
|
||||||
- **Enum Domain Computers:**
|
- **Enum Domain Computers:**
|
||||||
|
Loading…
Reference in New Issue
Block a user