일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 프랑스송금
- WebHacking
- 해커스쿨
- wargame
- 해킹
- pwnable
- 웹해킹
- network
- Challenge
- client
- EPITA
- 모인유럽송금
- 보안
- Linux
- pwnable.kr
- web
- 백도어
- 포너블
- 모인해외송금
- 네트워크해킹
- 리눅스
- Gentoo
- 프랑스 교환학생
- 프랑스교환학생
- 유로송금
- FTZ
- 루트미
- 해외송금
- 모인유럽서포터즈
- rootme
- Today
- Total
목록wargame (5)
Securing Keys
https://www.root-me.org/en/Challenges/Web-Client/Javascript-Source Challenges/Web - Client : Javascript - Source [Root Me : Hacking and Information Security learning platform] i’ve done ftp-authentication challenge. but i dont know how to submit the challenge. www.root-me.org 'Start the Challenge' 버튼을 클릭하면 위와 같이 패스워드를 입력하라는 안내창부터 뜨게 된다 그냥 넘어간 후, 페이지 소스를 확인해보면 이번에도 역시 패스워드가 어떤 값일 경우에 인증되는지가 소스코드에..
https://www.root-me.org/en/Challenges/Network/Twitter-authentication-101 Challenges/Network : Twitter authentication [Root Me : Hacking and Information Security learning platform] www.root-me.org Twitter 인증 세션이 capture되었다 패스워드를 찾아라 'Start the Challenge' 버튼을 클릭하면 ch3.pcap 파일이 다운받아진다 이를 WireShark를 통해 열어보면 위와 같이 HTTP protocol 패킷 하나만 잡혀있는 것을 확인할 수 있다 이 또한 가독성 있게 보기 위해서 네트워크 stream을 확인하기 위해 'Follow H..
https://www.root-me.org/en/Challenges/Network/ETHERNET-frame Challenges/Network : ETHERNET - frame [Root Me : Hacking and Information Security learning platform] www.root-me.org 이 ethernet frame에서 비밀 데이터를 찾아라 ETHERNET (이더넷) BUS 구조 방식의 LAN (근거리통신망) IEEE가 표준사양으로 채택한 coaxial cable 네트워크 access 방식: CSMA/CD (Carrier Sense Multiple Access / Collision Detection) 데이터를 보내려는 컴퓨터의 통신망 사용여부를 확인 후, 비어있으면 데이터를..
https://www.root-me.org/en/Challenges/Network/TELNET-authentication Challenges/Network : TELNET - authentication [Root Me : Hacking and Information Security learning platform] www.root-me.org TELNET 세션에서 사용자 패스워드를 찾아라 TELNET (TELecommunication NETwork protocol) 원격 접속 서비스 원격 컴퓨터에 연결해서 현 컴퓨터를 그쪽에 연결된 터미널로 만들어 주는 인터넷 표준 프로토콜 'Start the Challenge' 버튼을 클릭하면 ch2.pcap 파일이 다운로드 된다 이 파일을 WireShark를 통해 열어..
https://www.root-me.org/en/Challenges/Network/FTP-authentication Challenges/Network : FTP - authentication [Root Me : Hacking and Information Security learning platform] www.root-me.org FTP를 통해 authenticated (인증된) file 교환이 일어났다 사용자의 비밀번호를 복구하라 FTP (File Transfer Protocol) 파일 전송을 위한 인터넷 연결 대량의 파일을 빠른 속도로 전송하기에는 WWW 방식보다 권장되는 프로토콜 server와 client 간에 2개의 연결이 형성됨 (21번 포트: 데이터 전송 제어를 위한 신호 주고받음) (20번 ..