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