December 2010
4 posts
2 tags
“IANA는 모든 IP 주소, 최상위 도메인, 인터넷 프로토콜 포트 할당을 책임지는 기관이다. 1998년까지 이 기관은 엔지니어이자 컴퓨터...”
– 오픈소스 툴킷을 이용한 실전해킹 절대내공, p.40, Johnnt Long 외 지음, 강유/윤근용 옮김, 에이콘 출판사, 2007 인터넷 역사의 큰 거인, Jon B. Postel (1943-1998) 그 외 관련 자료 http://en.wikipedia.org/wiki/Jon_Postel http://en.wikipedia.org/wiki/Postel_Award
Dec 29th
1 tag
네트워크 정보 수집하기
네트워크 상에서 특정 사이트, 서버 정보를 수집하고 싶다면? nslookup, whois, dig같은 명령어부터 시작하자. 특정 도메인에 연결된 DNS, 메일 서버 주소를 nslookup을 이용해 찾을 수 있다. 검색 조건으로 “set type=any”를 지정한다. 예를 들어, google이라면? # nslookup > server 216.239.32.10 Default server: 216.239.32.10 Address: 216.239.32.10#53 > set type=any > google.com Server: 216.239.32.10 Address: 216.239.32.10#53 Name: google.com Address:...
Dec 27th
2 tags
How to hide a user on Login Window on OS X 10.6 →
Dec 27th
2 tags
[RVM] Removing duplicated /usr/local/bin in your...
If you installed RVM on your machine, you may notice that there are /usr/local/bin twins in your PATH. It was annoying for me. # echo $PATH ...
Dec 26th