Category: Security
SQL mapping
Use the following SQL queries to get information about a MSSQL database:
List of databases on the server
USE MASTER
SELECT dbid, name
FROM SYSDATABASES
List all the tables in a database
USE
SELECT id, name… more »
Getting passwords from memory dumps
Copy-paste from here:------------------------------------------------------------------Using Volatility (1.3_Beta), Volatility Plugin from Moyix, a test RAM Image (xp-laptop-2005-06-25.img) and a Windows Hash/Password Finder (SamInside or Cain and Abel)… more »
Playing with smbshell
Copy paste from here:Description smbshell is a pre-compiled NASL script which can be used as a standalone tool to do the following tasks : Navigate thru the remote SMB shares and download files or obtain their version number Read/Enumerate the remote SM… more »
About disc encryption
From zdnet:Faced with the thought of a USB drive, notebook PC or backup tape going missing, most IT managers look to some form of encryption as the first layer of defence. However, according to one storage security expert, that's largely a pointless exer… more »
Unlocking the house from the 'net
From http://www.theinquirer.net/gb/inquirer/news/2008/09/04/unlock-house-via-internet: THE CEDIA EXPO in Denver has been wowed by some cunning gear designed by Schlage which makes door locks that can be wirelessly set or opened via the Internet, from a m… more »