brew : speedtest-cli 와 ansiweather 및 wttr.in cointop
brew 는 맥에서 Linux 계열의 유틸리티를 쉽게 다운로드 하기 위한 yum 이나 apt 같은 유틸리티죠. brew 에는 wget lynx 등 Linux 에서 사용하는 다양한 유틸리티도 있지만 날씨를 보거나 스피드 테스트를 하는 등 재미있는 유틸리티도 많이 있습니다. 오늘은 brew 에서 사용가능 …
터미널에서 긴 명령어를 Vim을 이용하여 편집하고 실행하는 팁
종종 터미널에서 명령어를 입력 할 때, 명령어가 길어지는 경우가 있습니다. 이를 Bash 또는 Zsh에서 편집하기가 불편한 경우가 종종 있는데요. 이럴 때 아래와 같은 순서로 명령어를 VIM에서 편집 할 수 있습니다.
- Control+X 를 입력
- Control+E 를 입력
- VIM 에디터를 통해 명령어를
칼리리눅스 apt-get update에서 Invalid Signature 오류 발생시 (EXPKEYSIG)
칼리리눅스 (Kali Linux)에서 apt-get update 를 주기적으로 사용하지 않을 경우 archive-keyring package 가 outdated 가 되어버린다고 합니다. 하여 아래와 같이 오류가 발생해 버리게 되는데요.
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 https://download.sublimetext.com apt/dev/ InRelease
Hit:5 http://deb.i2p2.no unstable InRelease
… 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
-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-====-
포맷스트링 버그에 관한 개념은 다른 문서를 참고하길 바란다.
이 문서는 개인적인 스터디 정리를 …
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 …