aboutsummaryrefslogtreecommitdiff
path: root/config/ratpoison/menu/honeypot
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-08-18 02:38:33 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-08-18 02:38:33 +0200
commit6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch)
tree93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /config/ratpoison/menu/honeypot
parentc021038355b6773ab13dae92327fda50c366395f (diff)
downloaddotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip
Organise everything systematically.
Diffstat (limited to 'config/ratpoison/menu/honeypot')
-rwxr-xr-xconfig/ratpoison/menu/honeypot27
1 files changed, 0 insertions, 27 deletions
diff --git a/config/ratpoison/menu/honeypot b/config/ratpoison/menu/honeypot
deleted file mode 100755
index a8edcd6..0000000
--- a/config/ratpoison/menu/honeypot
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-source ~/.colors
-
-~/.tools/ratmenu -label "honeypot" \
- -style dreary -fg "$COLOR11" -bg "$COLOR0" \
- "artillery" "urxvt -e bash -c 'artillery && zsh'" \
- "beeswarm" "urxvt -e bash -c 'beeswarm && zsh'" \
- "bluepot" "urxvt -e bash -c 'bluepot && zsh'" \
- "conpot" "urxvt -e bash -c 'conpot --help && zsh'" \
- "fakeap" "urxvt -e bash -c 'fakeap && zsh'" \
- "fakenetbiosdgm" "urxvt -e bash -c 'fakenetbiosdgm -h && zsh'" \
- "fakenetbiosns" "urxvt -e bash -c 'fakenetbiosns -h && zsh'" \
- "fiked" "urxvt -e bash -c 'fiked && zsh'" \
- "heartbleed-honeypot" "urxvt -e bash -c 'heartbleed-honeypot -h && zsh'" \
- "honeyd" "urxvt -e bash -c 'honeyd -h && zsh'" \
- "honeydctl" "urxvt -e bash -c 'honeydctl -h && zsh'" \
- "honeydstats" "urxvt -e bash -c 'honeydstats -h && zsh'" \
- "hsniff" "urxvt -e bash -c 'hsniff -h && zsh'" \
- "hpfeeds-client" "urxvt -e bash -c 'hpfeeds-client -h && zsh'" \
- "inetsim" "urxvt -e bash -c 'inetsim --help && zsh'" \
- "dmesg" "urxvt -e bash -c 'dmesg && zsh'" \
- "mount" "urxvt -e bash -c 'mount && zsh'" \
- "ifconfig" "urxvt -e bash -c 'ifconfig && zsh'" \
- "vi" "urxvt -e bash -c 'vi && zsh'" \
- "pshitt" "urxvt -e bash -c 'pshitt && zsh'" \
- "wifi-honey" "urxvt -e bash -c 'wifi-honey -h && zsh'" \
- "wordpot" "urxvt -e bash -c 'wordpot -h && zsh'" \