Category Archives: Scripting

Homegrown Dictionary/Rainbow Table Password Discovery

Sometimes it is really easy to figure out a user’s password.  Just check out that picture to the right.  Other times the password is less obvious but could come from a list of passwords you already know.  For example, if your … Continue reading

Posted in Scripting | Leave a comment

Script to create 10,000 test users

I thought I would share the script I made to create 10,000 test users in an NT 4.0 domain for my test lab.  I should note a couple of things: When I first ran this script, my domain only had … Continue reading

Posted in Scripting | Leave a comment

Verify network translation

Again, some earlier code.  I’m not sure how good this works…I had ran it for a few weeks awhile back.  However, my IP address changed and I received a lot of notifications before I had a chance to resolve it. … Continue reading

Posted in Scripting | Leave a comment

DFS Replication Report Task

This is an earlier piece of code (says 1/21/2007).  I don’t do a lot with batch files anymore…however, it looks like this could still work and I thought I’d copy it here. Purpose: Create Distributed File System (DFS) Replication Health … Continue reading

Posted in Scripting | Leave a comment

Add domain group to local group

This script was designed to be run by a domain administrator to grant other groups access to Administrators or Power Users on a local machine.  It reads in a list of computers from a text file and attempts to add the … Continue reading

Posted in Scripting | Leave a comment