Scripts are saved as .txt -- rename to .vbs to run. Right-click
fiber - Sniffing long-haul fiber sniffer in a hostile environment - contact tim at blackpondfarm.com for more info
iisconfig.txt Configure and secure a web server. Very extensive script to do everything you need to do in order to configure a web server to match standards. Configures the OS, IIS, SMTP, Indexing Service, edits the Registry, modifies .NET config files, sets up and ACLs directory structure, disables unnecessary services, modifies local group memberships, etc., and logs all actions to a file. Must be modified for your environment and parameters in order to run.
forensics.txt does a quick examination of the system, user accounts, user profiles, internet explorer history and disks and USB devices
srvinfo.txt simple vbscript script to replicate srvinfo.exe functionality using WMI calls
trim.txt simple vbscript script trims duplicate lines out of any file
outbound.txt Parse live or old proxy log, pull out all outbound traffic of greater than 100 megabytes
Useful for identifying transfers of proprietary data or other abuse
rot13.txt Basic script to convert to/from ROT-13.
acl_content.txt Example of recursing through directories and files, in this case to apply acls by calling xcacls.exe
footerscan.txt Simple example of scanning Metabase for a property, in this case checking for the IIS DefaultDocFooter property.
recurse.txt Recurse through directory structure and get file properties.
makeguid.txt Generate unique GUID.
httpping.txt Make an HTTP call with vbscript to get the response header. Useful for doing a which check of the server type or to see if http is listening.
ip.txt Ipconfig against a remote server.
remotemembers.txt List members of all local groups on a remote server.
filtercap.txt Filter Ethereal capture file to extract IP address, readable data to text.
translate.cpp Translate common DOS and HTTP error codes