| 제목 | SourceCodester Online Tours & Travels Management System booking.php sql injection |
|---|
| 설명 | SourceCodester Online Tours & Travels Management System booking.php sql injection
Url: admin/operations/booking.php
Abstract:
Line 81 of booking.php invokes a SQL query built with input that comes from an untrusted source. This call could allow an attacker to modify the statement’s meaning or to execute arbitrary SQL commands.
Explanation:
SQL injection errors occur when:
Data enters a program from an untrusted source.
The data is used to dynamically construct a SQL query.
In this case, the data is passed to exec() in booking.php on line 81.
sqlmap.py -r C:\Users\11361\Desktop\sql.txt
Download Code:
https://www.sourcecodester.com/php/14510/online-tours-travels-management-system-project-using-php-and-mysql.html |
|---|
| 원천 | ⚠️ https://blog.csdn.net/weixin_43864034/article/details/132697070 |
|---|
| 사용자 | xiaojiangjyc (UID 53983) |
|---|
| 제출 | 2023. 09. 05. AM 11:45 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 09. 09. AM 10:08 (4 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 239351 [SourceCodester Online Tours & Travels Management System 1.0 booking.php exec 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|