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
- function
- computer
- while
- control
- for
- CSS
- github
- Algorithm
- instruction
- DS
- MacOS
- MIPS
- Linux
- react
- DB
- system
- python
- DoM
- Class
- mysql
- html
- web
- Java
- architecture
- javascript
- XML
- DATAPATH
- data structure
- Pipelining
- php
Archives
- Today
- Total
YYYEJI
[DVWA] 웹 모의해킹 실습 (CSRF) 본문
728x90
CSRF(Cross-Site Request Forgery) 란 ? ? ?
사용자의 의도와 무관하게 해커의 의도하는 악의적인 요청을 수행하게 하는 공격입니다.
CSRF - Low level
URL이 get 방식이기 때문에 URL로만 공격을 시도할 수 있습니다.
'Security' 카테고리의 다른 글
[DVWA] 웹 모의해킹 실습 (Stored XSS) (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 |