Monday, December 12, 2011

1. Definitions We begin by defining Denial of Service and Distributed Denial of Service. 1.1 What is a DoS? As the name implies, DoS is a Denial of Service to a victim trying to access a resource. In many cases it can be safey said that the attack requires a protocol flaw as well as some kind of network amplification. Denial of Services is also an attack on a computer system or network that causes...
How SQL Works: -Before you can perform an injection, you must first understand how SQL works. -When you register a new username and password on a website, the username and password you entered is kept in the site’s member table; the username and password are put in their separate columns. -When you log in with the username and password you registered, the login page looks for a row in the member table...