summaryrefslogtreecommitdiffstats
path: root/livecd-fedora-security.ks
diff options
context:
space:
mode:
Diffstat (limited to 'livecd-fedora-security.ks')
-rw-r--r--livecd-fedora-security.ks9
1 files changed, 8 insertions, 1 deletions
diff --git a/livecd-fedora-security.ks b/livecd-fedora-security.ks
index 32dac87..be2bdc0 100644
--- a/livecd-fedora-security.ks
+++ b/livecd-fedora-security.ks
@@ -131,6 +131,8 @@ foremost
iptraf
tor
flawfinder
+dsniff
+pcapdiff
# Other useful stuff
screen
@@ -225,7 +227,9 @@ OBDONE
cp /etc/xdg/openbox/rc.xml /home/fedora/.config/openbox
sed -i -e 's/Clearlooks/Onyx/' /home/fedora/.config/openbox/rc.xml
-# fedora pipe menu
+#
+# Gnome pipe menu
+#
cat >> /home/fedora/.config/openbox/obgnome.py << OBGNOME
#!/usr/bin/python -tt
import gmenu
@@ -353,6 +357,9 @@ cat >> /home/fedora/.config/openbox/menu.xml << OBDONE
<item label="kismet">
<action name="Execute"><command>kismet</command></action>
</item>
+ <item label="dsniff">
+ <action name="Execute"><command>dsniff</command></action>
+ </item>
</menu>
<menu id="code-menu" label="Code Analysis">