From 47a0a3f433f820fc78d180884f6ca376fba97b73 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 12 Apr 2015 13:05:47 +0200 Subject: Tidy up everything :) --- tools/menu/backdoor | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 tools/menu/backdoor (limited to 'tools/menu/backdoor') diff --git a/tools/menu/backdoor b/tools/menu/backdoor new file mode 100755 index 0000000..0cd2939 --- /dev/null +++ b/tools/menu/backdoor @@ -0,0 +1,26 @@ +#!/bin/bash +source ~/.colors + +~/.tools/ratmenu -label "backdoor" \ + -style dreary -fg "$COLOR11" -bg "$COLOR0" \ + "backcookie" "urxvt -e bash -c 'backcookie -h && zsh'" \ + "backdoor-factory" "urxvt -e bash -c 'backdoor-factory -h && zsh'" \ + "bgrep" "urxvt -e bash -c 'bgrep && zsh'" \ + "udp_server" "urxvt -e bash -c 'udp_server && zsh'" \ + "hotpatcher" "urxvt -e bash -c 'hotpatcher -h && zsh'" \ + "meterssh-monitor" "urxvt -e bash -c 'meterssh-monitor && zsh'" \ + "ms-sys" "urxvt -e bash -c 'ms-sys -h && zsh'" \ + "msvpwn" "urxvt -e bash -c 'msvpwn -h && zsh'" \ + "openstego" "urxvt -e bash -c 'openstego -h && zsh'" \ + "pyrasite" "urxvt -e bash -c 'pyrasite -h && zsh'" \ + "pyrasite-memory-viewer" "urxvt -e bash -c 'pyrasite-memory-viewer && zsh'" \ + "pyrasite-shell" "urxvt -e bash -c 'pyrasite-shell && zsh'" \ + "rrs" "urxvt -e bash -c 'rrs -h && zsh'" \ + "sb0x" "urxvt -e bash -c 'sb0x -h && zsh'" \ + "trixd00r" "urxvt -e bash -c 'trixd00r -H && zsh'" \ + "u3-pwn" "urxvt -e bash -c 'u3-pwn && zsh'" \ + "unicorn" "urxvt -e bash -c 'unicorn && zsh'" \ + "webacoo" "urxvt -e bash -c 'webacoo -h && zsh'" \ + "webspa" "urxvt -e bash -c 'webspa -help && zsh'" \ + "weevely" "urxvt -e bash -c 'weevely -h && zsh'" \ + -- cgit v1.2.3-54-g00ecf