File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11PowerVeiw and output localy to disk for beacon:
2- powershell -no -exec bypass -command "& {Import-Module .\PowerView.ps1; Invoke-UserHunter USRNAME | Out-File -Encoding Ascii USERNAME.txt}"
2+ powershell -no -exec bypass -command "& {Import-Module .\PowerView.ps1; Invoke-UserHunter USRNAME | Out-File -Encoding Ascii USERNAME.txt}"
33
44Powerview UserHunting Search by keyword:
5- powershell Get-NetUser -Filter "(description=*medical*)" | Select-Object -Prop samaccountname.description,title
6- powershell Get-NetUser -Filter "(title=*medical*)" | Select-Object -Prop samaccountname.description,title
5+ powershell Get-NetUser -Filter "(description=*medical*)" | Select-Object -Prop samaccountname.description,title
6+ powershell Get-NetUser -Filter "(title=*medical*)" | Select-Object -Prop samaccountname.description,title
77
You can’t perform that action at this time.
0 commit comments