What is SQL Injections?

SQL injection (SQLi) is an attack technique used to attack database-driven applications; where the attacker takes advantage of SQL language features and adds new SQL statements to the corresponding field on the standard application screen. (For example, an attacker could import database contents to himself). SQL injection takes advantage of a vulnerability in the software […]

Read More

Buffer Overflow with VulnServer for Beginners

What is a Buffer Overflow Buffer Overflow occurs when a program tries to store more data in temporary storage than it can hold. Writing outside of the allocated memory space can corrupt data and crash the program. Buffer overflow can be found in web applications that serve static and dynamic expression.Attackers use buffer overflow to […]

Read More