일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- php file upload
- over the wire
- Server Side Request Forgery
- php To Do List
- sql injection
- php login page
- THM
- SQLi
- Recon
- OS Command Injection
- tryhackme
- privilege escalation
- Reconnaissance
- active recon
- overthewire
- War Game
- file upload
- php
- access control
- FTZ
- Cryptography
- php 로그인 페이지 만들기
- 파일 업로드 취약점
- Leviathan
- Authentication
- Cookie
- ssrf
- php 파일 업로드하기
- active reconnaissance
- BANDiT
Archives
- Today
- Total
목록NC (1)
R's Hacking Daily Log
Active Reconnaissance (4)
TELNET [=Teletype Network] Teletype Network protocol은 CLI를 통해 원격 시스템과 통신하기 위해 개발된 protocol로, 기본적으로 23 port를 사용한다. 보안 측면에서 telnet은 username, password 등 모든 정보를 cleartext 상태로 보내기 때문에 통신 채널에 접속할 수 있는 모든 사람은 로그인 정보를 쉽게 훔칠 수 있다. 따라서 대안으로 ssh(Scure shell) protocol이 나오게 된다. *cleartext란 어떠한 암호화 처리를 하지 않은 원문 그대로를 의미한다. 하지만 telnet client는 단순하기 때문에 다른 용도로 사용할 수 있다. telnet client가 TCP에 의존한다는 것을 알면 telnet을 사용..
TryHackMe/Walkthroughs
2023. 4. 1. 09:07