1) Download the OWASP Live CD from http://appseclive.org/content/downloads.
2) Extract the ISO into a local directory on your system
3) On your Katana drive, create the file owasp.cfg in the /boot/menu directory. (This is the menu for OWASP Live.) Open owasp.cfg in a text editor and copy and past the following into it:
- Code: Select all
PROMPT 0
#TIMEOUT 90
DEFAULT /boot/vesamenu.c32
MENU BACKGROUND /boot/wallpaper.png
MENU WIDTH 30
MENU MARGIN 0
MENU ROWS 10
MENU HELPMSGROW 22
MENU TIMEOUTROW 26
MENU TABMSGROW 27
MENU CMDLINEROW 27
MENU HSHIFT 24
MENU VSHIFT 0
menu color screen 37;40 #00000000 #00000000 none
menu color border 30;44 #00000000 #00000000 none
menu color title 1;36;44 #aaaaaaaa #00000000 none
#menu color unsel 37;44 #ff60CA00 #00000000 none
menu color unsel 37;44 #aaaaaaaa #00000000 none
menu color hotkey 1;37;44 #ff60CA00 #00000000 none
#menu color sel 7;37;40 #ffffffff #00000000 none
menu color sel 7;37;40 #ffffffff #00000000 none
menu color hotsel 1;7;37;40 #ff808080 #ff60CA00 none
menu color scrollbar 30;44 #00000000 #00000000 none
menu color tabmsg 31;40 #aaaaaaaa #00000000 none
menu color cmdmark 1;36;40 #ffff0000 #00000000 none
menu color cmdline 37;40 #aaaaaaaa #00000000 none
menu color pwdborder 30;47 #ffff0000 #00000000 std
menu color pwdheader 31;47 #ffff0000 #00000000 std
menu color pwdentry 30;47 #ffff0000 #00000000 std
menu color timeout_msg 37;40 #aaaaaaaa #00000000 none
menu color timeout 1;37;40 #ffaaaaff #00000000 none
menu color help 37;40 #aaaaaa00 #00000000 none
menu color msg07 37;40 #90ffffff #00000000 std
MENU TITLE Katana - OWASP
LABEL xconf
MENU LABEL Slax Graphics mode (KDE)
KERNEL /boot/syslinux/owasp/vmlinuz
APPEND initrd=/boot/syslinux/owasp/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4 changes=/owasp/ from=/owasp/
TEXT HELP
More about currently selected:
Run Slax the best way we can.
Try to autoconfigure graphics
card and use the maximum
allowed resolution
ENDTEXT
LABEL fresh
MENU LABEL Slax Always Fresh
KERNEL /boot/syslinux/owasp/vmlinuz
APPEND initrd=/boot/syslinux/owasp/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4 from=/owasp/
TEXT HELP
More about currently selected:
Use this option to start fresh
system, no changes are neither
read nor written anywhere
ENDTEXT
LABEL cp2ram
MENU LABEL Slax Copy To RAM
KERNEL /boot/syslinux/owasp/vmlinuz
APPEND initrd=/boot/syslinux/owasp/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw copy2ram autoexec=xconf;telinit~4 from=/owasp/
TEXT HELP
More about currently selected:
Run Slax the same like above,
but first copy all data to RAM
to get huge speed (needs >300MB)
ENDTEXT
LABEL startx
MENU LABEL Slax Graphics VESA mode
KERNEL /boot/syslinux/owasp/vmlinuz
APPEND initrd=/boot/syslinux/owasp/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=telinit~4 changes=/owasp/ from=/owasp/
TEXT HELP
More about currently selected:
Run Slax with KDE, but skip
gfx-card config. Force 1024x768
using standard VESA driver
ENDTEXT
LABEL slax
MENU LABEL Slax Text mode
KERNEL /boot/syslinux/owasp/vmlinuz
APPEND initrd=/boot/syslinux/owasp/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/owasp/ from=/owasp/
TEXT HELP
More about currently selected:
Run Slax in textmode and start
command prompt only
ENDTEXT
LABEL back
MENU LABEL ..
KERNEL /boot/vesamenu.c32
APPEND /boot/menus/main.cfg
TEXT HELP
Back to Main Menu
ENDTEXT
4) Create a directory called owasp in the /boot/syslinux directory on the Katana Drive. From the extracted OWASP Live ISO directory, copy the vmlinuz and initrd.gz file in the /boot directory into the newly created /boot/syslinux/owasp directory on the Katana Drive. This adds all the files need by OWASP Live to boot.
5) Create the directory owasp in the root of the drive with Katana on it. Copy the slax directory in the root of the extracted OWASP Live ISO directory into the owasp directory.
6) Finally, on the Katana Drive; open /boot/menus/main.cfg in a text editor and add the following to the end of the file. This will add OWASP Live to the main boot menu.
- Code: Select all
LABEL owasp
MENU LABEL OWASP Live
KERNEL /boot/vesamenu.c32
APPEND /boot/menus/owasp.cfg
TEXT HELP
More about currently selected:
The overarching goal for this project
is to make application security tools
and documentation easily available.
ENDTEXT
You should now be able to boot OWASP Live from Katana.
