Hotels_Server icon indicating copy to clipboard operation
Hotels_Server copied to clipboard

酒店预订系统后台管理系统

Results 16 Hotels_Server issues
Sort by recently updated
recently updated
newest added

How can i translate to english

GET parameter 'password' appears to be 'MySQL

Poc http://114.116.xxx.xxx/Hotels_Server/controller/api/login.php?telephone=%3Cscript%3Ealert(/xss/)%3C/script%3E

In /view/hotelList.php ![image](https://user-images.githubusercontent.com/26228334/51620806-1de63300-1f6e-11e9-8d5b-d1558d00996e.png) As you see, there are not any filtration in all ‘echo’s. Also in /controller/publishHotel.php , these are inserted into database without filtration ![image](https://user-images.githubusercontent.com/26228334/51621228-0491b680-1f6f-11e9-8e88-248ae191b597.png) After all, we can...

The application uses B64 encoding for storage of password Obscuring a password with a trivial encoding does not protect the password. ![capture](https://user-images.githubusercontent.com/6360103/51440959-53d5ae00-1d07-11e9-98b2-6a7cd6538dc9.PNG) https://cwe.mitre.org/data/definitions/261.html https://paragonie.com/blog/2015/08/you-wouldnt-base64-a-password-cryptography-decoded

In controller/fetchpwd.php ![2019-01-19-225422_457x392_scrot](https://user-images.githubusercontent.com/44659204/51428565-08a49800-1c40-11e9-87b6-b9132c9f7dc9.png) the parameter was added with a string "username=" ,passed to function find In the definition of function find,we can notice that though the author use PDO, he...