Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2022-07-07 05:28:42 +00:00
parent d1c108053b
commit f339e7da7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
```