Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- data structure
- javascript
- python
- Linux
- Java
- html
- instruction
- react
- XML
- DS
- Pipelining
- control
- Class
- system
- DATAPATH
- MacOS
- DB
- MIPS
- architecture
- mysql
- CSS
- php
- function
- github
- for
- web
- Algorithm
- DoM
- while
- computer
Archives
- Today
- Total
YYYEJI
[DVWA] 웹 모의해킹 실습 (Stored XSS) 본문
728x90
Stored XSS 란 ? ? ?
웹 브라우저 스크립트를 실행하는 것은 Reflected XSS 공격과 동일하지만,
웹 서버에 스크립트를 저장했다가 실행된다는 차이점이 있습니다.
Stored XSS - Low level
$ <img src="http://localhost/dvwa/vulnerabilities/csrf/?password_new=1111&password_conf=1111&Change=Change">
◡̈
'Security' 카테고리의 다른 글
[DVWA] 웹 모의해킹 실습 (CSRF) (0) | 2022.07.30 |
---|---|
[DVWA] 웹 모의해킹 실습 (Blind SQL Injection) (0) | 2022.07.29 |
[DVWA] 웹 모의해킹 실습 (Command Injection, File Upload) (0) | 2022.07.28 |
[DVWA] 웹 모의해킹 실습 (SQL Injection, XSS) (0) | 2022.07.27 |
[XAMPP] XAMPP 다운로드하기 (0) | 2022.07.26 |