Databases have been the heart of a commercial website. An attack on the database servers can cause a great monetary loss for the company. Database servers are usually hacked to get the credit card information. And just one hack on a commercial site will bring down its reputation and also the customers as they also want their credit card info secured. Most of the commercial websites use Microsoft sql (MSsql) and Oracle database servers. MS sql still owns the market because the price is very low. While Oracle servers come with high price. Well some time ago Oracle had claimed itself to be "unbreakable" But hackers took it as a challenge and showed lots of bugs in it also !! I was addicted to hacking of database servers from a few months. So I just decided to Share the knowledge with others. Well The Things Discussed Here Are Not Discovered by Me Ok. Yeah I Experimented with Them a LOT.
The article is Divided Into Two Parts:
Using the http port 80
2. USING THE MS SQL Port 1434
Part I - Using HTTP Port 80 (or Better Would Be Malformed URLS)
-------------------------------------------------- ----------------
This part will be useful not only to the hackers but also to the web designers. A common mistake made by the web designers can reveal the databases of the server to the hacker. Lets see on it. The whole game is of query strings. So IT IS Assumed That The Reader Has Some Knowledge About Queries and ASP. And One More The The Browser. So You Even Don't Require Any Other Tools Except IE or Netscape.
Normally, inorder to make a login page, The Web Designer Will Write the Following Code.
Login.htm