비박스 환경을 활용한 웹 모의해킹 완벽 실습 -

HTML Injection Refleced(POST)

Cyber Security

2020-01-22 15:59:38


- HTML 인젝션 반사(POST요청)

low level 의 경우

./img/evernote_image_1.png

medium level

더블 인코딩 : 인코딩에 사용하는 %문자 자체도 인코딩하는 것 -> %문자의 인코딩 값은 %25

./img/evernote_image_2.png

high level

security level 'low'에서 사용한 html 태그를 first name, last name에 입력하고 go를 하면 태그로 해석하지 않고 문자열로 출력한다. -> 우회과정을 거치기 때문?

./img/evernote_image_3.png

./img/evernote_image_4.png

#php #MySQL #스터디 #웹 모의해킹 #비박스 #beebox #웹 해킹 점검