diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:05:47 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:05:47 +0200 |
commit | 47a0a3f433f820fc78d180884f6ca376fba97b73 (patch) | |
tree | 587b80062ebdb947d26ca7a70e32b38b7d67ca45 /tools/menu/honeypot | |
parent | 269e617fea39658233db38ad503030c4fe040e80 (diff) | |
download | dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.gz dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.bz2 dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.zip |
Tidy up everything :)
Diffstat (limited to 'tools/menu/honeypot')
-rwxr-xr-x | tools/menu/honeypot | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/menu/honeypot b/tools/menu/honeypot new file mode 100755 index 0000000..a8edcd6 --- /dev/null +++ b/tools/menu/honeypot @@ -0,0 +1,27 @@ +#!/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'" \ |