diff options
author | Nick <nick@somerandomnick.ano> | 2011-10-26 23:17:56 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2011-10-26 23:17:56 +0000 |
commit | 60d3ec50826f9c474eb9ca006460934c9704782f (patch) | |
tree | 675f681d27e59414b05bddc5bd5c713a40d0438e /contrib/splice3/EXAMPLES | |
parent | 171d8cf3ffca91d1a162215d93da9472ab06c2ff (diff) | |
parent | d8def0eb06465680919d7dc14daa287e7d065813 (diff) | |
download | resdb-60d3ec50826f9c474eb9ca006460934c9704782f.tar.gz resdb-60d3ec50826f9c474eb9ca006460934c9704782f.zip |
Merge commit 'd8def0eb06465680919d7dc14daa287e7d065813'
Diffstat (limited to 'contrib/splice3/EXAMPLES')
-rw-r--r-- | contrib/splice3/EXAMPLES | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/contrib/splice3/EXAMPLES b/contrib/splice3/EXAMPLES deleted file mode 100644 index 97ae666..0000000 --- a/contrib/splice3/EXAMPLES +++ /dev/null @@ -1,43 +0,0 @@ -# This is rather basic so best to start here. - -splice3 -c"unrar -pPASSWORD t file.rar" -t"All OK" -ACLNRS - -# or - -splice3 -command='unrar -pPASSWORD t file.rar' -t'All OK' -R - - -# you can then add a wordlist of your own :-) -# using the appropriate options - --d 'wordlist.txt' ---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 ;-). splice3 is reasonably documented. - -splice3\ ---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 splice3 ;-) -splice3 --command='figlet PASSWORD' -L - -##use splice3 as a simple daemon -##!/bin/bash -# -#MyFunction() { -# while true; do -# splice3 --command='ping -c1 www.example.com ; sleep 1 # PASSWORD' --test='some output' --exh-n -# done - - - |