Friday

How to Hack a Database

Warning: The purpose of article is to develop programs to prevent the hackers from hacking databases. This article lists the common methods used to hack databases.




Steps

Use wireless access points. Amateur hacking technique called "wardriving," which uses wireless access points to find vulnerable networks from which to launch attacks.

Use SQL injection. Once connected to those private networks, Hackers uses a well-known technique called "SQL injection" to trick Web applications into forking over private information that gave him deeper access into networks. Even though it sounds complicated, techies liken this kind of hack to simply turning the front doorknob to get into a house.
  • In the seven-layer Open System Interconnection model, a popular reference guide for securing a network software stack, the application layer is at the top. SQL injection is a Web-based attack that happens on this surface level. Securing the application layer is entry-level security stuff.
  • Hackers use either a Web application scanner or Web application firewall to guard against SQL injections. A Web application scanner likely would have likely caught the SQL injection vulnerabilities . If it didn't, an application firewall probably would have isolated the attacker from gaining access to other parts of the compromised networks.


Warnings

  • Only do this in your databases.

How to Appear to Hack a Website

Ever Feel like changing a website? Now you can! Make websites look stupid! Amaze your friends!

Go to this website



After copying the different javascript hacks onto a notepad 
(so you don't have to keep going back to keep copying different things)
go to a website you want to edit.



If you want to use the Text Edit, read this step. For Image Dance, read the next one. Copy the said java hack and paste it to the browser bar. Hit enter, wait a few seconds, then edit it as if it's a notepad program!



For Image Dance, copy the said java hack and paste it to the browser bar
Press enter, wait a few moments, and the images should be dancing! 
If you want it to go faster, hover the cursor to the browser bar and look for the 
"R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200" 
and change the numbers to desired amount. Enjoy!


Warnings

  • No possible dangers. It shouldn't even be considered hacking

Things You'll Need

  • A java capable internet browser (like IE.)
  • A good internet connection

Thursday

How to Pretend to Hack a Website

Today, i will teach you how to hack.. but Note: This does not really affect the website content at all. What you change is only visible on your computer. Then as soon as you refresh the page it will be back to normal for you too.


Steps


Go to the page you want to hack and wait for it to be loaded fully
If you do it before, it will only edit what has already loaded.



Copy this code into the url bar:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

Hit Stop! If it worked right the links will have turned a more saturated blue, and when you click somewhere you'll be able to edit text



Edit! You can change text by highlighting it and typing. You can stretch or delete images just by clicking on them. Or you can just highlight the whole page and hit delete! Have fun!



Type the following code to make the page uneditable again:

javascript: document.body.contentEditable = 'false'; document.designMode = 'off'; void 1

Once you have made the page uneditable again, left-click in the URL Bar and press ESC. This will reset the URL to the page you are on, making it look authentic! Or you can open another tab and go back to the edited page!


Tips

  • You can use this to remove ads.
  • This can be a good way to prank friends.
  • You should have JavaScript enabled to do this. If you do not, you can simply enable it in your browser preferences.