summaryrefslogtreecommitdiff
path: root/contrib/splicex/EXAMPLES
diff options
context:
space:
mode:
authord3v11 <d3v11@d3v11.ano>2011-10-23 17:24:31 -0500
committerd3v11 <d3v11@d3v11.ano>2011-10-23 17:24:31 -0500
commitf1ca5eb20af2b6521a18d9c0806555262f96fa5b (patch)
treeaa339b27dff984b2b9ecd278832166d68d2574b6 /contrib/splicex/EXAMPLES
parentc28b889515f7d84a49575dd89a9c486041e8a7c8 (diff)
downloadresdb-f1ca5eb20af2b6521a18d9c0806555262f96fa5b.tar.gz
resdb-f1ca5eb20af2b6521a18d9c0806555262f96fa5b.zip
SpliceX repairs
Diffstat (limited to 'contrib/splicex/EXAMPLES')
-rw-r--r--contrib/splicex/EXAMPLES34
1 files changed, 0 insertions, 34 deletions
diff --git a/contrib/splicex/EXAMPLES b/contrib/splicex/EXAMPLES
deleted file mode 100644
index c6378f0..0000000
--- a/contrib/splicex/EXAMPLES
+++ /dev/null
@@ -1,34 +0,0 @@
-# This is rather basic so best to start here.
-
-splicex -command='unrar -pPASSWORD t file.rar' --test='All OK' -R
-
-
-# you can then add a wordlist of your own :-)
-# using the appropriate options
-
---dictionary='wordlist.txt'
-
-# create a dictionary
-
---create
-
-
-# you can use some nice bash flexibility with a command like this.
-# the option --flags should make sense on their own. if not
-# --rtfm works ;-). splicex is reasonably documented.
-
-splicex --command='echo PASSWORD | aircrack-ng -b 00:11:22:33:44:55 -w - *.cap' --wep-5 --wep-13 --no-char --dictionary='MyWords.txt' --test='KEY FOUND'
-
-#some funny things you can do with splicex ;-)
-splicex --command='figlet PASSWORD' -L
-
-##use splicex as a simple daemon
-##!/bin/bash
-#
-#MyFunction() {
-# while true; do
-# splicex --command='ping -c1 www.example.com ; sleep 1 # PASSWORD' --test='some output' --exh-n
-# done
- # etc, etc
-
-