BestInternetSecurity.net

Information Security Resources

Entries for the ‘Application Security’ Category

Google Hacking and Buffer Overflow Attacks: In the News

Recently I spotted a piece of news about a type of network attack combining techniques we have discussed in recent articles involving Google Hacking and Buffer Overflow Attack . The incident, according to Forbes News1 involves “using Google searches to track down sites vulnerable to so-called ‘SQL injections’.” Essentially, the hackers use Google to hunt […]

Comments (2)

Buffer Overflow: How does it happen?

Buffer Overflow refers to what happens when an area of a program’s code is overwritten with new code using the technique of inputting data longer than the length expected when the program asks for input. This creates an overflow in the program’s buffer system, and causes the program to react negatively − sometimes even resulting […]

Comments (1)