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 -

댓글 없음:

댓글 쓰기