본문 바로가기

분류 전체보기3256

728x90
Bash Vulnerability Code Injection Attack bash_ld_preload.c#include #include #include static void __attribute__ ((constructor)) strip_env(void); extern char **environ; static void strip_env() { char *p,*c; int i = 0; for (p = environ[i]; p!=NULL;i++ ) { c = strstr(p,"=() {"); if (c != NULL) { *(c+2) = '\0'; } p = environ[i]; } } Compile it:gcc bash_ld_preload.c -fPIC -shared -Wl,-soname,bash_ld_preload.so.1 -o bash_ld_preload.so Copy ba.. 2014. 9. 25.
갤럭시노트4 공개 새 기능 안내 및 프리뷰 http://mbnmoney.mbn.co.kr/news/view?news_no=MM1001595467갤럭시노트4·갤럭시노트 엣지 공개…새 기능 살펴봤더니 휘어진 화면을 통해 7개의 앱을 실행할 수 있고, 개인 사진을 띄울 수 있으며 스크롤할 경우 자주 사용하는 기능을 편리하게 이용할 수 있습니다. 갤럭시노트4와 갤럭시노트 엣지는 오는 26일 국내 이통3사를 통해 출시됩니다. 갤럭시 노트 4 스펙 및 기능 안내 영상 GALAXY Note 4 (갤럭시 노트4) 프리뷰 2014. 9. 24.
국립공원 단풍 탐방로 75선 (2014년 단풍지도) 출처 : 국립공원관리공단 2014. 9. 22.
Bash Script: How read file line by line (best and worst way) Input: $ cat sample.txt This is sample file This is normal text file Source: $ cat readfile.sh #!/bin/bash i=1; FILE=sample.txt # Wrong way to read the file. # This may cause problem, check the value of 'i' at the end of the loopecho "###############################" cat $FILE | while read line; do echo "Line # $i: $line" ((i++)) done echo "Total number of lines in file: $i" # The worst way to r.. 2014. 9. 19.
2014년 SW 보안약점 진단원 양성교육 . 2014년 SW 보안약점 진단원 양성교육 안내 안전행정부와 한국인터넷진흥원은 SW보안약점 진단 업무를 수행할 「SW 보안약점 진단원」 양성 3차 교육을 아래와 같이 실시하고자 하오니, 관심 있으신 분들의 많은 참여 부탁드립니다. ▣ 교육 개요 o 교 육 명 : SW보안약점 진단원 양성과정 3차 o 교육대상 : SW 개발경력 6년 이상 또는 SW취약점 진단 3년 이상 o 교육기간 : 2014년 10월 13일 ~ 10월 17일 o 신청기간 : 2014년 9월 15일 ~ 9월 19일 o 교육내용 : SW보안약점 이론 학습 및 SW보안약점 진단 실습 o 접수방법 : 온라인 접수(http://academy.kisa.or.kr) ※서류 제출 : 온라인교육신청 후 신청기간 종료 후 안내메일 수령 확인 → 경력증명.. 2014. 9. 18.
728x90
728x90