Saturday, October 20, 2012

Hacking Tricks

Want to learn useful hacking tricks? Here is the list of best hacking tricks that will teach you a lot new hacking techniques and tricks.Enjoy!

1. Real Hacking Tricks

Cross Site Scripting (XSS)
XSS is hacking trick where malicious user can add carefully-constructed comments to webpages with the intention of fooling web browsers. Read more in my previous article Cross Site Scripting Example where you can try live example.
Cross Site Request Forgery ( CSRF )
CSRF is hacking trick that works by exploiting the trust that a site has for the user. Site tasks are usually linked to specific urls
(Example: http://hackspc.com/sellpage?money=1000&count=145689782562) allowing specific actions to be performed when requested. If a user is logged into the site and an attacker tricks their browser into making a request to one of these task urls. Typically an attacker will embed malicious HTML or
JavaScript code into an email or website to request a specific ‘task url’ which executes without the users knowledge.
Read more in my previous article Cross Site Request Forgery ( CSRF ) Example
SQL Injection
SQL Injection is subset of the an unverified/unsanitized user input vulnerability and the idea is to convince the application to run SQL code that was not intended. Read more in my previous article How To Protect Your Website Against SQL Injection
Javascript Injection
Javascript injection is hacking trick that allows you to change websites behavior without refreshing or leaving it. It provides on spot interaction with the source code of website from browser window. Javascript script might come really handy when you are hacking basic websites. Javascript injection allows you to alter the form values before sending it to server. Read more in my previous articles Basic Tutorial About Javascript Injection and Javascript Injection |A Closer Look

2.Harmless Hacking Tricks

Here is the list of harmless hacking tricks that will trick your friend/ co-worker and etc.
Use ‘Inspect Element’ to Trick Your Friends
It isgoogle chrome trick that will prank your friends ! If your friend /co-worker has a weak work ethic , every few minutes visits facebook page , then you should prank him :). Click here How To Use ‘Inspect Element’ to Prank Your Friends
use insoect to trick
Make over 1,000 folders in few seconds

Open notepad and type
@echo off
:top
md %random%
goto top

and save it as .bat
Cannot Click On Anything On The Screen
It is windows trick that will make it to where your friend cannot click on anything on the screen.
cannot click on anything
Read more at Cannot Click On Anything On The Screen
Make Windows Batch File That Open The Notepad File Continuously
Open notepad and type
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

save it as .bat
Fake Facebook Virus
This will make your friend to think he has got a virus when they click on an icon such as Internet Explorer .

Read more in my prevoius article Fake Facebook Virus
Make Matrix With NotePad
Open notepad and type
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

save it as .bat

3. Game hacking tricks

Play Nintendo Games On Your Computer
If you want to play nintendo games like legendary Zelda, Donkey Kong, Pokemon on your computer , then you should use emulator. Emulator creates an environment on your PC under which real Nintendo software can run and be played in much the same way as it would be on the original hardware system. That means you can play Nintendo games on your computer at the comfort of your home. Read more at Play Nintendo Games On Your Computer
Play gameboy/nitendo games with a mobile phone
If you want to play gameboy/nintendo games on your mobile phone , then you should use emulator like VNES. Click here
Play Sega Dreamcast Games On Your PC
Here is step by step tutorial that explains how to play sega dreamcast games on your pc How To Play Sega Dreamcast Games On Your PC

Play LAN Games Using Hamachi
It’s game trick that explains how to play LAN games with your friends using the Hamachi software. Read more in my previous article How To Play LAN Games Using Hamachi

4. Windows Hacking Tricks

How To Break Windows Password
There are many ways to break windows passwords, I will show you how do do it with Cain & Abel v2.0. It is powerful hacking tool which can break of various kind of passwords using Dictionary, Brute-Force, Cryptanalysis attacks … This tutorial tells you how to break administrator password and gain access to admin account with Brute-Force attack.

Read more in my previous article How To Break Windows Password
How To Set Up A Backdoor In A Windows
backdoor is a hidden way to access a place. In terms of computer backdoor means a way to access that system(network, pc or anything)through a unknown, hidden way making use of a vulnerability present in that system. In this article I will tell you a way to access a pc running in windows os even if the system is password protected.

But you must have accessed that system before. For this trick you need only less than 5 minutes.
Read more in my previous article How To Set Up A Backdoor In A Windows

No comments:

Post a Comment