PaulDotCom mailing list archives
Droping a VM during pentesting
From: jim.halfpenny at gmail.com (Jim Halfpenny)
Date: Tue, 10 Mar 2009 22:46:06 +0000
2009/3/10 <johnemiller at gmail.com>
Qemu can run directly from the USB drive. I've got it booting the default test image within seconds after the USB drive is installed. This requires that the drive stay plugged in, but that is still easier than hiding a full WRT. I'm going to work on getting a custom debian install to boot headless and hopefully silently.
For headless and silent running I'm using the following .vbs script to start
Qemu. The only message I get is the warning that qemu.exe is not signed.
Jim
Set WshShell = WScript.CreateObject("WScript.Shell")
runbatch = "qemu\qemu.exe -L qemu/ -no-kqemu -m 128 -localtime -kernel
linux24 -initrd minirt24.gz -hda KNOPPIX/knoppix -nographic -serial null
-monitor null -append ""qemu vga=791 quiet noscsi nousb nofirewire atapicd
noideraid noacpi acpi=off noapm noagp ide1=noprobe ide2=noprobe nomce
frugal"" "
WshShell.Run runbatch,0,False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pauldotcom.com/pipermail/pauldotcom/attachments/20090310/062b9b7a/attachment.htm
Current thread:
- Droping a VM during pentesting Jim Halfpenny (Mar 10)
- Droping a VM during pentesting Robin Wood (Mar 10)
- Droping a VM during pentesting Jim Halfpenny (Mar 10)
- Droping a VM during pentesting John Sawyer (Mar 10)
- Droping a VM during pentesting johnemiller at gmail.com (Mar 10)
- Droping a VM during pentesting Jim Halfpenny (Mar 10)
- Droping a VM during pentesting johnemiller at gmail.com (Mar 10)
- Droping a VM during pentesting Robin Wood (Mar 10)
