Explore >> Select a destination


You are here

www.nodejs-security.com
| | michaelneuper.com
10.1 parsecs away

Travel
| | A buffer overflow attack is a type of cyber attack in which an attacker attempts to write more data to a buffer (a temporary data storage area) in a computer's memory than the buffer is designed to hold. This can cause the buffer to overflow, or exceed its maximum capacity, which can corrupt other parts of the computer's memory and allow the attacker to gain unauthorized access to the system.
| | chefsecure.com
11.5 parsecs away

Travel
| | Ever hear of Ruby on Rails? Here's how I hacked it for a $500 bounty! The JavaScript escaping used by Rails developers is missing protections for a common feature that's been around for over 5 years!
| | chefsecure.com
12.1 parsecs away

Travel
| | Learn one trick to protect yourself when handling XSS vulnerability reports.
| | www.java-tv.com
77.0 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.