Fascination
[Study] 2022 Network Security Study 계획표
etc.../SISS 2022. 5. 1. 04:48

숙명여자대학교 소프트웨어학부 학회 SISS 2022년 네트워크 보안 스터디 계획표 1주차 [이론] – 네트워크, 분류(LAN, WAN, MAN) - 이더넷 - 패킷 - 프로토콜(TCP, UCP, IRC, 네트워크 연결과정 - 3way handshaking / 4way handshaking, request/response) [실습] - Wireshark 설치 및 사용법 정리 2주차 [이론] - 네트워크 기본구조(스위치/허브, 라우터) - 논리적 네트워크(내부 네트워크, 외부 네트워크) - 네트워크 통신(유니 캐스트, 브로드 캐스트, 멀티 캐스트) - ip, mac 주소 - IPv4, IPv6 [실습] - [CTF-D/Network] Woodstock – 1 - [CTF-D/Network] 당신은 캡처 파일..

[Study] 2022 Reversing Study 계획표
etc.../SISS 2022. 4. 29. 23:57

숙명여자대학교 소프트웨어학부 학회 SISS 2022년 리버싱 스터디 계획표 1주차 [dreamhack] reverse engineering - stage 1 [dreamhack] reverse engineering - stage 2 2주차 [dreamhack] reverse engineering – stage 3 3주차 [dreamhack] reverse engineering – stage 4 [어셈블리어 분석 실습] example 0 – example5 4주차 [dreamhack] reverse engineering – stage 5 [CodeEngn] CodeEngn Basic RCE L01-L04 5주차 [dreamhack] reverse engineering – stage 6 6주차 [자료] 패킹..

article thumbnail
[Docker] SISS 대회 문제 출제 시 docker 사용법
etc.../SISS 2022. 2. 8. 21:22

1. 설치 - docker 설치 $ sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose 버전은 변경해서 설치할 수 있음(아래 사이트에서 확인하기) Releases · docker/compose Define and run multi-container applications with Docker - docker/compose github.com - docker-compose에 권한 설정 $ sudo chmod +x /usr/local/bin/docker-compose - 심볼릭 링크 설정 $ sudo ..