Archive

Posts Tagged ‘security’

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…

Crack MD5 Password Hash Online

April 30th, 2009 1 comment

Hello ,

below is some links to crack md5 password hashes online , i will keep this post updated with all online links for cracking md5.

Read more…

How to Backing up and Restoring Your MySQL Server

April 30th, 2009 No comments

Hello ,

i have created a small bash script to backup complete mysql server and then restore it. you can download the script and configure it as per your need.

Read more…

Remove XAMPP Windows 500 Internal Server Error

April 26th, 2009 5 comments

xampp-logo-hacking-gurusHello ,

Read more…

Subversion Backup and Restore

April 26th, 2009 No comments

subversion ogo

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 2 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…

MySQL: Secure Web Apps – SQL Injection techniques

March 26th, 2009 1 comment

-[ SUMMARY ]———————————————————————
Introduction
Injecting SQL
Exploiting a Login Form
Exploiting Different SQL Statement Type
Basic Victim Fingerprinting
Standard Blind SQL Injection
Double Query
Filters Evasion
SQL Injection Prevention
Conclusion
———————————————————————————

Read more…