Files
atomic-red-team/Windows/Discovery/File_and_Directory_Discovery.md
T
atmathis 89513673d7 Linux Discovery
* Added several Linux Discovery tactics and updated grid
2018-01-11 16:56:58 -05:00

491 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
dir "%systemdrive%\Users\*.*"
dir "%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\*.*"
dir "%userprofile%\Desktop\*.*"

tree /F >> %temp%\download