started palindromatic task of bi0sCTF 23
This commit is contained in:
12
bi0sctf23/pwn/palindromatic/run.sh
Normal file
12
bi0sctf23/pwn/palindromatic/run.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
qemu-system-x86_64 \
|
||||
-m 64M \
|
||||
-cpu kvm64,+smep,+smap \
|
||||
-kernel bzImage \
|
||||
-drive file=rootfs.ext3,format=raw \
|
||||
-drive file=exploit,format=raw \
|
||||
-snapshot \
|
||||
-nographic \
|
||||
-monitor /dev/null \
|
||||
-no-reboot \
|
||||
-append "root=/dev/sda rw init=/init console=ttyS0 kaslr kpti=1 loglevel=0 oops=panic panic=-1"
|
||||
Reference in New Issue
Block a user