My road to clearing webug levels: The third level (intermediate level)

1. Level question
Insert image description here
The question suggests that this level is an injection vulnerability
2. Check the page and find that there is no access to the database at the URL. There is no other clickable place on the page
Insert image description here
3. It is suspected to be an injection of header information, use burpsuite to check
The header injection has X-Forwarded- For, User-Agent, Referer, cookie, host
Insert image description here
Insert image description here
Insert image description here

4. Exploit the injection point
Insert image description here
Explode the database:
Insert image description here
Explode the table:
Insert image description here
Explode the columns of the flag table Name:
Insert image description here
Explosion flag:
Insert image description here

Guess you like

Origin blog.csdn.net/weixin_45822019/article/details/105661979