This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
너의 쉘을 응원한다. | |
취약점을 다루는 | |
최소한의 논리는 만들어 줬으니 | |
무엇을 연구하던 | |
최종 도달 지점은 너의 쉘이 되길 바란다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
아들 교육 자료 | |
*/ | |
#include <stdio.h> | |
void add(int a, int b) | |
{ | |
printf("Addition is %d\n", a+b); | |
} | |
void subtract(int a, int b) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
아들 교육자료 | |
pointer 사용 예제 | |
*/ | |
struct device { | |
struct klist klist_children; | |
struct klist_node knode_parent; /* node in sibling list */ | |
struct klist_node knode_driver; | |
struct klist_node knode_bus; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
코딩을 오래 하다 보면 | |
뭐든 코딩하는 직업병이 있는 듯하다 | |
[+] | |
양치기 소년의 딜레마 | |
포용하겠다 하면 | |
거짓말 같고 | |
그렇지 않으면 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
신한 머시기에서 | |
상당한 실력을 보유한 해커 만난 썰 | |
아이넷캅에 유동훈이란 분이 있는데 | |
상당한 실력자다 | |
이분이 만든 페도라 exploit 보면 | |
상당히 아름답다 | |
그 애길 술자리에서 했는데 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 차세대해커 양성 테스트 과제 | |
- root tag : DXUW-MEAC-UGLI-ECIY | |
- id tag : MPBZ-RFEF-WVOI-VVPI | |
시작시간 : 2021.08.05 10:10 | |
제출시간 : 2021.08.06 10:10 | |
프로그램밍 언어는 제한을 두지 않음 제일 잘하는 언어로 작성 | |
작성한 코드제출 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 차세대해커 양성 테스트 과제 | |
- root tag : DXUW-MEAC-UGLI-ECIY | |
- id tag : MPBZ-RFEF-WVOI-VVPI | |
시작시간 : 2021.08.04 10:10 | |
제출시간 : 2021.08.05 10:10 | |
프로그램밍 언어는 제한을 두지 않음 제일 잘하는 언어로 작성 | |
작성한 코드제출 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 차세대해커 양성 테스트 과제 | |
- root tag : DXUW-MEAC-UGLI-ECIY | |
- id tag : MPBZ-RFEF-WVOI-VVPI | |
```bash | |
안녕하세요 블랙팔콘입니다. | |
우선시험 보는 것에 | |
동의해주신 것에 감사합니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# tag : GFUH-RVWG-NQIQ-XFMN | |
# | |
zero trust는 | |
네트워크 경계 방어 중심에서 | |
사용자/자산/자원 중심으로 방어하는 | |
발전적인 사이버 보안 패러다임 개념이다 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# | |
# write by kyoung chip ,jang | |
# tag : HSJF-CDQF-QNQA-XRRC | |
# | |
# sudo apt-get install python3-dev | |
# | |
# wget http://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.7.0.tar.gz | |
# tar xvf sysv_ipc-0.7.0.tar.gz | |
# cd sysv_ipc-0.7.0 |