
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.
SQL injection
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.
Path URL: /hrm/country.php
Parameter: &searccountry=[inject here]
This vulnerability allow attackers allow attackers to execute arbitrary SQL commands via the searccountry parameters
When searching country with the incorrect condition ' and '1'='2'#, no results are returned:

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