Archive

Posts Tagged ‘database’

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…

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…

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…

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…