Archive

Posts Tagged ‘network’

OSI Model Explained..

September 22nd, 2009 1 comment

Default WIRELESS ROUTERS PASSWORD

September 20th, 2009 No comments

Below is most common used wireless routers admin password list, and at the bottom i have a link to a huge db of passwords for wireless routers.

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

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 commands

April 4th, 2009 No comments

UNIX Commands

UNIX Commands are usefull, because without them you will not be able to explore shells etc. I listed all commands that may be helpfull for newbie exploiters.

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…