Archive

Posts Tagged ‘password’

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…

10 Reasons Websites get hacked

April 15th, 2009 No comments

1. Cross site scripting (XSS)

The problem: The “most prevalent and pernicious” Web application security vulnerability, XSS flaws happen when an application sends user data to a Web browser without first validating or encoding the content. This lets hackers execute malicious scripts in a browser, letting them hijack user sessions, deface Web sites, insert hostile content and conduct phishing and malware attacks.

Read more…

Lost Windows Vista Password Hack

April 8th, 2009 17 comments

forgot password? Have you forgotten your windows vista password ?   you cannot login to your  computer / laptop ? No worries you can hack windows vista to reset your windows vista password.

Read more…

800 Most Commonly Chosen Passwords!

April 5th, 2009 4 comments

Here are most Commonly Chosen Passwords , Please don not use these words as your Passwords. Please use Password Meter [ http://www.passwordmeter.com/ ] .

Read more…

Writing SQL Injection exploits in Perl

April 4th, 2009 3 comments

[1] Introduction
[2] Little panning of Perl language used into an internet context
[3] Perl SQL Injection by examples
[4] Gr33tz to …

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…