Last active
June 22, 2016 13:02
-
-
Save idiom/9500421 to your computer and use it in GitHub Desktop.
VirtualBox Guest Analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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