this script add some number to words with aircrack like : 1word word1 to 99word and word99 (with -o order option).
with lower, Camel and UPPER cases (word,Word and WORD with -c option).
-t is an option to test with all zipcodes of a french department or simply add a custom longer number.
prenoms.txt is a dictionary's names for france (-d option).
And -b is an option for possibles dates [1945-2020] (only french's format for the moment) use it with -l option
(optionnal -m to modify order to 1:ddmmyy or 2:yymmdd)
example: -l 1950-2020
__ __ .__ __
____________ _/ |__/ |_| | _____ ______ ____ _____ | | _______
\_ __ \__ \\ __\ __\ | / __ \ / ___// \\__ \ | |/ / __ \
| | \// __ \| | | | | |_\ ___/ \___ \| | \/ __ \| <\ ___/
|__| (______/__| |__| |____/\_____>______>___|__(______/__|_ \\_____>
-d list of words
-k like 2000 for 1..2000 (default 99)
-b all dates possible with (3,4,5,6,7,8 numbers or 9 for ALL)
> ex: ./rtlsnake.sh -b 4 -l 1950-2001 -c 1 -o normal
> or ./rtlsnake.sh -b 456 -c 1 -o normal 456 for 4 number 5 number and 6
> (use with -l option is obligatory and -m optionnal)
-m 1:ddmmyy 2:yymmdd 3:mmddyy
-l ex: -l 1945-2005 (for -b option)
-c lower:1 Camel:2 UPPER:3 ALL:4 (default ALL)
-o normal reverse all (default all)
-t for france add department fixed= like 91230 or all departments's zips of 91 (default None)
-n future option <speed in k/s> Calculate the number of possibilities and time to test them (coming soon)
- ./rtlsnake.sh -d listWords.txt |aircrack-ng -b XX:XX:XX:XX:XX:XX -w - /home/kali/handshake.cap
- ./rtlsnake.sh -d listWords.txt -k 8600 |aircrack-ng -b XX:XX:XX:XX:XX:XX -w - /home/kali/handshake.cap
- ./rtlsnake.sh -d list.txt -c 2 -o all |aircrack-ng -b XX:XX:XX:XX:XX:XX -w - /home/kali/handshake.cap
- ./rtlsnake.sh -d list.txt -b 34 -o all -c 1 -l 1995-2006 |aircrack-ng -b XX:XX:XX:XX:XX:XX -w - /home/kali/handshake.cap
simple bash program add some number to words with aircrack like : 1word word1 to 99word and word99. with lower Camel and UPPER cases.
./rtlsnake.sh /home/kali/words.txt |aircrack-ng -b XX:XX:XX:XX:XX:XX -w - /home/kali/handshake.cap