407c84b6f5
+ More Tasklist.exe adds + Modified file directory listing to be recursive.
320 B
320 B
File and Directory Discovery
MITRE ATT&CK Technique: T1083
Directory listing
Input:
dir /s c:\ >> %temp%\download
dir /s "c:\Documents and Settings" >> %temp%\download
dir /s "c:\Program Files\" >> %temp%\download
dir /s d:\ >> %temp%\download