|
Splitter
|
|
Hits: 7 |
|
Date added: 04/11/2006 |
|
Good exe file spiltter |
|
|
|
|
SocketLock
|
|
Hits: 7 |
|
Date added: 12/08/2005 |
|
SocketLock
Disable WinXP and 2000 raw sockets
Author:
As part of my struggle to convince Microsoft not to ship Windows XP with full raw sockets, I created this "SocketLock" utility. It easily enables and disables the system raw socket capabilities to show that, contrary to Microsoft claims, raw sockets are not, and never were, needed by any applications or users. |
|
|
|
|
Simplemon 1.3a
|
|
Hits: 2 |
|
Date added: 12/18/2005 |
|
Perl script for monitoring processes (and their UID/GID) and free disk space. It generates carefully formatted mail, which is suitable for sending via SMS. It currently supports Solaris, FreeBSD, and Linux. |
|
|
|
|
Sigcheck
|
|
Hits: 4 |
|
Date added: 03/01/2005 |
|
Verify that images are digitally signed and dump version information with this simple command-line utility.
usage: sigcheck [-i][[-s]|[-v]][-q][-u] [-c catalog file] <file or directory>
-c Look for signature in the specified catalog file
-i Show image signers
-s Recurse subdirectories
-q Quiet (no banner)
-u Show unsigned files only
-v Csv output
One way to use the tool is to check for unsigned files in your WindowsSystem32 directories with this command:
sigcheck -u c:windowssystem32
You should investigate the purpose of any files that are not signed.
Download Sigcheck (16 KB)
Streams
The NTFS file system provides applications the ability to create alternate data streams of information. By default, all data is stored in a file's main unnamed data stream, but by using the syntax file:stream , you are able to read and write to alternates. Not all applications are written to access alternate streams, but you can demonstrate streams very simply. First, change to a directory on a NTFS drive from within a command prompt. Next, type echo hello > test:stream . You've just created a stream named 'stream' that is associated with the file 'test'. Note that when you look at the size of test it is reported as 0, and the file looks empty when opened in any text editor. To see your stream enter more < test:stream (the type command doesn't accept stream syntax so you have to use more).
NT does not come with any tools that let you see which NTFS files have streams associated with them, so I've written one myself. Streams will examine the files and directories (note that directories can also have alternate data streams) you specify and inform you of the name and sizes of any named streams it encounters within those files. Streams makes use of an undocumented native function for retrieving file stream information. Full source code is included.
Usage: streams [-s] [-d] <file or directory>
-s Recurse subdirectories.
-d Delete streams.
Streams takes wildcards e.g. 'streams *.txt'. |
|
|
|
|
Shed
|
|
Hits: 6 |
|
Date added: 10/10/2006 |
|
Shed is a very fast Windows shared resource scanner. Multiple potential hosts are scanned in parallel and when a shared resource is encountered it is enumerated in a separate thread for maximum efficiency. This program is designed to run on a PC running Windows NT/2000. Although it will run on a Windows 9x machine it will be limited to detecting and connecting to shares on the local network (i.e. the Network Neighborhood).
Shed will not detect shares on the Internet when run on a Windows 9x machine. |
|
|
|