Archive

Posts Tagged ‘linux’

Convert EXT2 or EXT3 to EXT4 Without Reformatting Your Hard Drive [Linux]

August 16th, 2010 No comments

Convert EXT2 or EXT3 to EXT4 Without Reformatting Your Hard Drive [Linux]: ” Read more…

Recover Active Directory Saved Passwords or mscash with John

May 17th, 2009 2 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 39 comments

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…

Subversion Backup and Restore

April 26th, 2009 No comments

subversion ogo

Read more…

How To Catch A Hacker

April 4th, 2009 14 comments

How To Catch A Hacker

I just wrote this guide to give you some tips of which you may not have heard yet. Hopefully, it won’t come to a hacker getting in, but if it does…

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 2 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 3 comments

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

Lost Password Recovery :: John The Ripper TUTORIAL

March 11th, 2009 3 comments

John the Ripper is a decrypting program for passwords. Although it has many

functions we will be looking at using it as a decryper for password files
you possess.

Read more…