Archive

Posts Tagged ‘root’

Recover Active Directory Saved Passwords or mscash with John

May 17th, 2009 No comments

Hello Everyone ,

if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as MSCASH . there are many tools availble on internet to dump or to get these password hashes from registry.Password hash is saved in the Windows registry and by default saved 10 hashes.you can read more about mscash here .

Read more…

SQL CheatSheet

March 8th, 2009 No comments

Currently only for MySQL and Microsoft SQL Server. Most of the samples are not correct for every single situation. Most of the real world environments may change because of parenthesis, different code bases and SQL sentences.

Read more…

Basic Linux Server Security

March 7th, 2009 4 comments

Linux Security is a big topic and is difficult to be covered in one post. i will keep posting on this top time to time.

Read more…