일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 프랑스 교환학생
- wargame
- 포너블
- 해외송금
- Gentoo
- 웹해킹
- 모인유럽서포터즈
- 프랑스교환학생
- 리눅스
- 네트워크해킹
- 해킹
- FTZ
- 루트미
- web
- Linux
- WebHacking
- 모인유럽송금
- network
- 백도어
- 프랑스송금
- rootme
- Challenge
- 유로송금
- pwnable
- EPITA
- 해커스쿨
- 보안
- 모인해외송금
- client
- pwnable.kr
- Today
- Total
목록IT (42)
Securing Keys
https://www.root-me.org/en/Challenges/Network/Bluetooth-Unknown-file?lang=en Challenges/Network : Bluetooth - Unknown file [Root Me : Hacking and Information Security learning platform] www.root-me.org NSA에서 일하는 나의 친구가 해커의 컴퓨터에서 읽을 수 없는 파일을 복구하였다 그가 유일하게 아는 것은 그 파일이 컴퓨터와 핸드폰 사이의 통신으로부터 온 것이라는 거다 정답은 대문자로 된 MAC 주소와 핸드폰의 이름을 SHA-1 hashing한 결과이다 예시) AB:CD:EF:12:34:56myPhone -> 023cc433c380c2618ed96..
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번 ..
저번 포스팅에 이어서 Gentoo Linux 기초 환경 설정을 마무리하도록 하겠다 ↓↓↓ https://secure-key.tistory.com/22 [Linux for Security] Gentoo 파일시스템 구성 및 Chrooting 저번 포스팅에 이어 계속해서 Gentoo Linux 환경 설정을 진행하도록 하겠다 ↓↓↓ https://secure-key.tistory.com/15 [Linux for Security] Gentoo Linux 파티션 포맷 및 마운트 Redhat, CentOS 등.. secure-key.tistory.com 일단 linux sources를 다운받는다 emerge gentoo-sources 그리고 /usr/src/linux로 위치를 옮긴 후 cd /usr/src/linux..
저번 포스팅에 이어 계속해서 Gentoo Linux 환경 설정을 진행하도록 하겠다 ↓↓↓ https://secure-key.tistory.com/15 [Linux for Security] Gentoo Linux 파티션 포맷 및 마운트 Redhat, CentOS 등과 다르게 Gentoo Linux (젠투 리눅스)는 사람들이 많이 사용하지 않는 리눅스이다 따라서 처음부터 끝까지 모두 내가 직접 설정해줘야 하는 OS인 동시에 원하는대로 customizing할 수 있다는.. secure-key.tistory.com /home /bin /etc 등의 file system 구조를 형성해주기 위해 https://www.gentoo.org/downloads/에 존재하는 Stage3 파일의 링크 주소를 복사해준다 Sta..
Redhat, CentOS 등과 다르게 Gentoo Linux (젠투 리눅스)는 사람들이 많이 사용하지 않는 리눅스이다 따라서 처음부터 끝까지 모두 내가 직접 설정해줘야 하는 OS인 동시에 원하는대로 customizing할 수 있다는 장점이 있는 OS이다 저번 포스팅에서 Gentoo Linux를 VMware에 설치하고 디스크의 파티션을 나눠주었다 ↓↓↓ https://secure-key.tistory.com/13 [Linux for Security] Gentoo Linux 설치 및 파티션 나누기 앞선 포스팅에 언급했듯이 Gentoo Linux는 사용자가 하나부터 열까지 모두 customizing이 가능한 OS이다 ↓↓↓ https://secure-key.tistory.com/12 [Linux for Se..
앞선 포스팅에 언급했듯이 Gentoo Linux는 사용자가 하나부터 열까지 모두 customizing이 가능한 OS이다 ↓↓↓ https://secure-key.tistory.com/12 [Linux for Security] Linux vs Windows OS Linux Windows Hard Disk (HDD) /dev/hda (IDE hard disks, 옛날 것) /dev/sda (SATA hard disks, 요즘 것) \\.\PhysicalDrive Partitions /dev/sda1 /dev/sda2 /dev/sda3 ... C:\ D:\ ... File System (Partitio.. secure-key.tistory.com Gentoo Linux를 다운받을 수 있는 링크이다 위의 화면이..
Linux Windows Hard Disk (HDD) /dev/hda (IDE hard disks, 옛날 것) /dev/sda (SATA hard disks, 요즘 것) \\.\PhysicalDrive Partitions /dev/sda1 /dev/sda2 /dev/sda3 ... C:\ D:\ ... File System (Partitions에 data 저장하는 방법) EXT2, EXT3, EXT4, HFS, HFS+, ReiserFS, Btrfs, ... FAT, FAT32, NTFS, ... Important System Files /bin (기본 명령어) /sbin (시스템 관리 명령어) /var (로그 등 갱신데이터 저장) /sys (하드웨어 정보 기록) /boot (FIFO로 부트이미지 저장)..