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
Tools/GitHubGitHub/dovankha/cve-2024-34222
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingDatabase Security
GitHubdovankha/cve-2024-34222

CVE-2024-34222

Proof-of-concept for SQL injection vulnerability in SourceCodester Human Resource Management System 1.0, demonstrating arbitrary SQL command execution via the searccountry parameter in /hrm/country.php.

View Repository
452 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

Human Resource Management System 1.0

Submitter: Kha Do

Vulnerability

SQL injection

Description

SQL injection vulnerability in /hrm/country.php in SourceCodester Human Resource Management System 1.0 allow attackers to execute arbitrary SQL commands via the searccountry parameters.

Affected component

Path URL: /hrm/country.php

Parameter: &searccountry=[inject here]

Impact

This vulnerability allow attackers allow attackers to execute arbitrary SQL commands via the searccountry parameters

POC

When searching country with the incorrect condition ' and '1'='2'#, no results are returned: incorrect

And, when searching country with the incorrect condition ' and '1'='1'#, all results are returned: correct

Download Tool