일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ssrf
- php To Do List
- tryhackme
- php login page
- Recon
- overthewire
- php
- Cookie
- over the wire
- THM
- SQLi
- php 파일 업로드하기
- php 로그인 페이지 만들기
- Cryptography
- 파일 업로드 취약점
- access control
- OS Command Injection
- Leviathan
- file upload
- FTZ
- active reconnaissance
- php file upload
- BANDiT
- active recon
- sql injection
- Reconnaissance
- Server Side Request Forgery
- War Game
- Authentication
- privilege escalation
Archives
- Today
- Total
목록traceroute (1)
R's Hacking Daily Log
Active Reconnaissance (3)
Traceroute Traceroute은 이름에서 유추할 수 있듯이 sender의 system에서 다른 호스트에 이르기까지 패킷이 이동한 루트를 추적하는 역할을 한다. Traceroute의 목적은 1. sender에서부터 receiver까지 packet을 전달한 router의 IP 주소를 찾거나 2. sender에서부터 receiver까지의 packet이 전달된 횟수 [= *Hop]를 찾는 것이다. *Hop이란 네트워크 상에서 packet이 전달될 때 카운트되는 수로, router A에서 router B로 packet이 보내지면 이때 packet의 Hop이 1 증가했다고 할 수 있다. 즉, packet이 Router들에 의해 몇 번 이동되었는가를 나타낸다. Target system까지의 경로를 검색할 수..
TryHackMe/Walkthroughs
2023. 3. 31. 15:14