Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -75039,7 +75039,7 @@ credential-access:
|
||||
executor:
|
||||
command: |
|
||||
findstr /si pass *.xml *.doc *.txt *.xls
|
||||
ls -R | select-string -Pattern password
|
||||
ls -R | select-string -ErrorAction SilentlyContinue -Pattern password
|
||||
name: powershell
|
||||
- name: Access unattend.xml
|
||||
auto_generated_guid: 367d4004-5fc0-446d-823f-960c74ae52c3
|
||||
|
||||
@@ -112,7 +112,7 @@ Extracting Credentials from Files. Upon execution, the contents of files that co
|
||||
|
||||
```powershell
|
||||
findstr /si pass *.xml *.doc *.txt *.xls
|
||||
ls -R | select-string -Pattern password
|
||||
ls -R | select-string -ErrorAction SilentlyContinue -Pattern password
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user