Monthly Archives: October 2009

Enumerate Windows Users with STMP

Enumerating Window Usernames remotely is always fun. If you want to break into a system fast, see if STMP is running. Most admins run STMP on their servers. Here is a simple script that will make this task easy. #!/usr/bin/python import socket import sys if len(sys.argv) ! = 2: print “usage: <username>” sys.exit(0) s = [...]

  • Share/Bookmark
Posted in Secuirty | Leave a comment

Crack WPA/WPA2 with BT4

Please be ethical with knowledge Cracking Wireless is fun. Its like a slap in the face to everyone who thinks wireless is safe. Hiding your SSID, MAC Filtering, and other tweaks will not keep you safe. # ifconfig –a find your WLAN if # airman-ng stop <Wireless if> # ifconfig <Wireless if> down # macchanger [...]

  • Share/Bookmark
Posted in Secuirty, Wifi | Leave a comment

How to revive a dead Video Card

I have a system that runs two Nvidia cards in SLi. One day video was not working correctly. There were artifacts and signs of over heating. One of my cards was dying and died very quickly after a test reboot. I noticed two capacitors that were leaking with protruding paper. Well why pay for a [...]

  • Share/Bookmark
Posted in Hardware | 5 Comments
  • Welcome to TomSchaefer.org