일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tryhackme
- Leviathan
- THM
- Cryptography
- Reconnaissance
- php To Do List
- OS Command Injection
- over the wire
- php file upload
- overthewire
- Recon
- active reconnaissance
- 파일 업로드 취약점
- Server Side Request Forgery
- SQLi
- php 로그인 페이지 만들기
- Authentication
- access control
- php login page
- php 파일 업로드하기
- privilege escalation
- file upload
- php
- War Game
- FTZ
- active recon
- Cookie
- ssrf
- BANDiT
- sql injection
Archives
- Today
- Total
목록telnet (1)
R's Hacking Daily Log

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