summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Macken <lmacken@fedoraproject.org>2007-11-08 17:27:53 -0500
committerLuke Macken <lmacken@redhat.com>2007-11-08 17:27:53 -0500
commit0c78e396a2d8c900f6c666da9db92f04a1f1d592 (patch)
tree73cfbbb73a3ba5e0800dd8d5f8d63b364a62cdf6
parenta9ee3818b4b1259f096b79cee4158e2d59822946 (diff)
downloadsecurity-spin-0c78e396a2d8c900f6c666da9db92f04a1f1d592.tar.gz
security-spin-0c78e396a2d8c900f6c666da9db92f04a1f1d592.tar.xz
security-spin-0c78e396a2d8c900f6c666da9db92f04a1f1d592.zip
- Add ability to install to hard drive
- New packages: ettercap, etherape, flawfinder - Clean up some services
-rw-r--r--livecd-fedora-security.ks34
1 files changed, 29 insertions, 5 deletions
diff --git a/livecd-fedora-security.ks b/livecd-fedora-security.ks
index c8a2e7d..32dac87 100644
--- a/livecd-fedora-security.ks
+++ b/livecd-fedora-security.ks
@@ -6,7 +6,7 @@ selinux --enforcing
firewall --enabled
xconfig --startxonboot
part / --size 1792
-services --enabled=NetworkManager --disabled=network,sshd,cups,snortd,sendmail,avahi-daemon,bluetooth,firstboot,isdn,netfs,nfslock,rpcbind,rpcgssd
+services --enabled=network,NetworkManager --disabled=network,sshd,cups,snortd,sendmail,avahi-daemon,bluetooth,firstboot,isdn,netfs,nfslock,rpcbind,rpcgssd
repo --name=development --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386
%packages
@@ -14,10 +14,8 @@ repo --name=development --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist
@base-x
@base
@core
-@admin-tools
@dial-up
@hardware-support
-@graphical-internet
kernel
memtest86+
bash
@@ -68,10 +66,22 @@ scim-pinyin
# save some space
-gnome-user-docs
-gimp-help
--evolution-help
+-anacron
+-avahi*
-autofs
+-metacity
+-sendmail
+-gnome-desktop
+-gnome-panel
+-gnome-pilot
+-evolution
-vino
+pirut
+system-config-network
+system-config-language
+firefox
+
# lots of people want to have this
gparted
@@ -112,6 +122,7 @@ wireshark-gnome
xprobe2
tcpxtract
ettercap
+ettercap-gtk
nbtscan
halberd
hunt
@@ -119,6 +130,7 @@ firewalk
foremost
iptraf
tor
+flawfinder
# Other useful stuff
screen
@@ -130,6 +142,7 @@ feh
vim-enhanced
gnome-terminal
gnome-menus
+etherape
# make sure debuginfo doesn't end up on the live image
-*debuginfo
@@ -244,7 +257,10 @@ cat >> /home/fedora/.config/openbox/menu.xml << OBDONE
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="recon-menu" label="Reconnaissance">
- <item label="hping3">
+ <item label="ettercap">
+ <action name="Execute"><command>gnome-terminal -e "su -c ettercap-gtk"</command></action>
+ </item>
+<item label="hping3">
<action name="Execute"><command>gnome-terminal -e "sh -c 'hping3; bash'"</command></action>
</item>
<item label="nc6">
@@ -346,6 +362,9 @@ cat >> /home/fedora/.config/openbox/menu.xml << OBDONE
<item label="splint">
<action name="Execute"><command>gnome-terminal -e "sh -c 'splint; bash'"</command></action>
</item>
+ <item label="flawfinder">
+ <action name="Execute"><command>gnome-terminal -e "sh -c 'flawfinder; bash'"</command></action>
+ </item>
</menu>
<menu id="id-menu" label="Intrusion Detection">
@@ -387,6 +406,11 @@ cat >> /home/fedora/.config/openbox/menu.xml << OBDONE
</item>
<separator />
<menu id="fedora" label="Fedora" execute="/home/fedora/.config/openbox/obgnome.py" />
+ <item label="Install to Hard Drive">
+ <action name="Execute">
+ <command>liveinst</command>
+ </action>
+ </item>
<separator />
<menu id="client-list-menu" />
<separator />