Linux 101 Hacks : Xargs 명령어를 이용한 다양한 활용방법
xargs is a very powerful command that takes output of a command and pass it as argument of another command. Following are some practical examples on how to use xargs effectively.
xargs 는 매우 효과적인 명령어로써 출력된 결과를 인자값으로 이용하여
포맷스트링 (format string) 버그 정리 ver 0x01
포맷스트링 버그 정리 ver 0x01 -텅날개
글쓴이 : ttongfly@ttongfly.net2004. 2. 20
홈페이지 : http://ttongfly.net
관련문서 : 포맷스트링 공격에 대한 분석 -biksaint@wowhacker.org
====================================================================
1. main 함수의 리턴 어드레스 찾기
[newbieup@WizardServer newbieup]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux …
rmdir 시스템 콜 (system call) 을 16진수 코드로 구현하기
rmdir 시스템 콜 16진수 코드짜기
writer : ttongfly@realskulls.org2003. 9. 23
homepage : http://ttongfly.realskulls.org
테스트 환경은 다음과 같습니다.
[root@localhost bof]# uname -a
Linux localhost.localdomain 2.4.20-7 #1 목 4월 10 11:40:17 KST 2003 i686 i686 i386 GNU/Linux
[root@localhost bof]# gcc -v
Reading …
포맷스트링 (format string) 버그 활용 정리 – 03. 11. 17
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
제목 : 포맷스트링 버그 활용 정리
작 성 자 : ttongfly@realskulls.org2003. 11. 17
홈페이지 : http://ttongfly.realskulls.org
참고문서 : 포멧스트링 버그 100% 활용하기 vol.1 -naska21
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
포맷스트링 버그에 관한 개념은 다른 문서를 참고하길 바란다.
이 문서는 개인적인 스터디 정리를 …
Lamagra의 Omega Project의 이해 및 분석
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
제목 : Lamagra의 Omega Project의 이해 및 분석
작 성 자 : ttongfly@realskulls.org2003. 10. 10
홈페이지 : http://ttongfly.realskulls.org
참고문서 : Lamagra의 오메가 프로젝트의 이해 -원재아빠
getuid시스템에서 OMEGA의 적용 -원재아빠
Project OMEGA by Lamagra
OMEGA Project Summary -H41d53
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
Lamagra라는 …
Dump of Hackerslab wargamez –
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
제목 : Dump of Hackerslab wargamez
작 성 자 : ttongfly@realskulls.org2003. 7. 22부터
홈페이지 : http://ttongfly.realskulls.org
워 게 임 : telnet://drill.hackerslab.org
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
=================================================================================
레벨 :: 0
=================================================================================
한 어리석은 대학생 서모씨는 unix c programming 수업시간에 교수로부터
standard …
Dump of hackerschool wargamez – 03. 7. 17
군대 제대하고 풀었던 문제들이네요. 지금은 문제풀이가 많이 바뀌었겠지만 기본 개념은 거기서 거기일듯. 여튼 2012년도에 2003년 문서를 보니 감회가 새롭네요~
writer : ttongfly@realskulls.org2003. 7. 17
homepage : http://ttongfly.realskulls.org
wargamez URL : telnet://ftz.hackerschool.org
=================================================================================
레벨 :: 1
=================================================================================
[level1@ftz level1]$ …