일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Leviathan
- overthewire
- War Game
- file upload
- php 로그인 페이지 만들기
- tryhackme
- Recon
- php login page
- ssrf
- 파일 업로드 취약점
- active recon
- Cookie
- SQLi
- OS Command Injection
- over the wire
- FTZ
- BANDiT
- php 파일 업로드하기
- php
- php file upload
- sql injection
- privilege escalation
- Reconnaissance
- Server Side Request Forgery
- Cryptography
- Authentication
- THM
- active reconnaissance
- access control
- php To Do List
Archives
- Today
- Total
목록response headers (1)
R's Hacking Daily Log
HTTP in detail (3)
Header는 client가 request를 만들 때 추가할 수 있는 데이터를 말한다. http request & response를 살펴보면 첫 번째 라인을 제외한 내용은 "Header" : value 형태로 되어있는 것을 볼 수 있다. 이번 글에서는 대표적으로 볼 수 있는 request & response header를 살펴보자. Common Request Headers Host :: 요청을 보낼 대상 서버 호스트와 포트 번호 지정 User-agent :: User side의 일꾼, browser를 생각하면 된다. broswer의 종류와 버전에 대한 정보가 기재 Content-length :: 서버에게 보낼 데이터의 길이를 나타낸다. 이 데이터를 보고 서버는 자신이 받은 데이터의 길이와 비교해서 중간에..
TryHackMe/Walkthroughs
2023. 4. 7. 09:52