You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VULNERABLE: SQL Injection in Hospital-Management-System. SQL injection in Hospital-Management-System/doctorsearch.php via the 'doctor_contact' param
#24
Open
SonNguyen3496 opened this issue
May 15, 2022
· 0 comments
I found an SQL Injection in your project
Pls Follow these steps to reproduce:
1:In admin panel use feature search doctor:
2: Create a request to 'doctorsearch.php':
3: Save this request to test.txt file:
4: Run SQLMap for the attack:
sqlmap -r test.txt -p doctor_contact
-> Injected
5: Area of concern in doctorsearch.php ( line 11 -> line 17 )
The text was updated successfully, but these errors were encountered: