Skip to main content

Posts

Featured

SQL Injection - GET Request

Definitions* What is Mutillidae? Mutillidae II is a free, open source, deliberately vulnerable web-application providing a target for web-security enthusiast. What is a SQL Injection? SQL injection (also known as SQL fishing) is a technique often used to attack data driven applications. This is done by including portions of SQL statements in an entry field in an attempt to get the website to pass a newly formed rogue SQL command to the database (e.g., dump the database contents to the attacker). SQL injection is a code injection technique that exploits a security vulnerability in an application's software. The vulnerability happens when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly t yped and unexpectedly executed. SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL database. ...

Latest Posts

Netcat

Beautiful Soup: An Intro

Using Tweepy to scrape tweets from twitter using API : complete

Me Cython

datatypes in C

Rotating a Matrix in Python

View in SQL

Case statements in SQL

Working of Order by and Group by on multiple columns explained

Date and Time Strings Examples