hping3hping3

Posted at 2010. 2. 22. 12:50 | Posted in 카테고리 없음
hping3를 컴파일 하는데 오류가 발생하였다.

gcc -c -02 -Wall -g main.c
main.c:29:18: error: pcap.h: No such file ro directory
main.c:169: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
main.c:170: error: 'PCAP_ERRBUF_SIZE' undeclared here (not in a function)
main: *** [main.o] Error 1

이유는 간단했다. libpcap 뿐만 아니라 libpcap-devel 도 설치되어야 하기 때문이다.

# yum -y install libpcap-devel

libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory
libpcap_stuff.c: In function 'pcap_recv':
libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness
make: *** [libpcap_stuff.o] Error 1

bpf.h 파일의 경로 때무에 발생한 문제이다.

# ln -s /usr/local/include/pcap-bpf.h /usr/include/net/bpf.h

hping3를 실행하면 또 오류가 난다.

Sorry This Hping Binary Was Compiled Without Tcl Scripting Support

//

잘 나갔던 시절의 버그트랙잘 나갔던 시절의 버그트랙

Posted at 2010. 2. 20. 06:56 | Posted in Computer
<AhnLab TrusGuard LogServer in BugTrack>

정말 잘 나갈 땐 이렇게 버그를 많이 올렸는데...
//

안철수연구소 인턴 12기 인수인계 일정안철수연구소 인턴 12기 인수인계 일정

Posted at 2010. 2. 19. 09:55 | Posted in 카테고리 없음
2010년 02월 22일 월요일 오후
01. 안철수연구소 및 네트워크지원팀 소개
02. 네트워크지원팀 업무 분장 소개
03. 품질 보증인의 자세 교육
04. 필수 도구 사용법 교육(AhnBang, AhnPub, BugTrack, QC)

2010년 02월 23일 오후
05. AhnLab TrusGuard LogServer 안내
06. Microsoft, IBM Database 설치 교육
07. Ixia 소개 및 IxExplorer, IxRouter 사용법 교육

2010년 02월 24일 오후
08. IxLoad 사용법 교육
09. IxAutomate 사용법 교육

2010년 02월 25일 오후
10. AhnLab TrusGuard DPX 안내
11. DDoS 관련 7개 필터 교육
12. AhnLab TrusGuard UTM 안내(Network, Firewall, IAC)

2010년 02월 26일 오전
13. AhnLab TrusGuard UTM 안내(Proxy, VPN, IPS)
14. 질의응답
//