Saturday, 28 July 2012

how to access blocked websites ! unblock everything on the internet

Hi !! In this article i'm going to show you how to access websites even though its BLOCKED ..
some of this methods are very complicated
read it carefully do it step-by-step

Friday, 27 July 2012

How to Hack passwords using a USB


Hello Friends,
Have you ever thought that a Simple USB Drive can be used as a Destructive Tool for Hacking Passwords? Today I will show you how to hack Passwords using an USB Pen Drive.

Thursday, 26 July 2012

Increase internet speed in Windows 7.. increase of upto 20%

Hi ! Do you know that you can actually increase your internet speed in windows 7 despite the fixed bandwidth provided by your internet service provider. This is due to the reason that Windows 7 actually stores 20 percent of the entire bandwidth available for its own updates and access to the Microsoft Servers. Most of us are completely unaware of the fact because the option to control Windows bandwidth is completely hidden from us. However, in this article I am going to guide you step by step how you can change the bandwidth speed and use all 100 percent of the total bandwidth available.

Hack a Facebook Account Using a Fake login Page .. the hackers way :))

Phishing is one of the easiest methods that you can use to hack Facebook accounts or any other email accounts ,In this article i will explain how you can Hack Facebook accounts by using a Phisher (fake login page ) .

Wednesday, 25 July 2012

Chatting Using CMD in Windows !! school computer lab hacks!

Hey ! In this iam going to show exactly how to chat using cmd in windows !

Open Notepad and type the Following code
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Bandwidth Throttling with NetEM Network Emulation



On a recent project, I was busy doing a Web application performance benchmark test. For most such benchmarks, it is important to simulate the typical end-user’s average effective bandwidth. Since we used a fast network for our benchmarks, we had to find a way to somehow limit the bandwidth of our LAN so that it would resemble “real” Internet throughputs. It took some research and reading to find the best way to do this. We found that there were commercial shaping products like Allot’s Netenforcer and PacketShaper, but these were costly. So instead of these devices/appliances, we decided to use the NetEM tool.

Monday, 23 July 2012

Ravan , JavaScript based Distributed Password cracking





You want to crack a hash but your system speed is low?! No need to worry..! Here is solution for you , "Distributed Password Cracking". Let me introduce a new tool called "Ravan" developed by LavaKumar.
About Ravan:
Ravan is a JavaScript based Distributed Computing system that can perform brute force attacks on salted hashes by distributing the task across several browsers. It makes use of HTML5 WebWorkers to start background JavaScript threads in the browsers of the workers, each worker computes a part of the hash cracking activity.
Ravan now supports MD5,SHA1,SHA256,SHA512 hashes.

Saturday, 21 July 2012

Hacking website using SQL Injection -step by step guide

Before we see what  SQL Injection is. We should know what SQL and Database are.

Database:
Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more. 



Some List of Database are:

* DB servers,
* MySQL(Open source), 
* MSSQL, 
* MS-ACCESS, 
* Oracle, 
* Postgre SQL(open source), 
* SQLite,