My First Post
Welcome to my blog! This is a test post.
Posted by: admin | View CommentsA Deliberately Vulnerable Web Application for Security Testing
Here are some security tips... (ironically posted on a vulnerable site)
Posted by: user123 | View CommentsTest Credentials (Vuln #5 - Default Credentials):
Username: admin | Password: admin
Username: guest | Password: guest
Try SQL injection: admin' OR '1'='1
⚠️ This page should require admin privileges (Broken Access Control)
Database: MySQL 5.7.0 (Outdated - Vuln #6)
PHP Version: 7.2.0 (Outdated - Vuln #6)
Debug Mode: Enabled (Vuln #5)
Error Reporting: Full (Vuln #5)
XSS Test Payloads:
<script>alert('XSS')</script>
<img src=x onerror=alert('XSS')>
SQL Injection Test:
' UNION SELECT username, password FROM users--
File Upload Vulnerabilities:
• No file type validation
• No file size limits
• Try uploading: .php, .jsp, .exe files
SSRF Test URLs:
http://localhost:8080/admin
file:///etc/passwd