Hacking/Web.

python django ssti cheat sheet

2018. 8. 15. 10:16



레드벨벳 웬디


{% debug %} : list all variables

{{ object | listme }} : same with dir(object)

{{ object | getme:"asdfasdf"} : load object.asdfasdf


이 외에도 django template filters 를 이용하면 도움을 얻을 수 있음.