Toolbox

This page contains few tools that were developed by me. Most of them do just single task, but do it well.
I created these tools for my daily work and they were useful to me. I hope you will find them useful as well.
All tools on this page are fully functional, free and not-time bombed.

 

 

SecReport

It is a small suite of two command-line tools for collecting security-related information from Windows-based system (SecReport) and comparing any two reports either from any two systems or from same system after some time (Delta). I use these tools to quickly assess level of securing of Windows system and to compare results to baseline. The tools are useful both in daily security administration and during incident responce - for fast collection of information. Tools do not need to be installed on system and can be run directly from hard or CD-R disk or network drive (mapped or UNC). Format of reports - XML. Reports can be viewed with IE 6.0 browser. MD5 hash file for report is automatically created.

Supported platforms: Windows 2000, XP, 2003 - full support; NT4 (SP6 or later) - limited support
Current version: 3.27.07. Last updated: March 07, 2005

Usage:
SecReport [-h|-?] [-o:pathname] [-v] [-l]
Where:
-h or -? - Print help screen
-o:pathname - location of report files
-v - for verbose (detailed report)
-l - update information on hotfixes (requires fast Internet connection)

Download SecReport

 

 

WordVersion

Command line tool for determining version of Microsoft Word on any version of 32-bit Windows. WordVersion generates %ErrorLevel%, that corresponds to part of Word version, being requested (i.e. major version; minor version, build, subbuild). That is convinient in batch files and scripts.

Supported platforms: Windows 98/Me, NT4 (SP6 or later), 2000, XP, 2003
Supported Word versions: 95, 97, 2000, 2002/XP, 2003
Current version: 2003-09-16. Last updated: September 16, 2003

Usage:
WordVersion.exe 95|97|2000|2002|2003 [-m | -n | -b | -s | -f | -h]
Where:
-f - Print full version of Word
-m - Print only major version of Word
-n - Print only minor version of Word
-b - Print only build version of Word
-s - Print only subbuild version of Word
-h - Print help screen

Download WordVersion