Good examples
Useful source code for computer programmer or engineer
2018년 2월 28일 수요일
How to capture Virtual Box Machine Packet using Wireshark
VBoxManage modifyvm "ubuntu-server" --nictrace1 on --nictracefile1 /root/file.pcap
VirtualBox -startvm "ubuntu-server" &
tail -f -c +0 /root/file.pcap | wireshark -k -i -
or
cat /root/file.pcap | wireshark -k -i -
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기