Update File_and_Directory_Discovery.md

Adding more commands taken from Waterbug/Turla
patch-2
rahmatnurfauzi 2018-01-11 17:04:47 +07:00 committed by GitHub
parent dcccde9adc
commit e1824a8756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -10,3 +10,9 @@ Input:
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\*.*
dir “%programfiles(x86)%”
dir “%programfiles%”
dir %appdata%