You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried vUSBf with different operating systems, such as CirrOS. CirrOS is a minimal linux distribution.
Execution on external VM works with: python vusbf.py -eon 127.0.0.1 1235 panic_1.obj
I can see kernel messages in the vm console.
Without external VM it does not work: python vusbf.py -eo payload/panic_1.obj -o new.config -v1
Issue: I can see usbredir packets, but Testcase count stuck at 0.
pastebin link
This issue is similar to the closed #5.
I have tried vUSBf with different operating systems, such as CirrOS. CirrOS is a minimal linux distribution.
Execution on external VM works with:
python vusbf.py -eon 127.0.0.1 1235 panic_1.obj
I can see kernel messages in the vm console.
Without external VM it does not work:
python vusbf.py -eo payload/panic_1.obj -o new.config -v1
Issue: I can see usbredir packets, but Testcase count stuck at 0.
pastebin link
In #5 there was a problem with the QEMU snapshot
how i built my vm
wget http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
qemu-img create -b cirros-0.4.0-x86_64-disk.img -f qcow2 overlay.qcow2
qemu-img create -f qcow2 ram.qcow2 1G
echo '7' > /proc/sys/kernel/printk
savevm replay
My new.config file contains the following:
The text was updated successfully, but these errors were encountered: