aboutsummaryrefslogtreecommitdiff
path: root/config/ratpoison/menu/crypto
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/crypto
parentc021038355b6773ab13dae92327fda50c366395f (diff)
downloaddotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip
Organise everything systematically.
Diffstat (limited to 'config/ratpoison/menu/crypto')
-rwxr-xr-xconfig/ratpoison/menu/crypto56
1 files changed, 0 insertions, 56 deletions
diff --git a/config/ratpoison/menu/crypto b/config/ratpoison/menu/crypto
deleted file mode 100755
index ea4b6fb..0000000
--- a/config/ratpoison/menu/crypto
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-source ~/.colors
-
-~/.tools/ratmenu -label "crypto" \
- -style dreary -fg "$COLOR11" -bg "$COLOR0" \
- "aespipe" "urxvt -e bash -c 'aespipe -h && zsh'" \
- "athena-ssl-scanner" "urxvt -e bash -c 'athena-ssl-scanner -h && zsh'" \
- "auto_xor_decrypter" "urxvt -e bash -c 'auto_xor_decrypter -h && zsh'" \
- "b2sum" "urxvt -e bash -c 'b2sum -h && zsh'" \
- "bletchley-analyze" "urxvt -e bash -c 'bletchley-analyze && zsh'" \
- "bletchley-decode" "urxvt -e bash -c 'bletchley-decode && zsh'" \
- "bletchley-encode" "urxvt -e bash -c 'bletchley-encode && zsh'" \
- "bletchley-http2py" "urxvt -e bash -c 'bletchley-http2py && zsh'" \
- "bletchley-nextrand" "urxvt -e bash -c 'bletchley-nextrand && zsh'" \
- "check-weak-dh-ssh" "urxvt -e bash -c 'check-weak-dh-ssh -h && zsh'" \
- "ciphertest" "urxvt -e bash -c 'ciphertest && zsh'" \
- "ciphr" "urxvt -e bash -c 'ciphr -h && zsh'" \
- "codetective" "urxvt -e bash -c 'codetective -h && zsh'" \
- "cnark" "urxvt -e bash -c 'cnark && zsh'" \
- "dislocker" "urxvt -e bash -c 'dislocker -h && zsh'" \
- "hash-identifer" "urxvt -e bash -c 'hash-identifer && zsh'" \
- "hasher" "urxvt -e bash -c 'hasher -h && zsh'" \
- "hashfind" "urxvt -e bash -c 'hashfind -h && zsh'" \
- "hashid" "urxvt -e bash -c 'hashid && zsh'" \
- "hashpump" "urxvt -e bash -c 'hashpump -h && zsh'" \
- "hdcp-genkey" "urxvt -e bash -c 'hdcp-genkey && zsh'" \
- "httpsscanner" "urxvt -e bash -c 'httpsscanner -h && zsh'" \
- "kraken" "urxvt -e bash -c 'kraken -h && zsh'" \
- "lbb.db" "urxvt -e bash -c 'lbb.db && zsh'" \
- "littleblackbox" "urxvt -e bash -c 'littleblackbox -h && zsh'" \
- "luksipc" "urxvt -e bash -c 'luksipc -h && zsh'" \
- "morxcrack" "urxvt -e bash -c 'morxcrack -h && zsh'" \
- "morxkeyfmt" "urxvt -e bash -c 'morxkeyfmt && zsh'" \
- "nomorexor" "urxvt -e bash -c 'nomorexor && zsh'" \
- "openstego" "urxvt -e bash -c 'openstego -h && zsh'" \
- "outguess" "urxvt -e bash -c 'outguess && zsh'" \
- "pip3line" "urxvt -e bash -c 'pip3line && zsh'" \
- "pip3linecmd" "urxvt -e bash -c 'pip3linecmd && zsh'" \
- "posttester" "urxvt -e bash -c 'posttester -h && zsh'" \
- "pwd-hash" "urxvt -e bash -c 'pwd-hash -h && zsh'" \
- "sandy" "urxvt -e bash -c 'sandy -h && zsh'" \
- "sbd" "urxvt -e bash -c 'sbd -h && zsh'" \
- "snapception" "urxvt -e bash -c 'snapception --help && zsh'" \
- "snow" "urxvt -e bash -c 'snow -h && zsh'" \
- "sslcaudit" "urxvt -e bash -c 'sslcaudit -h && zsh'" \
- "sslmap" "urxvt -e bash -c 'sslmap -h && zsh'" \
- "sslscan" "urxvt -e bash -c 'sslscan && zsh'" \
- "sslstrip" "urxvt -e bash -c 'sslstrip -h && zsh'" \
- "tlspretense" "urxvt -e bash -c 'tlspretense && zsh'" \
- "makeder.sh" "urxvt -e bash -c 'makeder.sh && zsh'" \
- "tlspretense" "urxvt -e bash -c 'tlspretense && zsh'" \
- "view.sh" "urxvt -e bash -c 'view.sh && zsh'" \
- "xorbruteforcer" "urxvt -e bash -c 'xorbruteforcer && zsh'" \
- "xorsearch" "urxvt -e bash -c 'xorsearch && zsh'" \
- "xortool" "urxvt -e bash -c 'xortool -h && zsh'" \
- "xortool-xor" "urxvt -e bash -c 'xortool-xor && zsh'" \