ifconfig eth0 192.168.x.xx netmask 255.255.255.0 up
route add default gw 192.168.x.1
echo nameserver 8.8.8.8 > /etc/resolv.conf
Backtrack IP 고정
vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.x.xx
gateway 192.168.x.1
netmask 255.255.255.0
network 192.168.x.0
broadcast 192.168.x.255
Backtrack 네트워크 인터페이스 재시작
/etc/init.d/networking restart
'보안 프로그램' 카테고리의 다른 글
cukcoo_sandbox agent.py (0) | 2013.10.30 |
---|---|
Digital Forensic SIFTing: SUPER Timeline Creation using log2timeline-sift (0) | 2012.06.25 |
Packet Generator Tool (0) | 2011.11.21 |
nc 응답 테스트 (1) | 2011.04.19 |
Penetration Testing Tools (0) | 2009.10.14 |