Category: Uncategorized

SQL Cheat sheets

July 7th, 2010
Thanks to PentestMonkey.net for this.MySQL:VersionSELECT @@version Comments SELECT 1; #commentSELECT /*comment*/1; Current User SELECT user(); SELECT system_user();List UsersSELECT user FROM mysql.user; -- privList Password HashesSELECT host, us… more »

Playing with LogMeIn and Hamachi

December 10th, 2008
Well, I just finished a program (thanks Irongeek for showing me AutoIt) for a client which detects installations of LogMeIn and Hamachi on other systems for him. To build it, I had to install both programs to see how I can detect their presence. After h… more »