Some tools:
DOWNLOAD LINKS
LINK1
LINK2
watch_f_d.exe
Tool to capture new files on disc at a given path. First time run will store a snap shot. Second run will only show new or modified files. Search is recursive under the given path (The timeStamp shown in output path is last modified).
Usage: watch_f_d.exe PathToFolder
Let's use an example:
First run with snapShot
2nd run with newly added files
You can add multiple directories to the snap shot using the command line. Its not really meant to use for paths like c:\ as that would be a very long search.
watch_aspx.exe
Tool will look for asps files (ONLY) in a given path. This is real-time only i.e. when a file is added or deleted (with asps extension), user should see the notification:
Usage: watch_aspx.exe pathToFolder
file_search.exe
Tool will run a recursive search in a given path
Usage: file_search.exe pathToFolder flag
flag value could be a or b
a = get file names and md5 // slower
b = file names only // faster
Use find to look for specific patterns e.g.
file_search.exe c:\foo b | find "aspx"
watch_iis_process.exe
Tool will watch for IIS process ONLY, in real-time. It will alert if IIS spawns any other process.
Usage: Double click.
FILE UPLOAD TOOL
Tool will provide client server mechanism to upload file(s) between client and a server:
file_ser_7777.exe
Will start a server on port 7777
NOTE: Create folder called ud
Uploaded files will be saved under ud folder.
file_upload_client.exe
Will upload a file to the server. File(s) MUST be placed in folder called ud
Usage:
file_upload_client.exe fileName remoteIpAddress
fileName is name of the file that MUST be placed in ud folder.
watch_windows_temp.exe
Watch c:\windows\temp folder recursive. Please make sure you have the right permissions
Usage: Double click
Search String
DownloadTool to search for a string in a given path (RECURSIVE). This could be used to search for specific patterns within IISLOGS
Usage:
search_str.exe string pathToFolder
Example:
search_str.exe evilString c:\inetpub\Logs
OTHER TOOLS
LINK 1LINK 2
LINK 3