If you were going to break into a database-based website, how would you do it?
Answer / chaitanya
learning to break into your own systems so that you can pen test them yourself. While the exact methods are different for each type of database server and programming language, the easiest attack vector to test for first is an SQL injection technique. For example, if the input fields are not sterilized, just entering a specific set of symbols into a form field may be enough to get back data. Alternatively, depending again on how the site is written, using a specially crafted URL may be enough to get back data as well. Footprinting the server ahead of time can help in this task if it isn’t one you built yourself.
| Is This Answer Correct ? | 4 Yes | 1 No |
If you were going to break into a database-based website, how would you do it?
What is meant by computer application?
What is your opinion on hacktivist groups such as Anonymous?
What is the difference between closed-source and open-source? Which is better?
What is data protection in transit vs data protection at rest?
What is the Three-way handshake? How can it be used to create a DOS attack?
What do you think of social networking sites such as Facebook and LinkedIn?
What is the difference between a vulnerability and an exploit?
What is a spooler on a computer?
What is an easy way to configure a network to allow only a single computer to login on a particular jack?
1. Assume that passwords are selected from four-character combination of 26 alphabetic characters. Assume that an adversary is able to attempt passwords at a rate of one per second. a. Assuming no feedback to the adversary until each attempt has been completed, what is the expected time to recover the correct password? b. Assuming feedback to the adversary flagging an error as each incorrect character is entered, what is the expected time to discover the correct password?
Is a console a computer?