Archive

Posts Tagged ‘hack’

Turn your keyboard LEDs into network activity indicators with a free app

December 7th, 2009 No comments

Since we talk about hacking, how about a little desktop/networking hack – how cool is to have your LEDs on keyboards to blink as you transfer data on network :) Try Network Lights and let us know. Windows Only.

TTL and Traceroute Explained

August 24th, 2009 1 comment

Introduction

Imagine a world without tracert/traceroute. You would be sending your precious packets out into the big wide world with no idea where they go and what they might meet when they are out there. When you set up routers with complex route statements you wouldn’t really know if everything you want is travelling the path you intend it to. When that pesky machine across the internet is "hammering" away at your mail server and you’d really like to know where it is you would be "blind". Enter traceroute, the network administrator’s personal "tracker".
Traceroute was originally conceived as a hack by Van Jacobson in about 1988. He needed to find a way to delineate the path his packets were taking through a routed network to troubleshoot some problems. There were no tools available to do this and there was no clear and easy answer. With knowledge of how the network works Van created traceroute. The solution is elegant in it’s pure simplicity. It’s all in the TTL…..
NOTE: My definition of a "hack" has always been that it is the use of the knowledge regarding how a system works to obtain results that the system was not intended to provide. As such I have always been extremely impressed by the pure simplicity of traceroute as a perfect example of a true "hack" of a system. It’s a little thing of beauty.

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…

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…

Lost Password Recovery :: John The Ripper TUTORIAL

March 11th, 2009 1 comment

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…

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…