Skip to content

Tag Archives: vulnerability

What is Spectre security vulnerability? Spectre is a security vulnerability that affects all modern processors that use mechanisms such as branch prediction and speculative action. Spectre… Read More
What is Meltdown security vulnerability? Meltdown, also known as Rogue Data Cache Load, is a security vulnerability that affects microprocessors of the types Intel x86,… Read More
This article explains how to test whether a website is safe from SQL injection using the SQLMAP penetration testing tool.   What is SQL Injection? SQL… Read More
Command injection is basically injection of operating system commands to be executed through a web-app. The purpose of the command injection attack is to inject… Read More
A format string is an ASCII string that contains text and format parameters. Example: // A statement with format string printf("my name is : %s\n",… Read More

Start Your Coding Journey Now!