Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

52

Problem

HEADER INJECTION
헤더생성
클리어 조건

id: $_GET[id]
clear: r4k4

$_GET[id]로 헤더인젝션을 해서 id=r4k4 쿠키를 생성하세요.

Background Knowledge

Solution

  • ?id=r4k4%0d%0aclear:%20r4k4%0d%0a

Review

  • id=r4k4 쿠키를 생성하라길래 Set-Cookie:를 사용했는데 통과가 안되었다.
  • 검색 결과 그냥 클리어 조건대로 clear: r4k4를 넣어야 한다.