Portswigger/XSS Portswigger - Reflected XSS into HTML context with nothing encoded solution by jh117jh 2023. 8. 24. 728x90 간단한 반사형 XSS 취약점을 포함하고 있어 alert함수를 호출하라 한다. <script> alert(0);</script>를 입력하면 풀 수 있다. 728x90 공유하기 게시글 관리 #include<hack.story> 'Portswigger > XSS' 카테고리의 다른 글 Portswigger - DOM XSS in jQuery selector sink using a hashchange event solution (0) 2023.09.01 Portswigger - DOM XSS in jQuery anchor href attribute sink using location.search source solution (0) 2023.08.25 Portswigger - DOM XSS in innerHTML sink using source location.search solution (0) 2023.08.25 Portswigger - DOM XSS in document.write sink using source location.search solution (0) 2023.08.24 Portswigger - Stored XSS into HTML context with nothing encoded solution (0) 2023.08.24 관련글 Portswigger - DOM XSS in jQuery anchor href attribute sink using location.search source solution Portswigger - DOM XSS in innerHTML sink using source location.search solution Portswigger - DOM XSS in document.write sink using source location.search solution Portswigger - Stored XSS into HTML context with nothing encoded solution