일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- overthewire
- Reconnaissance
- active recon
- ssrf
- OS Command Injection
- THM
- Leviathan
- php 로그인 페이지 만들기
- php login page
- tryhackme
- FTZ
- php file upload
- Cookie
- Server Side Request Forgery
- War Game
- SQLi
- php 파일 업로드하기
- access control
- Cryptography
- over the wire
- Authentication
- active reconnaissance
- php To Do List
- BANDiT
- Recon
- 파일 업로드 취약점
- php
- file upload
- privilege escalation
- sql injection
Archives
- Today
- Total
목록https (1)
R's Hacking Daily Log
HTTP in detail (1)
What is HTTP(S)? HTTP :: HyperText Transfer Protocol HTTP는 webpage의 데이터를 보내기 위해 웹 서버와 통신하는 데에 사용되는 규칙들의 집합이다. * web page의 data라 함은 HTML, 사진, 비디오와 같은 예시를 생각하면 된다. HTTPS :: HyperText Transfer Protocol Secure HTTPS는 Secure + HTTP라고 생각하면 된다. HTTPS data는 사용자가 보내고 받는 데이터를 다른 사람이 볼 수 없게 암호화하는 것뿐만 아니라 사칭이 아닌 올바른 웹 서버와 통신하고 있다는 확신을 준다. Requests and Responses 사용자가 웹 사이트에 접속할 때 Browser는 html, image, video와..
TryHackMe/Walkthroughs
2023. 4. 3. 15:59