Skip to content

Instantly share code, notes, and snippets.

@idiom
Last active June 22, 2016 13:02
Show Gist options
  • Save idiom/9500421 to your computer and use it in GitHub Desktop.
Save idiom/9500421 to your computer and use it in GitHub Desktop.
VirtualBox Guest Analysis
Dump Memory of a guest
1) vboxmanage debugvm "<imagename>" dumpguestcore --filename <outfile>
Capture Network Traffic of the guest
1) VBoxManage modifyvm "<imagename>" --nictrace1 on --nictracefile1 network.pcap
2) VirtualBox -startvm "<imagename>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment