Update File_and_Directory_Discovery.md
Adding more commands taken from Waterbug/Turlamaster
parent
543cae5b60
commit
a85093767d
|
@ -10,3 +10,6 @@ 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\*.*"
|
||||
|
|
Loading…
Reference in New Issue