i.php – For (some) XSS and cookie borrowing needs.

i.php, when visited will collect useful information about the visitor.
It can be used to collect cookies or other information from the visiting user


Eaisly Reset The Gnome Panel

Sometimes the Gnome menu gets all weird (at least for my setup).  Just add the following script into /usr/local/bin, make sure you can execute it (chmod +x resetgpanel).  Run it from the command line, or create a shortcut on the panel itself. [START CODE] #!/bin/bash if ps ax | grep -v grep | grep gnome-panel [...]


XKCD-Get

I love the XKCD web comics. They are absolutely brilliant, and have become a part of my daily routine. I thought it would be nice to have an archive of the comics…so I fired up my good friend BASH, and asked it to create one for me. This script uses wget to download all the [...]


Powershell PC Info Script (WMI)

This tool will find a lot of information on remote computers using Powershell’s Get-WmiObject cmdlet. It can easily find: PC Serial Number PC Printer Info Current User OS Info System Info Add/Remove Program List Process List Service List USB Devices Uptime Disk Space Memory Info Processor Info Monitor Serial Numbers (registry)


File Carving with Perl

This is the first of, hopefully many, screencast and podcast episodes to come.  When it comes to computer security, programming, forensics, data recovery, etc…I can’t get enough.  I thought I should start sharing some of the things I have discovered.  In this episode I take a brief look at what file carving is, and then [...]