Mercurial > hg > anonet-resdb
annotate contrib/splicex/src/splicex.pyx @ 946:4242340b6e54 draft
scripts: Added scripts to search for desired ASNs and subnets
author | sevil <sevil@sevilnatas.ano> |
---|---|
date | Sun, 04 Mar 2012 10:07:21 +0000 |
parents | fcddd2699d65 |
children | 69a104eb11d6 |
rev | line source |
---|---|
697 | 1 #!PYTHON |
2 | |
3 Red = '\033[1;31m' | |
4 Green = '\033[1;32m' | |
5 Yellow = '\033[1;33m' | |
6 DefColour = '\033[0;0m' | |
7 CLEAR_LINE = chr(27) + '[2K' | |
8 SpliceX = Red + '[Splice' + Yellow + 'X' + Red + ']: ' + DefColour | |
9 | |
10 def HELP(): | |
11 print('') | |
12 print(Red + ' __________ _ _ ' + Yellow + '__ __' + Red + ' ______ ' + DefColour) | |
13 print(Red + ' / / / / ___| _ __ | (_) ___ ___' + Yellow + '\ \/ /' + Red + ' / / / / ' + DefColour) | |
14 print(Red + ' / / / /\___ \| \'_ \| | |/ __/ _ \\' + Yellow + '\\ /' + Red + ' / / / /' + DefColour) | |
15 print(Red + ' / / / / ___) | |_) | | | (_| __/' + Yellow + '/ \\' + Red + ' / / / / ' + DefColour) | |
16 print(Red + ' /_/_/_/ |____/| .__/|_|_|\___\___' + Yellow + '/_/\_\\' + Red + '/_/_/_/ ' + DefColour) | |
17 print(Red + ' |_| ' + DefColour) | |
18 print(' ' + DefColour) | |
19 print(' ' + DefColour) | |
20 print(' ' + DefColour) | |
21 print(Yellow + ' .:Brute Force Utilities For GNU/Linux:. ' + DefColour) | |
22 print('') | |
23 print('') | |
24 print('') | |
25 print(Red + ' --help ' + DefColour + 'Show help display and exit') | |
26 print('') | |
27 print(Red + ' --command ' + DefColour + 'Parse passwords to this command') | |
28 print(' ' + Yellow + 'splicex --command=\'<command> PASSWORD\'' + DefColour) | |
29 print('') | |
30 print(Red + ' --dictionary ' + DefColour + 'Path to custom dictionary(wordlist)') | |
31 print(' ' + Yellow + 'splicex --dictionary=\'WordList.txt\'' + DefColour) | |
32 print('') | |
33 print(Red + ' --rtfm ' + DefColour + 'Show manual page and exit') | |
34 print('') | |
35 print(Red + ' --restore ' + DefColour + 'Path to restore file') | |
36 print(' ' + Yellow + 'splicex --restore=\'splicex.save\'' + DefColour) | |
37 print('') | |
38 print(Red + ' --save ' + DefColour + 'Directory path to create save file') | |
39 print(' ' + Yellow + 'splicex --save=/home/$USER/' + DefColour) | |
40 print('') | |
41 print(Red + ' --test ' + DefColour + 'Test output of command') | |
42 print(' ' + Yellow + 'splicex --test=\'Password Ok\'' + DefColour) | |
43 print('') | |
44 print(Red + ' --time ' + DefColour + 'Manipulate timed iterations') | |
45 print(' ' + Yellow + 'splicex --time=\'12, 3\'' + DefColour) | |
46 print('') | |
47 print(Red + ' --usernames ' + DefColour + 'Path to username list') | |
48 print(' ' + Yellow + 'splicex --usernames=\'UserList.txt\'' + DefColour) | |
49 print('') | |
50 print(Red + ' --exh-l ' + DefColour + 'Use an exhaustive attack with letters only') | |
51 print('') | |
52 print(Red + ' --exh-n ' + DefColour + 'Use an exhaustive attack with numbers only') | |
53 print('') | |
54 print(Red + ' --exh-s ' + DefColour + 'Use an exhaustive attack with special characters only') | |
55 print('') | |
56 print(Red + ' --exh-ln ' + DefColour + 'Use an exhaustive attack with letters and numbers only') | |
57 print('') | |
58 print(Red + ' --exh-ls ' + DefColour + 'Use an exhaustive attack with letters and special') | |
59 print(' characters only') | |
60 print('') | |
61 print(Red + ' --exh-ns ' + DefColour + 'Use an exhaustive attack with numbers and special') | |
62 print(' characters only') | |
63 print('') | |
64 print(Red + ' --exh-all ' + DefColour + 'Use an exhaustive attack with all characters') | |
65 print('') | |
66 print(Red + ' --exh-custom ' + DefColour + 'Use an exhaustive attack with custom characters') | |
67 print(' ' + Yellow + 'splicex --exh-custom=\'CharsList.txt\'' + DefColour) | |
68 print('') | |
69 print(Red + ' --stdout ' + DefColour + 'Print only passwords to stdout') | |
70 print('') | |
71 print(Red + ' -A ' + DefColour + 'Use alphabetical mixing module') | |
72 print('') | |
73 print(Red + ' -B ' + DefColour + 'Use backwords module') | |
74 print('') | |
75 print(Red + ' -C ' + DefColour + 'Use alternating caps module') | |
76 print('') | |
77 print(Red + ' -L ' + DefColour + 'Use "L337" speak module') | |
78 print('') | |
79 print(Red + ' -M ' + DefColour + 'Use MD5 module') | |
80 print('') | |
81 print(Red + ' -N ' + DefColour + 'Use numerical mixing module') | |
82 print('') | |
83 print(Red + ' -R ' + DefColour + 'Use regular words module') | |
84 print('') | |
85 print(Red + ' -S ' + DefColour + 'Use special mixing module') | |
86 print('') | |
87 print(Red + ' --mix-custom ' + DefColour + 'Use custom mixing module') | |
88 print(' ' + Yellow + 'splicex --mix-custom=\'CharsList.txt\'' + DefColour) | |
89 print('') | |
90 print(Red + ' --wep-5 ' + DefColour + 'Use 5 character WEP module') | |
91 print('') | |
92 print(Red + ' --wep-13 ' + DefColour + 'Use 13 character WEP module') | |
93 print('') | |
94 print(Red + ' --wep-* ' + DefColour + 'Use 5 and 13 character WEP module') | |
95 print('') | |
96 print(Red + ' --letters ' + DefColour + 'Use letter characters') | |
97 print('') | |
98 print(Red + ' --numbers ' + DefColour + 'Use number characters') | |
99 print('') | |
100 print(Red + ' --specials ' + DefColour + 'Use special characters') | |
101 print('') | |
102 print(Red + ' --char-all ' + DefColour + 'Use all characters') | |
103 print('') | |
104 print(Red + ' --no-char ' + DefColour + 'Override character usage') | |
105 print('') | |
106 print(Red + ' --char-length ' + DefColour + 'Start and end with set character lengths') | |
107 print('') | |
108 print(Red + ' --custom ' + DefColour + 'Use custom characters') | |
109 print(' ' + Yellow + 'splicex --custom=\'CharsList.txt\'' + DefColour) | |
110 print('') | |
111 print(Red + ' --deshadow ' + DefColour + 'Crack shadow hash sums') | |
112 print('') | |
113 print(Red + ' --get-shadow ' + DefColour + 'Get the shadow info for a user') | |
114 print(' ' + Yellow + 'splicex --get-shadow=$USER' + DefColour) | |
115 print('') | |
116 print(Red + ' --set-shadow ' + DefColour + 'Use the shadow info from a file') | |
117 print(' ' + Yellow + 'splicex --set-shadow=\'UserShadow.txt\'' + DefColour) | |
118 print('') | |
119 print(Red + ' --se-module ' + DefColour + 'Use the social engineering module') | |
120 print('') | |
121 print(Red + ' --create ' + DefColour + 'Create a dictionary') | |
122 print('') | |
123 print(Red + ' --debug ' + DefColour + 'Enable debugging') | |
124 | |
125 import os | |
126 import re | |
127 import sys | |
128 import spwd | |
129 import getpass | |
130 import os.path | |
131 import getopt | |
132 import time | |
133 from hashlib import md5 | |
134 | |
135 cmd = None | |
136 dictionary = None | |
137 save = None | |
138 restore = None | |
139 test = None | |
140 TIME = None | |
141 LENGTH = None | |
142 usernames = None | |
143 MixCustom = None | |
144 ExhCustom = None | |
145 Custom = None | |
146 GetShadow = None | |
147 SetShadow = None | |
148 ExhL = False | |
149 ExhN = False | |
150 ExhS = False | |
151 ExhLN = False | |
152 ExhLS = False | |
153 ExhNS = False | |
154 ExhALL = False | |
155 StdoutSwitch = False | |
156 AlphaSwitch = False | |
157 BWSwitch = False | |
158 CapsSwitch = False | |
159 L337Switch = False | |
160 MD5Switch = False | |
161 NumberSwitch = False | |
162 RegularSwitch = False | |
163 SpecialSwitch = False | |
164 wep5 = False | |
165 wep13 = False | |
166 NoChar = False | |
167 Letters = False | |
168 Numbers = False | |
169 Specials = False | |
170 DeShadow = False | |
171 SESwitch = False | |
172 Create = False | |
173 DebugSwitch = False | |
174 | |
175 for arg in sys.argv: | |
176 if '--command=' in arg: | |
177 cmd = arg.replace('--command=', '', 1) | |
178 elif '--dictionary=' in arg: | |
179 dictionary = arg.replace('--dictionary=', '', 1) | |
180 elif '--save=' in arg: | |
181 save = arg.replace('--save=', '', 1) | |
182 elif '--restore=' in arg: | |
183 restore = arg.replace('--restore=', '', 1) | |
184 elif '--test=' in arg: | |
185 test = arg.replace('--test=', '', 1) | |
186 elif '--time=' in arg: | |
187 TIME = arg.replace('--time=', '', 1) | |
188 elif '--char-length=' in arg: | |
189 LENGTH = arg.replace('--char-length=', '', 1) | |
190 elif '--usernames=' in arg: | |
191 usernames = arg.replace('--usernames=', '', 1) | |
192 elif '--mix-custom=' in arg: | |
193 MixCustom = arg.replace('--mix-custom=', '', 1) | |
194 elif '--exh-custom=' in arg: | |
195 ExhCustom = arg.replace('--exh-custom=', '', 1) | |
196 elif '--custom=' in arg: | |
197 Custom = arg.replace('--custom=', '', 1) | |
198 elif '--get-shadow=' in arg: | |
199 GetShadow = arg.replace('--get-shadow=', '', 1) | |
200 elif '--set-shadow=' in arg: | |
201 SetShadow = arg.replace('--set-shadow=', '', 1) | |
202 elif '--rtfm' in arg: | |
203 os.system("man /etc/splicex/splicex.1.gz") | |
204 sys.exit(0) | |
205 elif '--exh-l' in arg: | |
206 ExhL = True | |
207 elif '--exh-n' in arg: | |
208 ExhN = True | |
209 elif '--exh-s' in arg: | |
210 ExhS = True | |
211 elif '--exh-ln' in arg: | |
212 ExhLN = True | |
213 elif '--exh-ls' in arg: | |
214 ExhLS = True | |
215 elif '--exh-ns' in arg: | |
216 ExhNS = True | |
217 elif '--exh-all' in arg: | |
218 ExhALL = True | |
219 elif '--stdout' in arg: | |
220 StdoutSwitch = True | |
221 elif '-A' in arg: | |
222 AlphaSwitch = True | |
223 elif '-B' in arg: | |
224 BWSwitch = True | |
225 elif '-C' in arg: | |
226 CapsSwitch = True | |
227 elif '-L' in arg: | |
228 L337Switch = True | |
229 elif '-M' in arg: | |
230 MD5Switch = True | |
231 elif '-N' in arg: | |
232 NumberSwitch = True | |
233 elif '-R' in arg: | |
234 RegularSwitch = True | |
235 elif '-S' in arg: | |
236 SpecialSwitch = True | |
237 elif '--wep-5' in arg: | |
238 wep5 = True | |
239 elif '--no-13' in arg: | |
240 wep13 = True | |
241 elif '--wep-*' in arg: | |
242 wep5 = True | |
243 wep13 = True | |
244 elif '--no-char' in arg: | |
245 NoChar = True | |
246 elif '--letters' in arg: | |
247 Letters = True | |
248 elif '--numbers' in arg: | |
249 Numbers = True | |
250 elif '--specials' in arg: | |
251 Specials = True | |
252 elif '--char-all' in arg: | |
253 Letters = True | |
254 Numbers = True | |
255 Specials = True | |
256 elif '--deshadow' in arg: | |
257 DeShadow = True | |
258 elif '--se-module' in arg: | |
259 SESwitch = True | |
260 elif '--create' in arg: | |
261 Create = True | |
262 elif '--debug' in arg: | |
263 DebugSwitch = True | |
264 elif '--help' in arg: | |
265 sys.exit(HELP()) | |
711 | 266 elif arg != sys.argv[0]: |
267 sys.exit(SpliceX + 'error: invalid argument: ' + arg) | |
697 | 268 |
269 if DebugSwitch is False: | |
270 sys.tracebacklimit = 0 | |
271 | |
272 if ExhCustom is not None: | |
273 dictionary = ExhCustom | |
274 Custom = ExhCustom | |
275 | |
276 | |
277 | |
278 ExhSwitch = False | |
279 if ExhL == True: | |
280 dictionary = "/etc/splicex/splicex.L" | |
281 Letters = True | |
282 Numbers = False | |
283 Specials = False | |
284 AlphaSwitch = False | |
285 BWSwitch = False | |
286 CapsSwitch = False | |
287 L337Switch = False | |
288 NumberSwitch = False | |
289 MD5Switch = False | |
290 RegularSwitch = True | |
291 SpecialSwitch = False | |
292 ExhSwitch = True | |
293 if ExhN == True: | |
294 dictionary = "/etc/splicex/splicex.N" | |
295 Letters = False | |
296 Numbers = True | |
297 Specials = False | |
298 AlphaSwitch = False | |
299 BWSwitch = False | |
300 CapsSwitch = False | |
301 L337Switch = False | |
302 NumberSwitch = False | |
303 MD5Switch = False | |
304 RegularSwitch = True | |
305 SpecialSwitch = False | |
306 ExhSwitch = True | |
307 if ExhS == True: | |
308 dictionary = "/etc/splicex/splicex.S" | |
309 Letters = False | |
310 Numbers = False | |
311 Specials = True | |
312 AlphaSwitch = False | |
313 BWSwitch = False | |
314 CapsSwitch = False | |
315 L337Switch = False | |
316 NumberSwitch = False | |
317 MD5Switch = False | |
318 RegularSwitch = True | |
319 SpecialSwitch = False | |
320 ExhSwitch = True | |
321 if ExhLN == True: | |
322 dictionary = "/etc/splicex/splicex.LN" | |
323 Letters = True | |
324 Numbers = True | |
325 Specials = False | |
326 AlphaSwitch = False | |
327 BWSwitch = False | |
328 CapsSwitch = False | |
329 L337Switch = False | |
330 NumberSwitch = False | |
331 MD5Switch = False | |
332 RegularSwitch = True | |
333 SpecialSwitch = False | |
334 ExhSwitch = True | |
335 if ExhLS == True: | |
336 dictionary = "/etc/splicex/splicex.LS" | |
337 Letters = True | |
338 Numbers = False | |
339 Specials = True | |
340 AlphaSwitch = False | |
341 BWSwitch = False | |
342 CapsSwitch = False | |
343 L337Switch = False | |
344 NumberSwitch = False | |
345 MD5Switch = False | |
346 RegularSwitch = True | |
347 SpecialSwitch = False | |
348 ExhSwitch = True | |
349 if ExhNS == True: | |
350 dictionary = "/etc/splicex/splicex.NS" | |
351 Letters = False | |
352 Numbers = True | |
353 Specials = True | |
354 AlphaSwitch = False | |
355 BWSwitch = False | |
356 CapsSwitch = False | |
357 L337Switch = False | |
358 NumberSwitch = False | |
359 MD5Switch = False | |
360 RegularSwitch = True | |
361 SpecialSwitch = False | |
362 ExhSwitch = True | |
363 if ExhALL == True: | |
364 dictionary = "/etc/splicex/splicex.ALL" | |
365 Letters = True | |
366 Numbers = True | |
367 Specials = True | |
368 AlphaSwitch = False | |
369 BWSwitch = False | |
370 CapsSwitch = False | |
371 L337Switch = False | |
372 NumberSwitch = False | |
373 MD5Switch = False | |
374 RegularSwitch = True | |
375 SpecialSwitch = False | |
376 ExhSwitch = True | |
377 | |
378 if Custom is not None and dictionary is not None: | |
379 if Custom == dictionary: | |
380 Letters = False | |
381 Numbers = True | |
382 Specials = True | |
383 AlphaSwitch = False | |
384 BWSwitch = False | |
385 CapsSwitch = False | |
386 L337Switch = False | |
387 NumberSwitch = False | |
388 MD5Switch = False | |
389 RegularSwitch = True | |
390 SpecialSwitch = False | |
391 ExhSwitch = True | |
392 | |
393 | |
394 ShadowValue = [] | |
395 if DeShadow is True and SetShadow is None and GetShadow is None: | |
396 sys.exit(SpliceX + "error: --deshadow requires --getshadow or --setshadow") | |
397 if SetShadow is not None and GetShadow is not None: | |
398 sys.exit(SpliceX + "error: --getshadow and --setshadow cannot be combined") | |
399 elif not os.geteuid()==0 and GetShadow is not None: | |
400 sys.exit(SpliceX + "error: --getshadow requires root privileges") | |
401 elif os.geteuid()==0 and GetShadow is not None: | |
402 try: | |
403 ShadowValue = spwd.getspnam(GetShadow)[1] | |
404 except: | |
405 sys.exit(SpliceX + "error: --getshadow: invalid user entered") | |
406 elif SetShadow is not None and os.path.exists(SetShadow): | |
407 ShadowFile = open(SetShadow, 'r') | |
408 for line in ShadowFile: | |
409 line = line.replace('\n', '') | |
410 ShadowValue = line | |
411 if SetShadow is not None and not os.path.exists(SetShadow): | |
412 sys.exit(SpliceX + "error: --setshadow: shadow file does not exist") | |
413 elif SetShadow is not None or GetShadow is not None: | |
414 ShadowSalt = ShadowValue.replace('$', '^1', 1) | |
415 ShadowSalt = ShadowSalt.replace('$', '^2', 1) | |
416 ShadowSalt = ShadowSalt.replace('$', '^3', 1) | |
417 ShadowSalt=ShadowSalt[ShadowSalt.find("^1"):ShadowSalt.find("^3")] | |
418 ShadowSalt = ShadowSalt.replace('^1', '$') | |
419 ShadowSalt = ShadowSalt.replace('^2', '$') | |
420 ShadowSalt = ShadowSalt + "$" | |
421 ShadowValue = ShadowValue.replace(':', '^1', 1) | |
422 ShadowValue = ShadowValue.replace(':', '^2', 1) | |
423 ShadowValue=ShadowValue[ShadowValue.find("^1")+2:ShadowValue.find("^2")] | |
424 ShadowValue = ShadowValue.replace('$', '\$') | |
425 ShadowSalt = ShadowSalt.replace('$', '\$') | |
426 | |
427 if restore is not None and os.path.exists(restore) is False: | |
428 sys.exit(SpliceX + "error: restore file does not exist") | |
429 elif restore is not None and os.path.exists(restore) is True: | |
430 RestoreSwitch = True | |
431 State = [] | |
432 StateCount = 0 | |
433 if RestoreSwitch is True: | |
434 RESTORE = open(restore, 'r') | |
435 for line in RESTORE: | |
436 line = line.replace('\n', '') | |
437 State.append(line) | |
438 StateCount += 1 | |
439 StateCount -= 1 | |
440 else: | |
441 RestoreSwitch = False | |
442 | |
443 Slash = "/" | |
444 if save is not None and not os.path.isdir(save): | |
445 sys.exit(SpliceX + "error: ( -s ) invalid directory") | |
446 elif save is not None and os.path.isdir(save): | |
447 SaveSwitch = True | |
448 s = "" | |
449 up = 0 | |
450 end = 0 | |
451 for let in save: | |
452 end += 1 | |
453 for let in save: | |
454 up += 1 | |
455 if let == Slash and end == up: | |
456 s += "" | |
457 else: | |
458 s += let | |
459 save = s | |
460 save += Slash + "splicex.save" | |
461 else: | |
462 SaveSwitch = False | |
463 | |
464 if dictionary is None: | |
465 dictionary = "/etc/splicex/splicex.list" | |
466 elif dictionary is not None and not os.path.exists(dictionary): | |
467 sys.exit(SpliceX + "error: dictionary does not exist") | |
468 | |
469 if usernames is None: | |
470 UserSwitch = False | |
471 elif usernames is not None and not os.path.exists(usernames): | |
472 sys.exit(SpliceX + "error: username list does not exist") | |
473 else: | |
474 UserSwitch = True | |
475 | |
476 if RestoreSwitch is False: | |
477 AlphaSwitch = AlphaSwitch | |
478 CapsSwitch = CapsSwitch | |
479 BWSwitch = BWSwitch | |
480 L337Switch = L337Switch | |
481 MD5Switch = MD5Switch | |
482 NumberSwitch = NumberSwitch | |
483 RegularSwitch = RegularSwitch | |
484 SpecialSwitch = SpecialSwitch | |
485 Letters = Letters | |
486 Numbers = Numbers | |
487 Specials = Specials | |
488 MixCustom = MixCustom | |
489 Custom = Custom | |
490 wep5 = wep5 | |
491 wep13 = wep13 | |
492 else: | |
493 cmd = State[0] | |
494 dictionary = State[1] | |
495 MixCustom = State[2] | |
496 Custom = State[3] | |
497 if State[4] == "True": | |
498 ExhSwitch = True | |
499 else: | |
500 ExhSwitch = False | |
501 if State[5] == "True": | |
502 StdoutSwitch = True | |
503 else: | |
504 StdoutSwitch = False | |
505 usernames = State[6] | |
506 if State[7] == "True": | |
507 UserSwitch = True | |
508 else: | |
509 UserSwitch = False | |
510 if State[8] == "True": | |
511 AlphaSwitch = True | |
512 else: | |
513 AlphaSwitch = False | |
514 if State[9] == "True": | |
515 BWSwitch = True | |
516 else: | |
517 BWSwitch = False | |
518 if State[10] == "True": | |
519 CapsSwitch = True | |
520 else: | |
521 CapsSwitch = False | |
522 if State[11] == "True": | |
523 L337Switch = True | |
524 else: | |
525 L337Switch = False | |
526 if State[12] == "True": | |
527 MD5Switch = True | |
528 else: | |
529 MD5Switch = False | |
530 if State[13] == "True": | |
531 NumberSwitch = True | |
532 else: | |
533 NumberSwitch = False | |
534 if State[14] == "True": | |
535 RegularSwitch = True | |
536 else: | |
537 RegularSwitch = False | |
538 if State[15] == "True": | |
539 SpecialSwitch = True | |
540 else: | |
541 SpecialSwitch = False | |
542 if State[16] == "True": | |
543 Letters = True | |
544 else: | |
545 Letters = False | |
546 if State[17] == "True": | |
547 Numbers = True | |
548 else: | |
549 Numbers = False | |
550 if State[18] == "True": | |
551 Specials = True | |
552 else: | |
553 Specials = False | |
554 if State[19] == "True": | |
555 wep5 = True | |
556 else: | |
557 wep5 = False | |
558 if State[20] == "True": | |
559 wep13 = True | |
560 else: | |
561 wep13 = False | |
562 if State[21] == "True": | |
563 SESwitch = True | |
564 else: | |
565 SESwitch = False | |
566 | |
567 if StdoutSwitch is True: | |
568 cmd = "STDOUT PASSWORD ON" | |
569 | |
570 if Create is False and RestoreSwitch is False: | |
571 ShadowSwitch = DeShadow | |
572 if ShadowSwitch is True: | |
573 cmd = "splicex-deshadow PASSWORD '" + ShadowSalt + "' '" + ShadowValue + "'" | |
574 if cmd is None: | |
575 sys.exit(SpliceX + "error: invalid usage") | |
576 else: | |
577 cmd = cmd.replace('','eval ', 1) | |
578 | |
579 if Create is False and RestoreSwitch is False: | |
580 if cmd.__contains__("PASSWORD"): | |
581 pass | |
582 else: | |
583 sys.exit(SpliceX + "error: -c does not contain regexp `PASSWORD'") | |
584 | |
585 if usernames is not None and RestoreSwitch is False: | |
586 if cmd.__contains__("USERNAME"): | |
587 pass | |
588 else: | |
589 sys.exit(SpliceX + "error: -c does not contain regexp `USERNAME'") | |
590 | |
591 if Create is False and cmd.__contains__("splicex-deshadow"): | |
592 test = "SHADOW CRACKED" | |
593 | |
594 | |
595 if AlphaSwitch is False and BWSwitch is False and CapsSwitch is False\ | |
596 and L337Switch is False and NumberSwitch is False and RegularSwitch is False\ | |
597 and SpecialSwitch is False and MixCustom is None and MD5Switch is False\ | |
598 and wep5 is False and wep13 is False and SESwitch is False: | |
599 sys.exit(SpliceX + "error: no modules selected: ( -A -B -C -L -M -N -R -S --mix-custom --wep-5 --wep-13 --wep-* --se-module)") | |
600 | |
601 CharsMain = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",\ | |
602 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",\ | |
603 "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "=", "+", "[", "]",\ | |
604 "`", "~", "{", "}", "\\", "|", ";", ":", "\"", "'", "<", ",", ">", ".", "?", "/"] | |
605 | |
606 CharSet1 = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",\ | |
607 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",\ | |
608 "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "=", "+", "[", "]", "{", "}", "\\", "|", ";", ":", "\"", "'", "<", ",",\ | |
609 "`", "~", ">", ".", "?", "/", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] | |
610 | |
611 CharSet2 = ["!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "=", "+", "[", "]", "{", "}", "\\", "|", ";", ":", "\"", "'", "<", ",",\ | |
612 "`", "~", ">", ".", "?", "/", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] | |
613 | |
614 CharSet3 = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",\ | |
615 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",\ | |
616 "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "=", "+", "[", "]", "{", "}", "\\", "|", ";", ":", "\"", "'", "<", ",",\ | |
617 "`", "~", ">", ".", "?", "/"] | |
618 | |
619 CharSet4 = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",\ | |
620 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",\ | |
621 "1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] | |
622 | |
623 CharSet5 = ["!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "=", "+", "[", "]", "{", "}", "\\", "|", ";", ":", "\"", "'", "<", ",",\ | |
624 "`", "~", ">", ".", "?", "/"] | |
625 | |
626 CharSet6 = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",\ | |
627 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"] | |
628 | |
629 CharSet7 = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] | |
630 | |
631 | |
632 if Letters == True and Numbers == True and Specials == True: | |
633 Characters = CharSet1 | |
634 elif Letters == False and Numbers == True and Specials == True: | |
635 Characters = CharSet2 | |
636 elif Letters == True and Numbers == False and Specials == True: | |
637 Characters = CharSet3 | |
638 elif Letters == True and Numbers == True and Specials == False: | |
639 Characters = CharSet4 | |
640 elif Letters == False and Numbers == False and Specials == True: | |
641 Characters = CharSet5 | |
642 elif Letters == True and Numbers == False and Specials == False: | |
643 Characters = CharSet6 | |
644 elif Letters == False and Numbers == True and Specials == False: | |
645 Characters = CharSet7 | |
646 else: | |
647 Characters = CharSet1 | |
648 | |
649 if Custom != "None" and RestoreSwitch is True: | |
650 if os.path.exists(Custom): | |
651 Characters = [] | |
652 UserCharacters = open(Custom, 'r') | |
653 for line in UserCharacters: | |
654 Characters.append(line.replace('\n', '')) | |
655 elif Custom is not None and RestoreSwitch is False: | |
656 if os.path.exists(Custom): | |
657 Characters = [] | |
658 UserCharacters = open(Custom, 'r') | |
659 for line in UserCharacters: | |
660 Characters.append(line.replace('\n', '')) | |
661 else: | |
662 sys.exit(SpliceX + "error: --custom list does not exist") | |
663 | |
664 EndCount = 0 | |
665 for CountChars in Characters: | |
666 EndCount += 1 | |
667 | |
668 Char1 = [] | |
669 for a in range(0, EndCount): | |
670 Char1.append(Characters[a]) | |
671 Char2 = [] | |
672 for a in range(0, EndCount): | |
673 Char2.append("\\\\\\" + Characters[a]) | |
674 | |
675 if AlphaSwitch == True and NumberSwitch == True and SpecialSwitch == True: | |
676 MixChars = CharSet1 | |
677 elif AlphaSwitch == False and NumberSwitch == True and SpecialSwitch == True: | |
678 MixChars = CharSet2 | |
679 elif AlphaSwitch == True and NumberSwitch == False and SpecialSwitch == True: | |
680 MixChars = CharSet3 | |
681 elif AlphaSwitch == True and NumberSwitch == True and SpecialSwitch == False: | |
682 MixChars = CharSet4 | |
683 elif AlphaSwitch == False and NumberSwitch == False and SpecialSwitch == True: | |
684 MixChars = CharSet5 | |
685 elif AlphaSwitch == True and NumberSwitch == False and SpecialSwitch == False: | |
686 MixChars = CharSet6 | |
687 elif AlphaSwitch == False and NumberSwitch == True and SpecialSwitch == False: | |
688 MixChars = CharSet7 | |
689 else: | |
690 MixChars = CharSet1 | |
691 | |
692 if MixCustom != "None" and RestoreSwitch is True: | |
693 if os.path.exists(MixCustom): | |
694 MixChars = [] | |
695 MixCharacters = open(MixCustom, 'r') | |
696 for line in MixCharacters: | |
697 MixChars.append(line.replace('\n', '')) | |
698 elif MixCustom is not None and RestoreSwitch is False: | |
699 if os.path.exists(MixCustom): | |
700 MixChars = [] | |
701 MixCharacters = open(MixCustom, 'r') | |
702 for line in MixCharacters: | |
703 MixChars.append(line.replace('\n', '')) | |
704 else: | |
705 sys.exit(SpliceX + "error: -U list does not exist") | |
706 | |
707 Word = [] | |
708 def REGULAR(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
709 global Word |
697 | 710 ReadDictionary = open(dictionary, 'r') |
711 for line in ReadDictionary: | |
712 Word.append(line.replace('\n', '')) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
713 Word = list(set(Word)) |
697 | 714 |
715 def L337(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
716 global Word |
697 | 717 ReadDictionary = open(dictionary, 'r') |
718 for line in ReadDictionary: | |
719 line = line.replace("a", "4", 1) | |
720 Word.append(line.replace('\n', '')) | |
721 | |
722 ReadDictionary = open(dictionary, 'r') | |
723 for line in ReadDictionary: | |
724 line = line.replace("a", "4") | |
725 Word.append(line.replace('\n', '')) | |
726 | |
727 ReadDictionary = open(dictionary, 'r') | |
728 for line in ReadDictionary: | |
729 line = line.replace("a", "@", 1) | |
730 Word.append(line.replace('\n', '')) | |
731 | |
732 ReadDictionary = open(dictionary, 'r') | |
733 for line in ReadDictionary: | |
734 line = line.replace("a", "@") | |
735 Word.append(line.replace('\n', '')) | |
736 | |
737 ReadDictionary = open(dictionary, 'r') | |
738 for line in ReadDictionary: | |
739 line = line.replace("a", "^", 1) | |
740 Word.append(line.replace('\n', '')) | |
741 | |
742 ReadDictionary = open(dictionary, 'r') | |
743 for line in ReadDictionary: | |
744 line = line.replace("a", "^") | |
745 Word.append(line.replace('\n', '')) | |
746 | |
747 ReadDictionary = open(dictionary, 'r') | |
748 for line in ReadDictionary: | |
749 line = line.replace("b", "8", 1) | |
750 Word.append(line.replace('\n', '')) | |
751 ReadDictionary = open(dictionary, 'r') | |
752 for line in ReadDictionary: | |
753 line = line.replace("b", "8") | |
754 Word.append(line.replace('\n', '')) | |
755 | |
756 ReadDictionary = open(dictionary, 'r') | |
757 for line in ReadDictionary: | |
758 line = line.replace("e", "3", 1) | |
759 Word.append(line.replace('\n', '')) | |
760 | |
761 ReadDictionary = open(dictionary, 'r') | |
762 for line in ReadDictionary: | |
763 line = line.replace("e", "3") | |
764 Word.append(line.replace('\n', '')) | |
765 | |
766 ReadDictionary = open(dictionary, 'r') | |
767 for line in ReadDictionary: | |
768 line = line.replace("f", "ph", 1) | |
769 Word.append(line.replace('\n', '')) | |
770 | |
771 ReadDictionary = open(dictionary, 'r') | |
772 for line in ReadDictionary: | |
773 line = line.replace("g", "6", 1) | |
774 Word.append(line.replace('\n', '')) | |
775 | |
776 ReadDictionary = open(dictionary, 'r') | |
777 for line in ReadDictionary: | |
778 line = line.replace("g", "6") | |
779 Word.append(line.replace('\n', '')) | |
780 | |
781 ReadDictionary = open(dictionary, 'r') | |
782 for line in ReadDictionary: | |
783 line = line.replace("g", "9", 1) | |
784 Word.append(line.replace('\n', '')) | |
785 | |
786 ReadDictionary = open(dictionary, 'r') | |
787 for line in ReadDictionary: | |
788 line = line.replace("g", "9") | |
789 Word.append(line.replace('\n', '')) | |
790 | |
791 ReadDictionary = open(dictionary, 'r') | |
792 for line in ReadDictionary: | |
793 line = line.replace("h", "#", 1) | |
794 Word.append(line.replace('\n', '')) | |
795 | |
796 ReadDictionary = open(dictionary, 'r') | |
797 for line in ReadDictionary: | |
798 line = line.replace("h", "#") | |
799 Word.append(line.replace('\n', '')) | |
800 | |
801 ReadDictionary = open(dictionary, 'r') | |
802 for line in ReadDictionary: | |
803 line = line.replace("i", "1", 1) | |
804 Word.append(line.replace('\n', '')) | |
805 | |
806 ReadDictionary = open(dictionary, 'r') | |
807 for line in ReadDictionary: | |
808 line = line.replace("i", "1") | |
809 Word.append(line.replace('\n', '')) | |
810 | |
811 ReadDictionary = open(dictionary, 'r') | |
812 for line in ReadDictionary: | |
813 line = line.replace("i", "!", 1) | |
814 Word.append(line.replace('\n', '')) | |
815 | |
816 ReadDictionary = open(dictionary, 'r') | |
817 for line in ReadDictionary: | |
818 line = line.replace("i", "!") | |
819 Word.append(line.replace('\n', '')) | |
820 | |
821 ReadDictionary = open(dictionary, 'r') | |
822 for line in ReadDictionary: | |
823 line = line.replace("i", "|", 1) | |
824 Word.append(line.replace('\n', '')) | |
825 | |
826 ReadDictionary = open(dictionary, 'r') | |
827 for line in ReadDictionary: | |
828 line = line.replace("i", "|") | |
829 Word.append(line.replace('\n', '')) | |
830 | |
831 ReadDictionary = open(dictionary, 'r') | |
832 for line in ReadDictionary: | |
833 line = line.replace("k", "X", 1) | |
834 Word.append(line.replace('\n', '')) | |
835 | |
836 ReadDictionary = open(dictionary, 'r') | |
837 for line in ReadDictionary: | |
838 line = line.replace("k", "X") | |
839 Word.append(line.replace('\n', '')) | |
840 | |
841 ReadDictionary = open(dictionary, 'r') | |
842 for line in ReadDictionary: | |
843 line = line.replace("l", "1", 1) | |
844 Word.append(line.replace('\n', '')) | |
845 | |
846 ReadDictionary = open(dictionary, 'r') | |
847 for line in ReadDictionary: | |
848 line = line.replace("l", "1") | |
849 Word.append(line.replace('\n', '')) | |
850 | |
851 ReadDictionary = open(dictionary, 'r') | |
852 for line in ReadDictionary: | |
853 line = line.replace("l", "|", 1) | |
854 Word.append(line.replace('\n', '')) | |
855 | |
856 ReadDictionary = open(dictionary, 'r') | |
857 for line in ReadDictionary: | |
858 line = line.replace("l", "|") | |
859 Word.append(line.replace('\n', '')) | |
860 | |
861 ReadDictionary = open(dictionary, 'r') | |
862 for line in ReadDictionary: | |
863 line = line.replace("o", "0", 1) | |
864 Word.append(line.replace('\n', '')) | |
865 | |
866 ReadDictionary = open(dictionary, 'r') | |
867 for line in ReadDictionary: | |
868 line = line.replace("o", "0") | |
869 Word.append(line.replace('\n', '')) | |
870 | |
871 ReadDictionary = open(dictionary, 'r') | |
872 for line in ReadDictionary: | |
873 line = line.replace("s", "5", 1) | |
874 Word.append(line.replace('\n', '')) | |
875 | |
876 ReadDictionary = open(dictionary, 'r') | |
877 for line in ReadDictionary: | |
878 line = line.replace("s", "5") | |
879 Word.append(line.replace('\n', '')) | |
880 | |
881 ReadDictionary = open(dictionary, 'r') | |
882 for line in ReadDictionary: | |
883 line = line.replace("s", "$", 1) | |
884 Word.append(line.replace('\n', '')) | |
885 | |
886 ReadDictionary = open(dictionary, 'r') | |
887 for line in ReadDictionary: | |
888 line = line.replace("s", "$") | |
889 Word.append(line.replace('\n', '')) | |
890 | |
891 ReadDictionary = open(dictionary, 'r') | |
892 for line in ReadDictionary: | |
893 line = line.replace("t", "7", 1) | |
894 Word.append(line.replace('\n', '')) | |
895 | |
896 ReadDictionary = open(dictionary, 'r') | |
897 for line in ReadDictionary: | |
898 line = line.replace("t", "7") | |
899 Word.append(line.replace('\n', '')) | |
900 | |
901 ReadDictionary = open(dictionary, 'r') | |
902 for line in ReadDictionary: | |
903 line = line.replace("t", "+", 1) | |
904 Word.append(line.replace('\n', '')) | |
905 | |
906 ReadDictionary = open(dictionary, 'r') | |
907 for line in ReadDictionary: | |
908 line = line.replace("t", "+") | |
909 Word.append(line.replace('\n', '')) | |
910 | |
911 ReadDictionary = open(dictionary, 'r') | |
912 for line in ReadDictionary: | |
913 line = line.replace("z", "2", 1) | |
914 Word.append(line.replace('\n', '')) | |
915 | |
916 ReadDictionary = open(dictionary, 'r') | |
917 for line in ReadDictionary: | |
918 line = line.replace("z", "2") | |
919 Word.append(line.replace('\n', '')) | |
920 | |
921 ReadDictionary = open(dictionary, 'r') | |
922 for line in ReadDictionary: | |
923 line = line.replace("a", "4") | |
924 line = line.replace("b", "8") | |
925 line = line.replace("e", "3") | |
926 line = line.replace("f", "ph", 1) | |
927 line = line.replace("g", "6") | |
928 line = line.replace("h", "#") | |
929 line = line.replace("i", "1") | |
930 line = line.replace("l", "|") | |
931 line = line.replace("k", "X") | |
932 line = line.replace("o", "0") | |
933 line = line.replace("s", "5") | |
934 line = line.replace("t", "7") | |
935 line = line.replace("z", "2") | |
936 Word.append(line.replace('\n', '')) | |
937 | |
938 ReadDictionary = open(dictionary, 'r') | |
939 for line in ReadDictionary: | |
940 line = line.replace("a", "^") | |
941 line = line.replace("b", "8") | |
942 line = line.replace("e", "3") | |
943 line = line.replace("f", "ph", 1) | |
944 line = line.replace("g", "6") | |
945 line = line.replace("h", "#") | |
946 line = line.replace("i", "1") | |
947 line = line.replace("l", "|") | |
948 line = line.replace("k", "X") | |
949 line = line.replace("o", "0") | |
950 line = line.replace("s", "5") | |
951 line = line.replace("t", "7") | |
952 line = line.replace("z", "2") | |
953 Word.append(line.replace('\n', '')) | |
954 | |
955 ReadDictionary = open(dictionary, 'r') | |
956 for line in ReadDictionary: | |
957 line = line.replace("a", "4") | |
958 line = line.replace("b", "8") | |
959 line = line.replace("e", "3") | |
960 line = line.replace("f", "ph", 1) | |
961 line = line.replace("g", "9") | |
962 line = line.replace("h", "#") | |
963 line = line.replace("i", "1") | |
964 line = line.replace("l", "|") | |
965 line = line.replace("k", "X") | |
966 line = line.replace("o", "0") | |
967 line = line.replace("s", "5") | |
968 line = line.replace("t", "7") | |
969 line = line.replace("z", "2") | |
970 Word.append(line.replace('\n', '')) | |
971 | |
972 ReadDictionary = open(dictionary, 'r') | |
973 for line in ReadDictionary: | |
974 line = line.replace("a", "^") | |
975 line = line.replace("b", "8") | |
976 line = line.replace("e", "3") | |
977 line = line.replace("f", "ph", 1) | |
978 line = line.replace("g", "9") | |
979 line = line.replace("h", "#") | |
980 line = line.replace("i", "1") | |
981 line = line.replace("l", "|") | |
982 line = line.replace("k", "X") | |
983 line = line.replace("o", "0") | |
984 line = line.replace("s", "5") | |
985 line = line.replace("t", "7") | |
986 line = line.replace("z", "2") | |
987 Word.append(line.replace('\n', '')) | |
988 | |
989 ReadDictionary = open(dictionary, 'r') | |
990 for line in ReadDictionary: | |
991 line = line.replace("a", "4") | |
992 line = line.replace("b", "8") | |
993 line = line.replace("e", "3") | |
994 line = line.replace("f", "ph", 1) | |
995 line = line.replace("g", "&") | |
996 line = line.replace("h", "#") | |
997 line = line.replace("i", "1") | |
998 line = line.replace("l", "|") | |
999 line = line.replace("k", "X") | |
1000 line = line.replace("o", "0") | |
1001 line = line.replace("s", "5") | |
1002 line = line.replace("t", "7") | |
1003 line = line.replace("z", "2") | |
1004 Word.append(line.replace('\n', '')) | |
1005 | |
1006 ReadDictionary = open(dictionary, 'r') | |
1007 for line in ReadDictionary: | |
1008 line = line.replace("a", "^") | |
1009 line = line.replace("b", "8") | |
1010 line = line.replace("e", "3") | |
1011 line = line.replace("f", "ph", 1) | |
1012 line = line.replace("g", "&") | |
1013 line = line.replace("h", "#") | |
1014 line = line.replace("i", "1") | |
1015 line = line.replace("l", "|") | |
1016 line = line.replace("k", "X") | |
1017 line = line.replace("o", "0") | |
1018 line = line.replace("s", "5") | |
1019 line = line.replace("t", "7") | |
1020 line = line.replace("z", "2") | |
1021 Word.append(line.replace('\n', '')) | |
1022 | |
1023 ReadDictionary = open(dictionary, 'r') | |
1024 for line in ReadDictionary: | |
1025 line = line.replace("a", "4") | |
1026 line = line.replace("b", "8") | |
1027 line = line.replace("e", "3") | |
1028 line = line.replace("f", "ph", 1) | |
1029 line = line.replace("g", "6") | |
1030 line = line.replace("h", "#") | |
1031 line = line.replace("i", "1") | |
1032 line = line.replace("l", "|") | |
1033 line = line.replace("k", "X") | |
1034 line = line.replace("o", "0") | |
1035 line = line.replace("s", "5") | |
1036 line = line.replace("t", "7") | |
1037 line = line.replace("z", "2") | |
1038 Word.append(line.replace('\n', '')) | |
1039 | |
1040 ReadDictionary = open(dictionary, 'r') | |
1041 for line in ReadDictionary: | |
1042 line = line.replace("a", "^") | |
1043 line = line.replace("b", "8") | |
1044 line = line.replace("e", "3") | |
1045 line = line.replace("f", "ph", 1) | |
1046 line = line.replace("g", "6") | |
1047 line = line.replace("h", "#") | |
1048 line = line.replace("i", "1") | |
1049 line = line.replace("l", "|") | |
1050 line = line.replace("k", "X") | |
1051 line = line.replace("o", "0") | |
1052 line = line.replace("s", "5") | |
1053 line = line.replace("t", "7") | |
1054 line = line.replace("z", "2") | |
1055 Word.append(line.replace('\n', '')) | |
1056 | |
1057 ReadDictionary = open(dictionary, 'r') | |
1058 for line in ReadDictionary: | |
1059 line = line.replace("a", "4") | |
1060 line = line.replace("b", "8") | |
1061 line = line.replace("e", "3") | |
1062 line = line.replace("f", "ph", 1) | |
1063 line = line.replace("g", "9") | |
1064 line = line.replace("h", "#") | |
1065 line = line.replace("i", "|") | |
1066 line = line.replace("l", "1") | |
1067 line = line.replace("k", "X") | |
1068 line = line.replace("o", "0") | |
1069 line = line.replace("s", "5") | |
1070 line = line.replace("t", "7") | |
1071 line = line.replace("z", "2") | |
1072 Word.append(line.replace('\n', '')) | |
1073 | |
1074 ReadDictionary = open(dictionary, 'r') | |
1075 for line in ReadDictionary: | |
1076 line = line.replace("a", "^") | |
1077 line = line.replace("b", "8") | |
1078 line = line.replace("e", "3") | |
1079 line = line.replace("f", "ph", 1) | |
1080 line = line.replace("g", "9") | |
1081 line = line.replace("h", "#") | |
1082 line = line.replace("i", "|") | |
1083 line = line.replace("l", "1") | |
1084 line = line.replace("k", "X") | |
1085 line = line.replace("o", "0") | |
1086 line = line.replace("s", "5") | |
1087 line = line.replace("t", "7") | |
1088 line = line.replace("z", "2") | |
1089 Word.append(line.replace('\n', '')) | |
1090 | |
1091 ReadDictionary = open(dictionary, 'r') | |
1092 for line in ReadDictionary: | |
1093 line = line.replace("a", "4") | |
1094 line = line.replace("b", "8") | |
1095 line = line.replace("e", "3") | |
1096 line = line.replace("f", "ph", 1) | |
1097 line = line.replace("g", "&") | |
1098 line = line.replace("h", "#") | |
1099 line = line.replace("i", "|") | |
1100 line = line.replace("l", "1") | |
1101 line = line.replace("k", "X") | |
1102 line = line.replace("o", "0") | |
1103 line = line.replace("s", "5") | |
1104 line = line.replace("t", "7") | |
1105 line = line.replace("z", "2") | |
1106 Word.append(line.replace('\n', '')) | |
1107 | |
1108 ReadDictionary = open(dictionary, 'r') | |
1109 for line in ReadDictionary: | |
1110 line = line.replace("a", "^") | |
1111 line = line.replace("b", "8") | |
1112 line = line.replace("e", "3") | |
1113 line = line.replace("f", "ph", 1) | |
1114 line = line.replace("g", "&") | |
1115 line = line.replace("h", "#") | |
1116 line = line.replace("i", "|") | |
1117 line = line.replace("l", "1") | |
1118 line = line.replace("k", "X") | |
1119 line = line.replace("o", "0") | |
1120 line = line.replace("s", "5") | |
1121 line = line.replace("t", "7") | |
1122 line = line.replace("z", "2") | |
1123 Word.append(line.replace('\n', '')) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1124 Word = list(set(Word)) |
697 | 1125 |
1126 def BW(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1127 global Word |
697 | 1128 ReadDictionary = open(dictionary, 'r') |
1129 for line in ReadDictionary: | |
1130 Word.append(line[::-1].replace('\n', '')) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1131 Word = list(set(Word)) |
697 | 1132 |
1133 def CAPS(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1134 global Word |
697 | 1135 ReadDictionary = open(dictionary, 'r') |
1136 for line in ReadDictionary: | |
1137 line = line.replace('\n', '') | |
1138 up = 0 | |
1139 a = "" | |
1140 for let in line: | |
1141 if up == 0: | |
1142 a += let.upper() | |
1143 else: | |
1144 a += let | |
1145 up ^= 1 | |
1146 Word.append(a) | |
1147 | |
1148 ReadDictionary = open(dictionary, 'r') | |
1149 for line in ReadDictionary: | |
1150 line = line.replace('\n', '') | |
1151 up = 0 | |
1152 a = "" | |
1153 for let in line: | |
1154 if up == 1: | |
1155 a += let.upper() | |
1156 else: | |
1157 a += let | |
1158 up ^= 1 | |
1159 Word.append(a) | |
1160 | |
1161 ReadDictionary = open(dictionary, 'r') | |
1162 for line in ReadDictionary: | |
1163 line = line.replace('\n', '') | |
1164 up = 0 | |
1165 a = "" | |
1166 for let in line: | |
1167 if up <= 1: | |
1168 a += let.upper() | |
1169 up = up + 1 | |
1170 else: | |
1171 a += let | |
1172 up = up + 1 | |
1173 Word.append(a) | |
1174 | |
1175 ReadDictionary = open(dictionary, 'r') | |
1176 for line in ReadDictionary: | |
1177 line = line.replace('\n', '') | |
1178 up = 0 | |
1179 a = "" | |
1180 for let in line: | |
1181 if up <= 2: | |
1182 a += let.upper() | |
1183 up = up + 1 | |
1184 else: | |
1185 a += let | |
1186 up = up + 1 | |
1187 Word.append(a) | |
1188 | |
1189 ReadDictionary = open(dictionary, 'r') | |
1190 for line in ReadDictionary: | |
1191 line = line.replace('\n', '') | |
1192 a = 0 | |
1193 b = 1 | |
1194 c = "" | |
1195 for let in line: | |
1196 a = a + 1 | |
1197 for let in line: | |
1198 if a != b: | |
1199 b = b + 1 | |
1200 c += let | |
1201 else: | |
1202 c += let.upper() | |
1203 Word.append(c) | |
1204 | |
1205 ReadDictionary = open(dictionary, 'r') | |
1206 for line in ReadDictionary: | |
1207 line = line.replace('\n', '') | |
1208 a = 0 | |
1209 b = 1 | |
1210 c = "" | |
1211 for let in line: | |
1212 a = a + 1 | |
1213 a = a - 1 | |
1214 for let in line: | |
1215 if b < a: | |
1216 b = b + 1 | |
1217 c += let | |
1218 else: | |
1219 c += let.upper() | |
1220 Word.append(c) | |
1221 | |
1222 ReadDictionary = open(dictionary, 'r') | |
1223 for line in ReadDictionary: | |
1224 line = line.replace("a", "A", 1) | |
1225 if line.__contains__("A"): | |
1226 Word.append(line.replace('\n', '')) | |
1227 | |
1228 ReadDictionary = open(dictionary, 'r') | |
1229 for line in ReadDictionary: | |
1230 line = line.replace("a", "A") | |
1231 if line.__contains__("A"): | |
1232 Word.append(line.replace('\n', '')) | |
1233 | |
1234 ReadDictionary = open(dictionary, 'r') | |
1235 for line in ReadDictionary: | |
1236 line = line.replace("b", "B", 1) | |
1237 if line.__contains__("B"): | |
1238 Word.append(line.replace('\n', '')) | |
1239 | |
1240 ReadDictionary = open(dictionary, 'r') | |
1241 for line in ReadDictionary: | |
1242 line = line.replace("b", "B") | |
1243 if line.__contains__("B"): | |
1244 Word.append(line.replace('\n', '')) | |
1245 | |
1246 ReadDictionary = open(dictionary, 'r') | |
1247 for line in ReadDictionary: | |
1248 line = line.replace("c", "C", 1) | |
1249 if line.__contains__("C"): | |
1250 Word.append(line.replace('\n', '')) | |
1251 | |
1252 ReadDictionary = open(dictionary, 'r') | |
1253 for line in ReadDictionary: | |
1254 line = line.replace("c", "C") | |
1255 if line.__contains__("C"): | |
1256 Word.append(line.replace('\n', '')) | |
1257 | |
1258 ReadDictionary = open(dictionary, 'r') | |
1259 for line in ReadDictionary: | |
1260 line = line.replace("d", "D", 1) | |
1261 if line.__contains__("D"): | |
1262 Word.append(line.replace('\n', '')) | |
1263 | |
1264 ReadDictionary = open(dictionary, 'r') | |
1265 for line in ReadDictionary: | |
1266 line = line.replace("d", "D") | |
1267 if line.__contains__("D"): | |
1268 Word.append(line.replace('\n', '')) | |
1269 | |
1270 ReadDictionary = open(dictionary, 'r') | |
1271 for line in ReadDictionary: | |
1272 line = line.replace("e", "E", 1) | |
1273 if line.__contains__("E"): | |
1274 Word.append(line.replace('\n', '')) | |
1275 | |
1276 ReadDictionary = open(dictionary, 'r') | |
1277 for line in ReadDictionary: | |
1278 line = line.replace("e", "E") | |
1279 if line.__contains__("E"): | |
1280 Word.append(line.replace('\n', '')) | |
1281 | |
1282 ReadDictionary = open(dictionary, 'r') | |
1283 for line in ReadDictionary: | |
1284 line = line.replace("f", "F", 1) | |
1285 if line.__contains__("F"): | |
1286 Word.append(line.replace('\n', '')) | |
1287 | |
1288 ReadDictionary = open(dictionary, 'r') | |
1289 for line in ReadDictionary: | |
1290 line = line.replace("f", "F") | |
1291 if line.__contains__("F"): | |
1292 Word.append(line.replace('\n', '')) | |
1293 | |
1294 ReadDictionary = open(dictionary, 'r') | |
1295 for line in ReadDictionary: | |
1296 line = line.replace("g", "G", 1) | |
1297 if line.__contains__("G"): | |
1298 Word.append(line.replace('\n', '')) | |
1299 | |
1300 ReadDictionary = open(dictionary, 'r') | |
1301 for line in ReadDictionary: | |
1302 line = line.replace("g", "G") | |
1303 if line.__contains__("G"): | |
1304 Word.append(line.replace('\n', '')) | |
1305 | |
1306 ReadDictionary = open(dictionary, 'r') | |
1307 for line in ReadDictionary: | |
1308 line = line.replace("h", "H", 1) | |
1309 if line.__contains__("H"): | |
1310 Word.append(line.replace('\n', '')) | |
1311 | |
1312 ReadDictionary = open(dictionary, 'r') | |
1313 for line in ReadDictionary: | |
1314 line = line.replace("h", "H") | |
1315 if line.__contains__("H"): | |
1316 Word.append(line.replace('\n', '')) | |
1317 | |
1318 ReadDictionary = open(dictionary, 'r') | |
1319 for line in ReadDictionary: | |
1320 line = line.replace("i", "I", 1) | |
1321 if line.__contains__("I"): | |
1322 Word.append(line.replace('\n', '')) | |
1323 | |
1324 ReadDictionary = open(dictionary, 'r') | |
1325 for line in ReadDictionary: | |
1326 line = line.replace("i", "I") | |
1327 if line.__contains__("I"): | |
1328 Word.append(line.replace('\n', '')) | |
1329 | |
1330 ReadDictionary = open(dictionary, 'r') | |
1331 for line in ReadDictionary: | |
1332 line = line.replace("j", "J", 1) | |
1333 if line.__contains__("J"): | |
1334 Word.append(line.replace('\n', '')) | |
1335 | |
1336 ReadDictionary = open(dictionary, 'r') | |
1337 for line in ReadDictionary: | |
1338 line = line.replace("j", "J") | |
1339 if line.__contains__("J"): | |
1340 Word.append(line.replace('\n', '')) | |
1341 | |
1342 ReadDictionary = open(dictionary, 'r') | |
1343 for line in ReadDictionary: | |
1344 line = line.replace("k", "K", 1) | |
1345 if line.__contains__("K"): | |
1346 Word.append(line.replace('\n', '')) | |
1347 | |
1348 ReadDictionary = open(dictionary, 'r') | |
1349 for line in ReadDictionary: | |
1350 line = line.replace("k", "K") | |
1351 if line.__contains__("K"): | |
1352 Word.append(line.replace('\n', '')) | |
1353 | |
1354 ReadDictionary = open(dictionary, 'r') | |
1355 for line in ReadDictionary: | |
1356 line = line.replace("l", "L", 1) | |
1357 if line.__contains__("L"): | |
1358 Word.append(line.replace('\n', '')) | |
1359 | |
1360 ReadDictionary = open(dictionary, 'r') | |
1361 for line in ReadDictionary: | |
1362 line = line.replace("l", "L") | |
1363 if line.__contains__("L"): | |
1364 Word.append(line.replace('\n', '')) | |
1365 | |
1366 ReadDictionary = open(dictionary, 'r') | |
1367 for line in ReadDictionary: | |
1368 line = line.replace("m", "M", 1) | |
1369 if line.__contains__("M"): | |
1370 Word.append(line.replace('\n', '')) | |
1371 | |
1372 ReadDictionary = open(dictionary, 'r') | |
1373 for line in ReadDictionary: | |
1374 line = line.replace("m", "M") | |
1375 if line.__contains__("M"): | |
1376 Word.append(line.replace('\n', '')) | |
1377 | |
1378 ReadDictionary = open(dictionary, 'r') | |
1379 for line in ReadDictionary: | |
1380 line = line.replace("n", "N", 1) | |
1381 if line.__contains__("N"): | |
1382 Word.append(line.replace('\n', '')) | |
1383 | |
1384 ReadDictionary = open(dictionary, 'r') | |
1385 for line in ReadDictionary: | |
1386 line = line.replace("n", "N") | |
1387 if line.__contains__("N"): | |
1388 Word.append(line.replace('\n', '')) | |
1389 | |
1390 ReadDictionary = open(dictionary, 'r') | |
1391 for line in ReadDictionary: | |
1392 line = line.replace("o", "O", 1) | |
1393 if line.__contains__("O"): | |
1394 Word.append(line.replace('\n', '')) | |
1395 | |
1396 ReadDictionary = open(dictionary, 'r') | |
1397 for line in ReadDictionary: | |
1398 line = line.replace("o", "O") | |
1399 if line.__contains__("O"): | |
1400 Word.append(line.replace('\n', '')) | |
1401 | |
1402 ReadDictionary = open(dictionary, 'r') | |
1403 for line in ReadDictionary: | |
1404 line = line.replace("p", "P", 1) | |
1405 if line.__contains__("P"): | |
1406 Word.append(line.replace('\n', '')) | |
1407 | |
1408 ReadDictionary = open(dictionary, 'r') | |
1409 for line in ReadDictionary: | |
1410 line = line.replace("p", "P") | |
1411 if line.__contains__("P"): | |
1412 Word.append(line.replace('\n', '')) | |
1413 | |
1414 ReadDictionary = open(dictionary, 'r') | |
1415 for line in ReadDictionary: | |
1416 line = line.replace("q", "Q", 1) | |
1417 if line.__contains__("Q"): | |
1418 Word.append(line.replace('\n', '')) | |
1419 | |
1420 ReadDictionary = open(dictionary, 'r') | |
1421 for line in ReadDictionary: | |
1422 line = line.replace("q", "Q") | |
1423 if line.__contains__("Q"): | |
1424 Word.append(line.replace('\n', '')) | |
1425 | |
1426 ReadDictionary = open(dictionary, 'r') | |
1427 for line in ReadDictionary: | |
1428 line = line.replace("r", "R", 1) | |
1429 if line.__contains__("R"): | |
1430 Word.append(line.replace('\n', '')) | |
1431 | |
1432 ReadDictionary = open(dictionary, 'r') | |
1433 for line in ReadDictionary: | |
1434 line = line.replace("r", "R") | |
1435 if line.__contains__("R"): | |
1436 Word.append(line.replace('\n', '')) | |
1437 | |
1438 ReadDictionary = open(dictionary, 'r') | |
1439 for line in ReadDictionary: | |
1440 line = line.replace("s", "S", 1) | |
1441 if line.__contains__("S"): | |
1442 Word.append(line.replace('\n', '')) | |
1443 | |
1444 ReadDictionary = open(dictionary, 'r') | |
1445 for line in ReadDictionary: | |
1446 line = line.replace("s", "S") | |
1447 if line.__contains__("S"): | |
1448 Word.append(line.replace('\n', '')) | |
1449 | |
1450 ReadDictionary = open(dictionary, 'r') | |
1451 for line in ReadDictionary: | |
1452 line = line.replace("t", "T", 1) | |
1453 if line.__contains__("T"): | |
1454 Word.append(line.replace('\n', '')) | |
1455 | |
1456 ReadDictionary = open(dictionary, 'r') | |
1457 for line in ReadDictionary: | |
1458 line = line.replace("t", "T") | |
1459 if line.__contains__("T"): | |
1460 Word.append(line.replace('\n', '')) | |
1461 | |
1462 ReadDictionary = open(dictionary, 'r') | |
1463 for line in ReadDictionary: | |
1464 line = line.replace("u", "U", 1) | |
1465 if line.__contains__("U"): | |
1466 Word.append(line.replace('\n', '')) | |
1467 | |
1468 ReadDictionary = open(dictionary, 'r') | |
1469 for line in ReadDictionary: | |
1470 line = line.replace("u", "U") | |
1471 if line.__contains__("U"): | |
1472 Word.append(line.replace('\n', '')) | |
1473 | |
1474 ReadDictionary = open(dictionary, 'r') | |
1475 for line in ReadDictionary: | |
1476 line = line.replace("v", "V", 1) | |
1477 if line.__contains__("V"): | |
1478 Word.append(line.replace('\n', '')) | |
1479 | |
1480 ReadDictionary = open(dictionary, 'r') | |
1481 for line in ReadDictionary: | |
1482 line = line.replace("v", "V") | |
1483 if line.__contains__("V"): | |
1484 Word.append(line.replace('\n', '')) | |
1485 | |
1486 ReadDictionary = open(dictionary, 'r') | |
1487 for line in ReadDictionary: | |
1488 line = line.replace("w", "W", 1) | |
1489 if line.__contains__("W"): | |
1490 Word.append(line.replace('\n', '')) | |
1491 | |
1492 ReadDictionary = open(dictionary, 'r') | |
1493 for line in ReadDictionary: | |
1494 line = line.replace("w", "W") | |
1495 if line.__contains__("W"): | |
1496 Word.append(line.replace('\n', '')) | |
1497 | |
1498 ReadDictionary = open(dictionary, 'r') | |
1499 for line in ReadDictionary: | |
1500 line = line.replace("x", "X", 1) | |
1501 if line.__contains__("X"): | |
1502 Word.append(line.replace('\n', '')) | |
1503 | |
1504 ReadDictionary = open(dictionary, 'r') | |
1505 for line in ReadDictionary: | |
1506 line = line.replace("x", "X") | |
1507 if line.__contains__("X"): | |
1508 Word.append(line.replace('\n', '')) | |
1509 | |
1510 ReadDictionary = open(dictionary, 'r') | |
1511 for line in ReadDictionary: | |
1512 line = line.replace("y", "Y", 1) | |
1513 if line.__contains__("Y"): | |
1514 Word.append(line.replace('\n', '')) | |
1515 | |
1516 ReadDictionary = open(dictionary, 'r') | |
1517 for line in ReadDictionary: | |
1518 line = line.replace("y", "Y") | |
1519 if line.__contains__("Y"): | |
1520 Word.append(line.replace('\n', '')) | |
1521 | |
1522 ReadDictionary = open(dictionary, 'r') | |
1523 for line in ReadDictionary: | |
1524 line = line.replace("z", "Z", 1) | |
1525 if line.__contains__("Z"): | |
1526 Word.append(line.replace('\n', '')) | |
1527 | |
1528 ReadDictionary = open(dictionary, 'r') | |
1529 for line in ReadDictionary: | |
1530 line = line.replace("z", "Z") | |
1531 if line.__contains__("Z"): | |
1532 Word.append(line.replace('\n', '')) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1533 Word = list(set(Word)) |
697 | 1534 |
1535 def MIX(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1536 global Word |
697 | 1537 for Input in MixChars: |
1538 ReadDictionary = open(dictionary, 'r') | |
1539 for line in ReadDictionary: | |
1540 line = line.replace('\n', '') | |
1541 up = 0 | |
1542 a = "" | |
1543 for let in line: | |
1544 if up <= 1: | |
1545 a += let + Input | |
1546 up = up + 1 | |
1547 else: | |
1548 a += let | |
1549 up = up + 1 | |
1550 Word.append(a) | |
1551 | |
1552 for Input in MixChars: | |
1553 for Input2 in MixChars: | |
1554 ReadDictionary = open(dictionary, 'r') | |
1555 for line in ReadDictionary: | |
1556 line = line.replace('\n', '') | |
1557 up = 0 | |
1558 a = "" | |
1559 for let in line: | |
1560 if up == 1: | |
1561 a += Input + let + Input2 | |
1562 up = up + 1 | |
1563 else: | |
1564 a += let | |
1565 up = up + 1 | |
1566 Word.append(a) | |
1567 | |
1568 for Input in MixChars: | |
1569 ReadDictionary = open(dictionary, 'r') | |
1570 for line in ReadDictionary: | |
1571 line = line.replace('\n', '') | |
1572 a = 0 | |
1573 b = 1 | |
1574 c = "" | |
1575 for let in line: | |
1576 a = a + 1 | |
1577 for let in line: | |
1578 if a != b: | |
1579 b = b + 1 | |
1580 c += let | |
1581 else: | |
1582 c += Input + let | |
1583 Word.append(c) | |
1584 | |
1585 for Input in MixChars: | |
1586 for Input2 in MixChars: | |
1587 ReadDictionary = open(dictionary, 'r') | |
1588 for line in ReadDictionary: | |
1589 line = line.replace('\n', '') | |
1590 a = 0 | |
1591 b = 0 | |
1592 c = "" | |
1593 for let in line: | |
1594 a = a + 1 | |
1595 a = a - 2 | |
1596 for let in line: | |
1597 if b == a: | |
1598 b = b + 1 | |
1599 c += Input + let + Input2 | |
1600 else: | |
1601 c += let | |
1602 b = b + 1 | |
1603 Word.append(c) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1604 Word = list(set(Word)) |
697 | 1605 |
1606 def MD5(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1607 global Word |
697 | 1608 ReadDictionary = open(dictionary, 'r') |
1609 for line in ReadDictionary: | |
1610 Word.append(md5(line.replace('\n', '')).hexdigest()) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1611 Word = list(set(Word)) |
697 | 1612 |
1613 def WEP5(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1614 global Word |
697 | 1615 ReadDictionary = open(dictionary, 'r') |
1616 for line in ReadDictionary: | |
1617 i = 0 | |
1618 for let in line: | |
1619 i += 1 | |
1620 i -= 1 | |
1621 if i == 5: | |
1622 line = line.encode('hex') | |
1623 line = line.replace('\n', '') | |
1624 Word.append(line.replace('0a', '')) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1625 Word = list(set(Word)) |
697 | 1626 |
1627 def WEP13(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1628 global Word |
697 | 1629 ReadDictionary = open(dictionary, 'r') |
1630 for line in ReadDictionary: | |
1631 i = 0 | |
1632 for let in line: | |
1633 i += 1 | |
1634 i -= 1 | |
1635 if i == 13: | |
1636 line = line.encode('hex') | |
1637 line = line.replace('\n', '') | |
1638 Word.append(line.replace('0a', '')) | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1639 Word = list(set(Word)) |
697 | 1640 |
1641 | |
1642 def SOCEN(): | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1643 global Word |
697 | 1644 socen = [] |
1645 socen_a = [] | |
1646 socen_words = [] | |
1647 | |
1648 try: | |
1649 for i in Word: | |
1650 socen_words.append(i.replace('\n', '')) | |
1651 except: | |
1652 pass | |
1653 | |
1654 ReadDictionary = open(dictionary, 'r') | |
1655 for line in ReadDictionary: | |
1656 socen_words.append(line.replace('\n', '')) | |
1657 socen_words = list(set(socen_words)) | |
1658 | |
1659 for i in socen_words: | |
1660 for let in i: | |
1661 try: | |
1662 let += 1 | |
1663 break | |
1664 except: | |
1665 socen_a.append(let) | |
1666 break | |
1667 | |
1668 for a in socen_a: | |
1669 socen_words.append(a) | |
1670 | |
1671 for a in socen_words: | |
1672 x = 0 | |
1673 for let in a: | |
1674 x += 1 | |
1675 if x > 1: | |
1676 Word.append(a) | |
1677 | |
1678 for a in socen_words: | |
1679 for b in socen_words: | |
1680 x = 0 | |
1681 for let in a: | |
1682 x += 1 | |
1683 n = 0 | |
1684 for let in b: | |
1685 n += 1 | |
1686 if x > 1 or n > 1 and a != b: | |
1687 Word.append(a + b) | |
1688 | |
1689 for a in socen_words: | |
1690 for b in socen_words: | |
1691 for c in socen_words: | |
1692 if a != b and a != c and b != c: | |
858
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1693 Word.append(a + b + c) |
fcddd2699d65
added list(set(Word)) to modules. this sorts out duplicates
d3v11 <d3v11@d3v11.ano>
parents:
775
diff
changeset
|
1694 Word = list(set(Word)) |
697 | 1695 |
1696 | |
1697 if RegularSwitch is True: | |
1698 REGULAR() | |
1699 if BWSwitch is True: | |
1700 BW() | |
1701 if CapsSwitch is True: | |
1702 CAPS() | |
1703 if L337Switch is True: | |
1704 L337() | |
1705 if MD5Switch is True: | |
1706 MD5() | |
1707 if wep5 is True: | |
1708 WEP5() | |
1709 if wep13 is True: | |
1710 WEP13() | |
1711 if SESwitch is True: | |
1712 SOCEN() | |
1713 | |
1714 DoMix = False | |
1715 if AlphaSwitch is True: | |
1716 DoMix = True | |
1717 if NumberSwitch is True: | |
1718 DoMix = True | |
1719 if SpecialSwitch is True: | |
1720 DoMix = True | |
1721 if MixCustom != None and MixCustom != "None": | |
1722 DoMix = True | |
1723 if DoMix is True: | |
1724 MIX() | |
1725 | |
1726 User = [] | |
1727 if UserSwitch == True: | |
1728 UserCount = 0 | |
1729 ReadUsernames = open(usernames, 'r') | |
1730 for line in ReadUsernames: | |
1731 User.append(line.replace('\n', '')) | |
1732 UserCount += 1 | |
1733 else: | |
1734 User.append("") | |
1735 UserCount = 1 | |
1736 | |
1737 if not Word: | |
1738 sys.exit(SpliceX + "error: compiled empty wordlist") | |
1739 | |
711 | 1740 Word = list(set(Word)) |
697 | 1741 ShowWord = [] |
1742 PassWd = [] | |
1743 for Input in Word: | |
1744 ShowWord.append(Input) | |
1745 c = "" | |
1746 for let in Input: | |
1747 c += "\\\\\\" + let | |
1748 PassWd.append(c) | |
1749 | |
711 | 1750 timeup = 0 |
1751 PassAmount = 0 | |
1752 StartTime = time.time() - 1 | |
697 | 1753 if TIME != None: |
1754 try: | |
1755 TIME = TIME.split(", ") | |
1756 sleep_now = int(TIME[0]) | |
1757 sleep_for = int(TIME[1]) | |
1758 | |
1759 except: | |
1760 sys.exit(SpliceX + "error: invalid --time arguments") | |
1761 | |
1762 else: | |
1763 sleep_now = 0 | |
1764 sleep_for = 0 | |
1765 | |
1766 if LENGTH != None: | |
1767 try: | |
1768 LENGTH = LENGTH.split(", ") | |
1769 length_start = int(LENGTH[0]) | |
1770 length_end = int(LENGTH[1]) | |
1771 if length_end > 10: | |
1772 length_end = 10 | |
1773 if ExhSwitch is True: | |
1774 length_start -= 1 | |
1775 length_end -= 1 | |
1776 | |
1777 except: | |
1778 sys.exit(SpliceX + " error: invalid --char-length arguments") | |
1779 | |
1780 else: | |
1781 length_start = 0 | |
1782 length_end = 10 | |
1783 | |
711 | 1784 WordCount = 0 |
1785 for CountWords in ShowWord: | |
1786 WordCount += 1 | |
1787 | |
697 | 1788 def BF1(): |
711 | 1789 global timeup, PassAmount |
697 | 1790 for u in range(StateU, UserCount): |
1791 for x in range(StateW, WordCount): | |
1792 if SaveSwitch is True: | |
1793 WriteSave = [] | |
1794 FILE = open(save, 'w') | |
1795 WriteSave.append(str(cmd)) | |
1796 WriteSave.append(str(dictionary)) | |
1797 WriteSave.append(str(MixCustom)) | |
1798 WriteSave.append(str(Custom)) | |
1799 WriteSave.append(str(ExhSwitch)) | |
1800 WriteSave.append(str(StdoutSwitch)) | |
1801 WriteSave.append(str(usernames)) | |
1802 WriteSave.append(str(UserSwitch)) | |
1803 WriteSave.append(str(AlphaSwitch)) | |
1804 WriteSave.append(str(BWSwitch)) | |
1805 WriteSave.append(str(CapsSwitch)) | |
1806 WriteSave.append(str(L337Switch)) | |
1807 WriteSave.append(str(MD5Switch)) | |
1808 WriteSave.append(str(NumberSwitch)) | |
1809 WriteSave.append(str(RegularSwitch)) | |
1810 WriteSave.append(str(SpecialSwitch)) | |
1811 WriteSave.append(str(Letters)) | |
1812 WriteSave.append(str(Numbers)) | |
1813 WriteSave.append(str(Specials)) | |
1814 WriteSave.append(str(wep5)) | |
1815 WriteSave.append(str(wep13)) | |
1816 WriteSave.append(str(SESwitch)) | |
1817 WriteSave.append(str(u)) | |
1818 WriteSave.append(str(x)) | |
1819 for WriteStates in WriteSave: | |
1820 FILE.write(WriteStates + "\n") | |
1821 FILE.close() | |
1822 Timer = int(round(float(time.time() - StartTime))) | |
1823 Speed = PassAmount / Timer | |
1824 NewShowWord = ShowWord[x] | |
1825 NewPassWd = PassWd[x] | |
1826 timeup += 1 | |
1827 if timeup == sleep_now: | |
1828 time.sleep(sleep_for) | |
1829 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
1830 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 1831 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
1832 if test == None: | |
1833 print(output) | |
1834 elif output.__contains__(test): | |
1835 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
1836 else: | |
1837 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
1838 PassAmount += 1 |
697 | 1839 |
1840 def BF2(): | |
711 | 1841 global timeup, PassAmount |
697 | 1842 for u in range(StateU, UserCount): |
1843 for a in range(StateA, EndCount): | |
1844 for x in range(StateW, WordCount): | |
1845 if SaveSwitch is True: | |
1846 WriteSave = [] | |
1847 FILE = open(save, 'w') | |
1848 WriteSave.append(str(cmd)) | |
1849 WriteSave.append(str(dictionary)) | |
1850 WriteSave.append(str(MixCustom)) | |
1851 WriteSave.append(str(Custom)) | |
1852 WriteSave.append(str(ExhSwitch)) | |
1853 WriteSave.append(str(StdoutSwitch)) | |
1854 WriteSave.append(str(usernames)) | |
1855 WriteSave.append(str(UserSwitch)) | |
1856 WriteSave.append(str(AlphaSwitch)) | |
1857 WriteSave.append(str(BWSwitch)) | |
1858 WriteSave.append(str(CapsSwitch)) | |
1859 WriteSave.append(str(L337Switch)) | |
1860 WriteSave.append(str(MD5Switch)) | |
1861 WriteSave.append(str(NumberSwitch)) | |
1862 WriteSave.append(str(RegularSwitch)) | |
1863 WriteSave.append(str(SpecialSwitch)) | |
1864 WriteSave.append(str(Letters)) | |
1865 WriteSave.append(str(Numbers)) | |
1866 WriteSave.append(str(Specials)) | |
1867 WriteSave.append(str(wep5)) | |
1868 WriteSave.append(str(wep13)) | |
1869 WriteSave.append(str(SESwitch)) | |
1870 WriteSave.append(str(u)) | |
1871 WriteSave.append(str(x)) | |
1872 WriteSave.append(str(a)) | |
1873 for WriteStates in WriteSave: | |
1874 FILE.write(WriteStates + "\n") | |
1875 FILE.close() | |
1876 Timer = int(round(float(time.time() - StartTime))) | |
1877 Speed = PassAmount / Timer | |
1878 NewShowWord = Char1[a] + ShowWord[x] | |
1879 NewPassWd = Char2[a] + PassWd[x] | |
1880 timeup += 1 | |
1881 if timeup == sleep_now: | |
1882 time.sleep(sleep_for) | |
1883 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
1884 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 1885 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
1886 if test == None: | |
1887 print(output) | |
1888 elif output.__contains__(test): | |
1889 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
1890 else: | |
1891 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
1892 PassAmount += 1 |
697 | 1893 |
1894 if ExhSwitch is False: | |
1895 Timer = int(round(float(time.time() - StartTime))) | |
1896 Speed = PassAmount / Timer | |
1897 NewShowWord = ShowWord[x] + Char1[a] | |
1898 NewPassWd = PassWd[x] + Char2[a] | |
1899 timeup += 1 | |
1900 if timeup == sleep_now: | |
1901 time.sleep(sleep_for) | |
1902 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
1903 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 1904 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
1905 if test == None: | |
1906 print(output) | |
1907 elif output.__contains__(test): | |
1908 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
1909 else: | |
1910 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
1911 PassAmount += 1 |
697 | 1912 |
1913 def BF3(): | |
711 | 1914 global timeup, PassAmount |
697 | 1915 for u in range(StateU, UserCount): |
1916 for a in range(StateA, EndCount): | |
1917 for b in range(StateB, EndCount): | |
1918 for x in range(StateW, WordCount): | |
1919 if SaveSwitch is True: | |
1920 WriteSave = [] | |
1921 FILE = open(save, 'w') | |
1922 WriteSave.append(str(cmd)) | |
1923 WriteSave.append(str(dictionary)) | |
1924 WriteSave.append(str(MixCustom)) | |
1925 WriteSave.append(str(Custom)) | |
1926 WriteSave.append(str(ExhSwitch)) | |
1927 WriteSave.append(str(StdoutSwitch)) | |
1928 WriteSave.append(str(usernames)) | |
1929 WriteSave.append(str(UserSwitch)) | |
1930 WriteSave.append(str(AlphaSwitch)) | |
1931 WriteSave.append(str(BWSwitch)) | |
1932 WriteSave.append(str(CapsSwitch)) | |
1933 WriteSave.append(str(L337Switch)) | |
1934 WriteSave.append(str(MD5Switch)) | |
1935 WriteSave.append(str(NumberSwitch)) | |
1936 WriteSave.append(str(RegularSwitch)) | |
1937 WriteSave.append(str(SpecialSwitch)) | |
1938 WriteSave.append(str(Letters)) | |
1939 WriteSave.append(str(Numbers)) | |
1940 WriteSave.append(str(Specials)) | |
1941 WriteSave.append(str(wep5)) | |
1942 WriteSave.append(str(wep13)) | |
1943 WriteSave.append(str(SESwitch)) | |
1944 WriteSave.append(str(u)) | |
1945 WriteSave.append(str(x)) | |
1946 WriteSave.append(str(a)) | |
1947 WriteSave.append(str(b)) | |
1948 for WriteStates in WriteSave: | |
1949 FILE.write(WriteStates + "\n") | |
1950 FILE.close() | |
1951 Timer = int(round(float(time.time() - StartTime))) | |
1952 Speed = PassAmount / Timer | |
1953 NewShowWord = Char1[a] + ShowWord[x] + Char1[b] | |
1954 NewPassWd = Char2[a] + PassWd[x] + Char2[b] | |
1955 timeup += 1 | |
1956 if timeup == sleep_now: | |
1957 time.sleep(sleep_for) | |
1958 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
1959 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 1960 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
1961 if test == None: | |
1962 print(output) | |
1963 elif output.__contains__(test): | |
1964 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
1965 else: | |
1966 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
1967 PassAmount += 1 |
697 | 1968 |
1969 if ExhSwitch is False: | |
1970 Timer = int(round(float(time.time() - StartTime))) | |
1971 Speed = PassAmount / Timer | |
1972 NewShowWord = Char1[a] + Char1[b] + ShowWord[x] | |
1973 NewPassWd = Char2[a] + Char2[b] + PassWd[x] | |
1974 timeup += 1 | |
1975 if timeup == sleep_now: | |
1976 time.sleep(sleep_for) | |
1977 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
1978 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 1979 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
1980 if test == None: | |
1981 print(output) | |
1982 elif output.__contains__(test): | |
1983 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
1984 else: | |
1985 print(output) | |
1986 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
1987 |
697 | 1988 Timer = int(round(float(time.time() - StartTime))) |
1989 Speed = PassAmount / Timer | |
1990 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] | |
1991 NewPassWd = PassWd[x] + Char2[b] + Char2[a] | |
1992 timeup += 1 | |
1993 if timeup == sleep_now: | |
1994 time.sleep(sleep_for) | |
1995 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
1996 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 1997 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
1998 if test == None: | |
1999 print(output) | |
2000 elif output.__contains__(test): | |
2001 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2002 else: | |
2003 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2004 PassAmount += 1 |
697 | 2005 |
2006 def BF4(): | |
711 | 2007 global timeup, PassAmount |
697 | 2008 for u in range(StateU, UserCount): |
2009 for a in range(StateA, EndCount): | |
2010 for b in range(StateB, EndCount): | |
2011 for c in range(StateC, EndCount): | |
2012 for x in range(StateW, WordCount): | |
2013 if SaveSwitch is True: | |
2014 WriteSave = [] | |
2015 FILE = open(save, 'w') | |
2016 WriteSave.append(str(cmd)) | |
2017 WriteSave.append(str(dictionary)) | |
2018 WriteSave.append(str(MixCustom)) | |
2019 WriteSave.append(str(Custom)) | |
2020 WriteSave.append(str(ExhSwitch)) | |
2021 WriteSave.append(str(StdoutSwitch)) | |
2022 WriteSave.append(str(usernames)) | |
2023 WriteSave.append(str(UserSwitch)) | |
2024 WriteSave.append(str(AlphaSwitch)) | |
2025 WriteSave.append(str(BWSwitch)) | |
2026 WriteSave.append(str(CapsSwitch)) | |
2027 WriteSave.append(str(L337Switch)) | |
2028 WriteSave.append(str(MD5Switch)) | |
2029 WriteSave.append(str(NumberSwitch)) | |
2030 WriteSave.append(str(RegularSwitch)) | |
2031 WriteSave.append(str(SpecialSwitch)) | |
2032 WriteSave.append(str(Letters)) | |
2033 WriteSave.append(str(Numbers)) | |
2034 WriteSave.append(str(Specials)) | |
2035 WriteSave.append(str(wep5)) | |
2036 WriteSave.append(str(wep13)) | |
2037 WriteSave.append(str(SESwitch)) | |
2038 WriteSave.append(str(u)) | |
2039 WriteSave.append(str(x)) | |
2040 WriteSave.append(str(a)) | |
2041 WriteSave.append(str(b)) | |
2042 WriteSave.append(str(c)) | |
2043 for WriteStates in WriteSave: | |
2044 FILE.write(WriteStates + "\n") | |
2045 FILE.close() | |
2046 Timer = int(round(float(time.time() - StartTime))) | |
2047 Speed = PassAmount / Timer | |
2048 NewShowWord = Char1[c] + Char1[a] + ShowWord[x] + Char1[b] | |
2049 NewPassWd = Char2[c] + Char2[a] + PassWd[x] + Char2[b] | |
2050 timeup += 1 | |
2051 if timeup == sleep_now: | |
2052 time.sleep(sleep_for) | |
2053 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2054 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2055 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2056 if test == None: | |
2057 print(output) | |
2058 elif output.__contains__(test): | |
2059 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2060 else: | |
2061 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2062 PassAmount += 1 |
697 | 2063 |
2064 if ExhSwitch is False: | |
2065 Timer = int(round(float(time.time() - StartTime))) | |
2066 Speed = PassAmount / Timer | |
2067 NewShowWord = Char1[b] + ShowWord[x] + Char1[a] + Char1[c] | |
2068 NewPassWd = Char2[b] + PassWd[x] + Char2[a] + Char2[c] | |
2069 timeup += 1 | |
2070 if timeup == sleep_now: | |
2071 time.sleep(sleep_for) | |
2072 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2073 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2074 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2075 if test == None: | |
2076 print(output) | |
2077 elif output.__contains__(test): | |
2078 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2079 else: | |
2080 print(output) | |
2081 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2082 |
697 | 2083 Timer = int(round(float(time.time() - StartTime))) |
2084 Speed = PassAmount / Timer | |
2085 NewShowWord = Char1[c] + Char1[a] + Char1[b] + ShowWord[x] | |
2086 NewPassWd = Char2[c] + Char2[a] + Char2[b] + PassWd[x] | |
2087 timeup += 1 | |
2088 if timeup == sleep_now: | |
2089 time.sleep(sleep_for) | |
2090 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2091 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2092 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2093 if test == None: | |
2094 print(output) | |
2095 elif output.__contains__(test): | |
2096 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2097 else: | |
2098 print(output) | |
2099 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2100 |
697 | 2101 Timer = int(round(float(time.time() - StartTime))) |
2102 Speed = PassAmount / Timer | |
2103 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] + Char1[c] | |
2104 NewPassWd = PassWd[x] + Char2[b] + Char2[a] + Char2[c] | |
2105 timeup += 1 | |
2106 if timeup == sleep_now: | |
2107 time.sleep(sleep_for) | |
2108 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2109 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2110 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2111 if test == None: | |
2112 print(output) | |
2113 elif output.__contains__(test): | |
2114 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2115 else: | |
2116 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2117 PassAmount += 1 |
697 | 2118 |
2119 def BF5(): | |
711 | 2120 global timeup, PassAmount |
697 | 2121 for u in range(StateU, UserCount): |
2122 for a in range(StateA, EndCount): | |
2123 for b in range(StateB, EndCount): | |
2124 for c in range(StateC, EndCount): | |
2125 for d in range(StateD, EndCount): | |
2126 for x in range(StateW, WordCount): | |
2127 if SaveSwitch is True: | |
2128 WriteSave = [] | |
2129 FILE = open(save, 'w') | |
2130 WriteSave.append(str(cmd)) | |
2131 WriteSave.append(str(dictionary)) | |
2132 WriteSave.append(str(MixCustom)) | |
2133 WriteSave.append(str(Custom)) | |
2134 WriteSave.append(str(ExhSwitch)) | |
2135 WriteSave.append(str(StdoutSwitch)) | |
2136 WriteSave.append(str(usernames)) | |
2137 WriteSave.append(str(UserSwitch)) | |
2138 WriteSave.append(str(AlphaSwitch)) | |
2139 WriteSave.append(str(BWSwitch)) | |
2140 WriteSave.append(str(CapsSwitch)) | |
2141 WriteSave.append(str(L337Switch)) | |
2142 WriteSave.append(str(MD5Switch)) | |
2143 WriteSave.append(str(NumberSwitch)) | |
2144 WriteSave.append(str(RegularSwitch)) | |
2145 WriteSave.append(str(SpecialSwitch)) | |
2146 WriteSave.append(str(Letters)) | |
2147 WriteSave.append(str(Numbers)) | |
2148 WriteSave.append(str(Specials)) | |
2149 WriteSave.append(str(wep5)) | |
2150 WriteSave.append(str(wep13)) | |
2151 WriteSave.append(str(SESwitch)) | |
2152 WriteSave.append(str(u)) | |
2153 WriteSave.append(str(x)) | |
2154 WriteSave.append(str(a)) | |
2155 WriteSave.append(str(b)) | |
2156 WriteSave.append(str(c)) | |
2157 WriteSave.append(str(d)) | |
2158 for WriteStates in WriteSave: | |
2159 FILE.write(WriteStates + "\n") | |
2160 FILE.close() | |
2161 Timer = int(round(float(time.time() - StartTime))) | |
2162 Speed = PassAmount / Timer | |
2163 NewShowWord = Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] | |
2164 NewPassWd = Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] | |
2165 timeup += 1 | |
2166 if timeup == sleep_now: | |
2167 time.sleep(sleep_for) | |
2168 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2169 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2170 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2171 if test == None: | |
2172 print(output) | |
2173 elif output.__contains__(test): | |
2174 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2175 else: | |
2176 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2177 PassAmount += 1 |
697 | 2178 |
2179 if ExhSwitch is False: | |
2180 Timer = int(round(float(time.time() - StartTime))) | |
2181 Speed = PassAmount / Timer | |
2182 NewShowWord = Char1[c] + Char1[a] + Char1[b] + Char1[d] + ShowWord[x] | |
2183 NewPassWd = Char2[c] + Char2[a] + Char2[b] + Char2[d] + PassWd[x] | |
2184 timeup += 1 | |
2185 if timeup == sleep_now: | |
2186 time.sleep(sleep_for) | |
2187 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2188 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2189 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2190 if test == None: | |
2191 print(output) | |
2192 elif output.__contains__(test): | |
2193 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2194 else: | |
2195 print(output) | |
2196 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2197 |
697 | 2198 Timer = int(round(float(time.time() - StartTime))) |
2199 Speed = PassAmount / Timer | |
2200 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] | |
2201 NewPassWd = PassWd[x] + Char2[d] + Char2[b] + Char2[a] + Char2[c] | |
2202 timeup += 1 | |
2203 if timeup == sleep_now: | |
2204 time.sleep(sleep_for) | |
2205 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2206 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2207 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2208 if test == None: | |
2209 print(output) | |
2210 elif output.__contains__(test): | |
2211 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2212 else: | |
2213 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2214 PassAmount += 1 |
697 | 2215 |
2216 def BF6(): | |
711 | 2217 global timeup, PassAmount |
697 | 2218 for u in range(StateU, UserCount): |
2219 for a in range(StateA, EndCount): | |
2220 for b in range(StateB, EndCount): | |
2221 for c in range(StateC, EndCount): | |
2222 for d in range(StateD, EndCount): | |
2223 for e in range(StateE, EndCount): | |
2224 for x in range(StateW, WordCount): | |
2225 if SaveSwitch is True: | |
2226 WriteSave = [] | |
2227 FILE = open(save, 'w') | |
2228 WriteSave.append(str(cmd)) | |
2229 WriteSave.append(str(dictionary)) | |
2230 WriteSave.append(str(MixCustom)) | |
2231 WriteSave.append(str(Custom)) | |
2232 WriteSave.append(str(ExhSwitch)) | |
2233 WriteSave.append(str(StdoutSwitch)) | |
2234 WriteSave.append(str(usernames)) | |
2235 WriteSave.append(str(UserSwitch)) | |
2236 WriteSave.append(str(AlphaSwitch)) | |
2237 WriteSave.append(str(BWSwitch)) | |
2238 WriteSave.append(str(CapsSwitch)) | |
2239 WriteSave.append(str(L337Switch)) | |
2240 WriteSave.append(str(MD5Switch)) | |
2241 WriteSave.append(str(NumberSwitch)) | |
2242 WriteSave.append(str(RegularSwitch)) | |
2243 WriteSave.append(str(SpecialSwitch)) | |
2244 WriteSave.append(str(Letters)) | |
2245 WriteSave.append(str(Numbers)) | |
2246 WriteSave.append(str(Specials)) | |
2247 WriteSave.append(str(wep5)) | |
2248 WriteSave.append(str(wep13)) | |
2249 WriteSave.append(str(SESwitch)) | |
2250 WriteSave.append(str(u)) | |
2251 WriteSave.append(str(x)) | |
2252 WriteSave.append(str(a)) | |
2253 WriteSave.append(str(b)) | |
2254 WriteSave.append(str(c)) | |
2255 WriteSave.append(str(d)) | |
2256 WriteSave.append(str(e)) | |
2257 for WriteStates in WriteSave: | |
2258 FILE.write(WriteStates + "\n") | |
2259 FILE.close() | |
2260 Timer = int(round(float(time.time() - StartTime))) | |
2261 Speed = PassAmount / Timer | |
2262 NewShowWord = Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] | |
2263 NewPassWd = Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] | |
2264 timeup += 1 | |
2265 if timeup == sleep_now: | |
2266 time.sleep(sleep_for) | |
2267 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2268 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2269 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2270 if test == None: | |
2271 print(output) | |
2272 elif output.__contains__(test): | |
2273 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2274 else: | |
2275 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2276 PassAmount += 1 |
697 | 2277 |
2278 if ExhSwitch is False: | |
2279 Timer = int(round(float(time.time() - StartTime))) | |
2280 Speed = PassAmount / Timer | |
2281 NewShowWord = Char1[d] + Char1[b] + ShowWord[x] + Char1[a] + Char1[c] + Char1[e] | |
2282 NewPassWd = Char2[d] + Char2[b] + PassWd[x] + Char2[a] + Char2[c] + Char2[e] | |
2283 timeup += 1 | |
2284 if timeup == sleep_now: | |
2285 time.sleep(sleep_for) | |
2286 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2287 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2288 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2289 if test == None: | |
2290 print(output) | |
2291 elif output.__contains__(test): | |
2292 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2293 else: | |
2294 print(output) | |
2295 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2296 |
697 | 2297 Timer = int(round(float(time.time() - StartTime))) |
2298 Speed = PassAmount / Timer | |
2299 NewShowWord = Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + ShowWord[x] | |
2300 NewPassWd = Char2[e] + Char2[c] + Char2[a] + Char2[b] + Char2[d] + PassWd[x] | |
2301 timeup += 1 | |
2302 if timeup == sleep_now: | |
2303 time.sleep(sleep_for) | |
2304 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2305 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2306 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2307 if test == None: | |
2308 print(output) | |
2309 elif output.__contains__(test): | |
2310 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2311 else: | |
2312 print(output) | |
2313 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2314 |
697 | 2315 Timer = int(round(float(time.time() - StartTime))) |
2316 Speed = PassAmount / Timer | |
2317 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] | |
2318 NewPassWd = PassWd[x] + Char2[d] + Char2[b] + Char2[a] + Char2[c] + Char2[e] | |
2319 timeup += 1 | |
2320 if timeup == sleep_now: | |
2321 time.sleep(sleep_for) | |
2322 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2323 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2324 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2325 if test == None: | |
2326 print(output) | |
2327 elif output.__contains__(test): | |
2328 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2329 else: | |
2330 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2331 PassAmount += 1 |
697 | 2332 |
2333 def BF7(): | |
711 | 2334 global timeup, PassAmount |
697 | 2335 for u in range(StateU, UserCount): |
2336 for a in range(StateA, EndCount): | |
2337 for b in range(StateB, EndCount): | |
2338 for c in range(StateC, EndCount): | |
2339 for d in range(StateD, EndCount): | |
2340 for e in range(StateE, EndCount): | |
2341 for f in range(StateF, EndCount): | |
2342 for x in range(StateW, WordCount): | |
2343 if SaveSwitch is True: | |
2344 WriteSave = [] | |
2345 FILE = open(save, 'w') | |
2346 WriteSave.append(str(cmd)) | |
2347 WriteSave.append(str(dictionary)) | |
2348 WriteSave.append(str(MixCustom)) | |
2349 WriteSave.append(str(Custom)) | |
2350 WriteSave.append(str(ExhSwitch)) | |
2351 WriteSave.append(str(StdoutSwitch)) | |
2352 WriteSave.append(str(usernames)) | |
2353 WriteSave.append(str(UserSwitch)) | |
2354 WriteSave.append(str(AlphaSwitch)) | |
2355 WriteSave.append(str(BWSwitch)) | |
2356 WriteSave.append(str(CapsSwitch)) | |
2357 WriteSave.append(str(L337Switch)) | |
2358 WriteSave.append(str(MD5Switch)) | |
2359 WriteSave.append(str(NumberSwitch)) | |
2360 WriteSave.append(str(RegularSwitch)) | |
2361 WriteSave.append(str(SpecialSwitch)) | |
2362 WriteSave.append(str(Letters)) | |
2363 WriteSave.append(str(Numbers)) | |
2364 WriteSave.append(str(Specials)) | |
2365 WriteSave.append(str(wep5)) | |
2366 WriteSave.append(str(wep13)) | |
2367 WriteSave.append(str(SESwitch)) | |
2368 WriteSave.append(str(u)) | |
2369 WriteSave.append(str(x)) | |
2370 WriteSave.append(str(a)) | |
2371 WriteSave.append(str(b)) | |
2372 WriteSave.append(str(c)) | |
2373 WriteSave.append(str(d)) | |
2374 WriteSave.append(str(e)) | |
2375 WriteSave.append(str(f)) | |
2376 for WriteStates in WriteSave: | |
2377 FILE.write(WriteStates + "\n") | |
2378 FILE.close() | |
2379 Timer = int(round(float(time.time() - StartTime))) | |
2380 Speed = PassAmount / Timer | |
2381 NewShowWord = Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] | |
2382 NewPassWd = Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] + Char2[f] | |
2383 timeup += 1 | |
2384 if timeup == sleep_now: | |
2385 time.sleep(sleep_for) | |
2386 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2387 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2388 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2389 if test == None: | |
2390 print(output) | |
2391 elif output.__contains__(test): | |
2392 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2393 else: | |
2394 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2395 PassAmount += 1 |
697 | 2396 |
2397 if ExhSwitch is False: | |
2398 Timer = int(round(float(time.time() - StartTime))) | |
2399 Speed = PassAmount / Timer | |
2400 NewShowWord = Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + Char1[f] + ShowWord[x] | |
2401 NewPassWd = Char2[e] + Char2[c] + Char2[a] + Char2[b] + Char2[d] + Char2[f] + PassWd[x] | |
2402 timeup += 1 | |
2403 if timeup == sleep_now: | |
2404 time.sleep(sleep_for) | |
2405 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2406 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2407 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2408 if test == None: | |
2409 print(output) | |
2410 elif output.__contains__(test): | |
2411 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2412 else: | |
2413 print(output) | |
2414 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2415 |
697 | 2416 Timer = int(round(float(time.time() - StartTime))) |
2417 Speed = PassAmount / Timer | |
2418 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] | |
2419 NewPassWd = PassWd[x] + Char2[f] + Char2[d] + Char2[b] + Char2[a] + Char2[c] + Char2[e] | |
2420 timeup += 1 | |
2421 if timeup == sleep_now: | |
2422 time.sleep(sleep_for) | |
2423 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2424 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2425 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2426 if test == None: | |
2427 print(output) | |
2428 elif output.__contains__(test): | |
2429 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2430 else: | |
2431 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2432 PassAmount += 1 |
697 | 2433 |
2434 def BF8(): | |
711 | 2435 global timeup, PassAmount |
697 | 2436 for u in range(StateU, UserCount): |
2437 for a in range(StateA, EndCount): | |
2438 for b in range(StateB, EndCount): | |
2439 for c in range(StateC, EndCount): | |
2440 for d in range(StateD, EndCount): | |
2441 for e in range(StateE, EndCount): | |
2442 for f in range(StateF, EndCount): | |
2443 for g in range(StateG, EndCount): | |
2444 for x in range(StateW, WordCount): | |
2445 if SaveSwitch is True: | |
2446 WriteSave = [] | |
2447 FILE = open(save, 'w') | |
2448 WriteSave.append(str(cmd)) | |
2449 WriteSave.append(str(dictionary)) | |
2450 WriteSave.append(str(MixCustom)) | |
2451 WriteSave.append(str(Custom)) | |
2452 WriteSave.append(str(ExhSwitch)) | |
2453 WriteSave.append(str(StdoutSwitch)) | |
2454 WriteSave.append(str(usernames)) | |
2455 WriteSave.append(str(UserSwitch)) | |
2456 WriteSave.append(str(AlphaSwitch)) | |
2457 WriteSave.append(str(BWSwitch)) | |
2458 WriteSave.append(str(CapsSwitch)) | |
2459 WriteSave.append(str(L337Switch)) | |
2460 WriteSave.append(str(MD5Switch)) | |
2461 WriteSave.append(str(NumberSwitch)) | |
2462 WriteSave.append(str(RegularSwitch)) | |
2463 WriteSave.append(str(SpecialSwitch)) | |
2464 WriteSave.append(str(Letters)) | |
2465 WriteSave.append(str(Numbers)) | |
2466 WriteSave.append(str(Specials)) | |
2467 WriteSave.append(str(wep5)) | |
2468 WriteSave.append(str(wep13)) | |
2469 WriteSave.append(str(SESwitch)) | |
2470 WriteSave.append(str(u)) | |
2471 WriteSave.append(str(x)) | |
2472 WriteSave.append(str(a)) | |
2473 WriteSave.append(str(b)) | |
2474 WriteSave.append(str(c)) | |
2475 WriteSave.append(str(d)) | |
2476 WriteSave.append(str(e)) | |
2477 WriteSave.append(str(f)) | |
2478 WriteSave.append(str(g)) | |
2479 for WriteStates in WriteSave: | |
2480 FILE.write(WriteStates + "\n") | |
2481 FILE.close() | |
2482 Timer = int(round(float(time.time() - StartTime))) | |
2483 Speed = PassAmount / Timer | |
2484 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] | |
2485 NewPassWd = Char2[g] + Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] + Char2[f] | |
2486 timeup += 1 | |
2487 if timeup == sleep_now: | |
2488 time.sleep(sleep_for) | |
2489 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2490 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2491 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2492 if test == None: | |
2493 print(output) | |
2494 elif output.__contains__(test): | |
2495 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2496 else: | |
2497 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2498 PassAmount += 1 |
697 | 2499 |
2500 if ExhSwitch is False: | |
2501 Timer = int(round(float(time.time() - StartTime))) | |
2502 Speed = PassAmount / Timer | |
2503 NewShowWord = Char1[f] + Char1[d] + Char1[b] + ShowWord[x] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | |
2504 NewPassWd = Char2[f] + Char2[d] + Char2[b] + PassWd[x] + Char2[a] + Char2[c] + Char2[e] + Char2[g] | |
2505 timeup += 1 | |
2506 if timeup == sleep_now: | |
2507 time.sleep(sleep_for) | |
2508 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2509 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2510 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2511 if test == None: | |
2512 print(output) | |
2513 elif output.__contains__(test): | |
2514 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2515 else: | |
2516 print(output) | |
2517 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2518 |
697 | 2519 Timer = int(round(float(time.time() - StartTime))) |
2520 Speed = PassAmount / Timer | |
2521 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + Char1[f] + ShowWord[x] | |
2522 NewPassWd = Char2[g] + Char2[e] + Char2[c] + Char2[a] + Char2[b] + Char2[d] + Char2[f] + PassWd[x] | |
2523 timeup += 1 | |
2524 if timeup == sleep_now: | |
2525 time.sleep(sleep_for) | |
2526 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2527 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2528 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2529 if test == None: | |
2530 print(output) | |
2531 elif output.__contains__(test): | |
2532 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2533 else: | |
2534 print(output) | |
2535 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2536 |
697 | 2537 Timer = int(round(float(time.time() - StartTime))) |
2538 Speed = PassAmount / Timer | |
2539 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | |
2540 NewPassWd = PassWd[x] + Char2[f] + Char2[d] + Char2[b] + Char2[a] + Char2[c] + Char2[e] + Char2[g] | |
2541 timeup += 1 | |
2542 if timeup == sleep_now: | |
2543 time.sleep(sleep_for) | |
2544 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2545 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2546 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2547 if test == None: | |
2548 print(output) | |
2549 elif output.__contains__(test): | |
2550 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2551 else: | |
2552 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2553 PassAmount += 1 |
697 | 2554 |
2555 def BF9(): | |
711 | 2556 global timeup, PassAmount |
697 | 2557 for u in range(StateU, UserCount): |
2558 for a in range(StateA, EndCount): | |
2559 for b in range(StateB, EndCount): | |
2560 for c in range(StateC, EndCount): | |
2561 for d in range(StateD, EndCount): | |
2562 for e in range(StateE, EndCount): | |
2563 for f in range(StateF, EndCount): | |
2564 for g in range(StateG, EndCount): | |
2565 for h in range(StateH, EndCount): | |
2566 for x in range(StateW, WordCount): | |
2567 if SaveSwitch is True: | |
2568 WriteSave = [] | |
2569 FILE = open(save, 'w') | |
2570 WriteSave.append(str(cmd)) | |
2571 WriteSave.append(str(dictionary)) | |
2572 WriteSave.append(str(MixCustom)) | |
2573 WriteSave.append(str(Custom)) | |
2574 WriteSave.append(str(ExhSwitch)) | |
2575 WriteSave.append(str(StdoutSwitch)) | |
2576 WriteSave.append(str(usernames)) | |
2577 WriteSave.append(str(UserSwitch)) | |
2578 WriteSave.append(str(AlphaSwitch)) | |
2579 WriteSave.append(str(BWSwitch)) | |
2580 WriteSave.append(str(CapsSwitch)) | |
2581 WriteSave.append(str(L337Switch)) | |
2582 WriteSave.append(str(MD5Switch)) | |
2583 WriteSave.append(str(NumberSwitch)) | |
2584 WriteSave.append(str(RegularSwitch)) | |
2585 WriteSave.append(str(SpecialSwitch)) | |
2586 WriteSave.append(str(Letters)) | |
2587 WriteSave.append(str(Numbers)) | |
2588 WriteSave.append(str(Specials)) | |
2589 WriteSave.append(str(wep5)) | |
2590 WriteSave.append(str(wep13)) | |
2591 WriteSave.append(str(SESwitch)) | |
2592 WriteSave.append(str(u)) | |
2593 WriteSave.append(str(x)) | |
2594 WriteSave.append(str(a)) | |
2595 WriteSave.append(str(b)) | |
2596 WriteSave.append(str(c)) | |
2597 WriteSave.append(str(d)) | |
2598 WriteSave.append(str(e)) | |
2599 WriteSave.append(str(f)) | |
2600 WriteSave.append(str(g)) | |
2601 WriteSave.append(str(h)) | |
2602 for WriteStates in WriteSave: | |
2603 FILE.write(WriteStates + "\n") | |
2604 FILE.close() | |
2605 Timer = int(round(float(time.time() - StartTime))) | |
2606 Speed = PassAmount / Timer | |
2607 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] | |
2608 NewPassWd = Char2[g] + Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] + Char2[f] + Char2[h] | |
2609 timeup += 1 | |
2610 if timeup == sleep_now: | |
2611 time.sleep(sleep_for) | |
2612 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2613 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2614 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2615 if test == None: | |
2616 print(output) | |
2617 elif output.__contains__(test): | |
2618 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2619 else: | |
2620 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2621 PassAmount += 1 |
697 | 2622 |
2623 if ExhSwitch is False: | |
2624 Timer = int(round(float(time.time() - StartTime))) | |
2625 Speed = PassAmount / Timer | |
2626 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] +Char1[b] + Char1[d] + Char1[f] + Char1[h] + ShowWord[x] | |
2627 NewPassWd = Char2[g] + Char2[e] + Char2[c] + Char2[a] + Char2[b] + Char2[d] + Char2[f] + Char2[h] + PassWd[x] | |
2628 timeup += 1 | |
2629 if timeup == sleep_now: | |
2630 time.sleep(sleep_for) | |
2631 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2632 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2633 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2634 if test == None: | |
2635 print(output) | |
2636 elif output.__contains__(test): | |
2637 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2638 else: | |
2639 print(output) | |
2640 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2641 |
697 | 2642 Timer = int(round(float(time.time() - StartTime))) |
2643 Speed = PassAmount / Timer | |
2644 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | |
2645 NewPassWd = PassWd[x] + Char2[h] + Char2[f] + Char2[d] + Char2[b] + Char2[a] + Char2[c] + Char2[e] + Char2[g] | |
2646 timeup += 1 | |
2647 if timeup == sleep_now: | |
2648 time.sleep(sleep_for) | |
2649 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2650 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2651 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2652 if test == None: | |
2653 print(output) | |
2654 elif output.__contains__(test): | |
2655 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2656 else: | |
2657 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2658 PassAmount += 1 |
697 | 2659 |
2660 def BF10(): | |
711 | 2661 global timeup, PassAmount |
697 | 2662 for u in range(StateU, UserCount): |
2663 for a in range(StateA, EndCount): | |
2664 for b in range(StateB, EndCount): | |
2665 for c in range(StateC, EndCount): | |
2666 for d in range(StateD, EndCount): | |
2667 for e in range(StateE, EndCount): | |
2668 for f in range(StateF, EndCount): | |
2669 for g in range(StateG, EndCount): | |
2670 for h in range(StateH, EndCount): | |
2671 for i in range(StateI, EndCount): | |
2672 for x in range(StateW, WordCount): | |
2673 if SaveSwitch is True: | |
2674 WriteSave = [] | |
2675 FILE = open(save, 'w') | |
2676 WriteSave.append(str(cmd)) | |
2677 WriteSave.append(str(dictionary)) | |
2678 WriteSave.append(str(MixCustom)) | |
2679 WriteSave.append(str(Custom)) | |
2680 WriteSave.append(str(ExhSwitch)) | |
2681 WriteSave.append(str(StdoutSwitch)) | |
2682 WriteSave.append(str(usernames)) | |
2683 WriteSave.append(str(UserSwitch)) | |
2684 WriteSave.append(str(AlphaSwitch)) | |
2685 WriteSave.append(str(BWSwitch)) | |
2686 WriteSave.append(str(CapsSwitch)) | |
2687 WriteSave.append(str(L337Switch)) | |
2688 WriteSave.append(str(MD5Switch)) | |
2689 WriteSave.append(str(NumberSwitch)) | |
2690 WriteSave.append(str(RegularSwitch)) | |
2691 WriteSave.append(str(SpecialSwitch)) | |
2692 WriteSave.append(str(Letters)) | |
2693 WriteSave.append(str(Numbers)) | |
2694 WriteSave.append(str(Specials)) | |
2695 WriteSave.append(str(wep5)) | |
2696 WriteSave.append(str(wep13)) | |
2697 WriteSave.append(str(SESwitch)) | |
2698 WriteSave.append(str(u)) | |
2699 WriteSave.append(str(x)) | |
2700 WriteSave.append(str(a)) | |
2701 WriteSave.append(str(b)) | |
2702 WriteSave.append(str(c)) | |
2703 WriteSave.append(str(d)) | |
2704 WriteSave.append(str(e)) | |
2705 WriteSave.append(str(f)) | |
2706 WriteSave.append(str(g)) | |
2707 WriteSave.append(str(h)) | |
2708 WriteSave.append(str(i)) | |
2709 for WriteStates in WriteSave: | |
2710 FILE.write(WriteStates + "\n") | |
2711 FILE.close() | |
2712 Timer = int(round(float(time.time() - StartTime))) | |
2713 Speed = PassAmount / Timer | |
2714 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] | |
2715 NewPassWd = Char2[i] + Char2[g] + Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] + Char2[f] + Char2[h] | |
2716 timeup += 1 | |
2717 if timeup == sleep_now: | |
2718 time.sleep(sleep_for) | |
2719 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2720 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2721 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2722 if test == None: | |
2723 print(output) | |
2724 elif output.__contains__(test): | |
2725 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2726 else: | |
2727 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2728 PassAmount += 1 |
697 | 2729 |
2730 if ExhSwitch is False: | |
2731 Timer = int(round(float(time.time() - StartTime))) | |
2732 Speed = PassAmount / Timer | |
2733 NewShowWord = Char1[h] + Char1[f] + Char1[d] + Char1[b] + ShowWord[x] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | |
2734 NewPassWd = Char2[h] + Char2[f] + Char2[d] + Char2[b] + PassWd[x] + Char2[a] + Char2[c] + Char2[e] + Char2[g] + Char2[i] | |
2735 timeup += 1 | |
2736 if timeup == sleep_now: | |
2737 time.sleep(sleep_for) | |
2738 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2739 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2740 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2741 if test == None: | |
2742 print(output) | |
2743 elif output.__contains__(test): | |
2744 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2745 else: | |
2746 print(output) | |
2747 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2748 |
697 | 2749 Timer = int(round(float(time.time() - StartTime))) |
2750 Speed = PassAmount / Timer | |
2751 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] + ShowWord[x] | |
2752 NewPassWd = Char2[i] + Char2[g] + Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] + Char2[f] + Char2[h] + PassWd[x] | |
2753 timeup += 1 | |
2754 if timeup == sleep_now: | |
2755 time.sleep(sleep_for) | |
2756 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2757 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2758 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2759 if test == None: | |
2760 print(output) | |
2761 elif output.__contains__(test): | |
2762 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2763 else: | |
2764 print(output) | |
2765 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2766 |
697 | 2767 Timer = int(round(float(time.time() - StartTime))) |
2768 Speed = PassAmount / Timer | |
2769 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | |
2770 NewPassWd = PassWd[x] + Char2[h] + Char2[f] + Char2[d] + Char2[b] + Char2[a] + Char2[c] + Char2[e] + Char2[g] + Char2[i] | |
2771 timeup += 1 | |
2772 if timeup == sleep_now: | |
2773 time.sleep(sleep_for) | |
2774 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2775 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2776 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2777 if test == None: | |
2778 print(output) | |
2779 elif output.__contains__(test): | |
2780 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2781 else: | |
2782 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2783 PassAmount += 1 |
697 | 2784 |
2785 def BF11(): | |
711 | 2786 global timeup, PassAmount |
697 | 2787 for u in range(StateU, UserCount): |
2788 for a in range(StateA, EndCount): | |
2789 for b in range(StateB, EndCount): | |
2790 for c in range(StateC, EndCount): | |
2791 for d in range(StateD, EndCount): | |
2792 for e in range(StateE, EndCount): | |
2793 for f in range(StateF, EndCount): | |
2794 for g in range(StateG, EndCount): | |
2795 for h in range(StateH, EndCount): | |
2796 for i in range(StateI, EndCount): | |
2797 for j in range(StateJ, EndCount): | |
2798 for x in range(StateW, WordCount): | |
2799 if SaveSwitch is True: | |
2800 WriteSave = [] | |
2801 FILE = open(save, 'w') | |
2802 WriteSave.append(str(cmd)) | |
2803 WriteSave.append(str(dictionary)) | |
2804 WriteSave.append(str(MixCustom)) | |
2805 WriteSave.append(str(Custom)) | |
2806 WriteSave.append(str(ExhSwitch)) | |
2807 WriteSave.append(str(StdoutSwitch)) | |
2808 WriteSave.append(str(usernames)) | |
2809 WriteSave.append(str(UserSwitch)) | |
2810 WriteSave.append(str(AlphaSwitch)) | |
2811 WriteSave.append(str(BWSwitch)) | |
2812 WriteSave.append(str(CapsSwitch)) | |
2813 WriteSave.append(str(L337Switch)) | |
2814 WriteSave.append(str(MD5Switch)) | |
2815 WriteSave.append(str(NumberSwitch)) | |
2816 WriteSave.append(str(RegularSwitch)) | |
2817 WriteSave.append(str(SpecialSwitch)) | |
2818 WriteSave.append(str(Letters)) | |
2819 WriteSave.append(str(Numbers)) | |
2820 WriteSave.append(str(Specials)) | |
2821 WriteSave.append(str(wep5)) | |
2822 WriteSave.append(str(wep13)) | |
2823 WriteSave.append(str(SESwitch)) | |
2824 WriteSave.append(str(u)) | |
2825 WriteSave.append(str(x)) | |
2826 WriteSave.append(str(a)) | |
2827 WriteSave.append(str(b)) | |
2828 WriteSave.append(str(c)) | |
2829 WriteSave.append(str(d)) | |
2830 WriteSave.append(str(e)) | |
2831 WriteSave.append(str(f)) | |
2832 WriteSave.append(str(g)) | |
2833 WriteSave.append(str(h)) | |
2834 WriteSave.append(str(i)) | |
2835 WriteSave.append(str(j)) | |
2836 for WriteStates in WriteSave: | |
2837 FILE.write(WriteStates + "\n") | |
2838 FILE.close() | |
2839 Timer = int(round(float(time.time() - StartTime))) | |
2840 Speed = PassAmount / Timer | |
2841 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] + Char1[j] | |
2842 NewPassWd = Char2[i] + Char2[g] + Char2[e] + Char2[c] + Char2[a] + PassWd[x] + Char2[b] + Char2[d] + Char2[f] + Char2[h] + Char2[j] | |
2843 timeup += 1 | |
2844 if timeup == sleep_now: | |
2845 time.sleep(sleep_for) | |
2846 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2847 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2848 cmd = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace('USERNAME', User[u].replace(" ", ""))) |
2849 if test == None: | |
2850 print(output) | |
2851 elif output.__contains__(test): | |
2852 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2853 else: | |
2854 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2855 PassAmount += 1 |
697 | 2856 |
2857 if ExhSwitch is False: | |
2858 Timer = int(round(float(time.time() - StartTime))) | |
2859 Speed = PassAmount / Timer | |
2860 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + Char1[f] + Char1[h] + Char1[j] + ShowWord[x] | |
2861 NewPassWd = Char2[i] + Char2[g] + Char2[e] + Char2[c] + Char2[a] + Char2[b] + Char2[d] + Char2[f] + Char2[h] + Char2[j] + PassWd[x] | |
2862 timeup += 1 | |
2863 if timeup == sleep_now: | |
2864 time.sleep(sleep_for) | |
2865 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2866 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2867 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2868 if test == None: | |
2869 print(output) | |
2870 elif output.__contains__(test): | |
2871 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2872 else: | |
2873 print(output) | |
2874 PassAmount += 1 | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2875 |
697 | 2876 Timer = int(round(float(time.time() - StartTime))) |
2877 Speed = PassAmount / Timer | |
2878 NewShowWord = ShowWord[x] + Char1[j] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | |
2879 NewPassWd = PassWd[x] + Char2[j] + Char2[h] + Char2[f] + Char2[d] + Char2[b] + Char2[a] + Char2[c] + Char2[e] + Char2[g] + Char2[i] | |
2880 timeup += 1 | |
2881 if timeup == sleep_now: | |
2882 time.sleep(sleep_for) | |
2883 timeup = 0 | |
712
59babc5385d5
SpliceX fixed, old coding trim down with patch for --time option
d3v11 <d3v11@d3v11.ano>
parents:
711
diff
changeset
|
2884 print(SpliceX + str(int(round(float(Speed)))) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "")) |
697 | 2885 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read() |
2886 if test == None: | |
2887 print(output) | |
2888 elif output.__contains__(test): | |
2889 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) | |
2890 else: | |
2891 print(output) | |
716
43acae4f178d
Splicex update regarding 'PassAmount'
d3v11 <d3v11@d3v11.ano>
parents:
715
diff
changeset
|
2892 PassAmount += 1 |
697 | 2893 |
2894 def SBF1(): | |
2895 for u in range(StateU, UserCount): | |
2896 for x in range(StateW, WordCount): | |
2897 if SaveSwitch is True: | |
2898 WriteSave = [] | |
2899 FILE = open(save, 'w') | |
2900 WriteSave.append(str(cmd)) | |
2901 WriteSave.append(str(dictionary)) | |
2902 WriteSave.append(str(MixCustom)) | |
2903 WriteSave.append(str(Custom)) | |
2904 WriteSave.append(str(ExhSwitch)) | |
2905 WriteSave.append(str(StdoutSwitch)) | |
2906 WriteSave.append(str(usernames)) | |
2907 WriteSave.append(str(UserSwitch)) | |
2908 WriteSave.append(str(AlphaSwitch)) | |
2909 WriteSave.append(str(BWSwitch)) | |
2910 WriteSave.append(str(CapsSwitch)) | |
2911 WriteSave.append(str(L337Switch)) | |
2912 WriteSave.append(str(MD5Switch)) | |
2913 WriteSave.append(str(NumberSwitch)) | |
2914 WriteSave.append(str(RegularSwitch)) | |
2915 WriteSave.append(str(SpecialSwitch)) | |
2916 WriteSave.append(str(Letters)) | |
2917 WriteSave.append(str(Numbers)) | |
2918 WriteSave.append(str(Specials)) | |
2919 WriteSave.append(str(wep5)) | |
2920 WriteSave.append(str(wep13)) | |
2921 WriteSave.append(str(SESwitch)) | |
2922 WriteSave.append(str(u)) | |
2923 WriteSave.append(str(x)) | |
2924 for WriteStates in WriteSave: | |
2925 FILE.write(WriteStates + "\n") | |
2926 FILE.close() | |
2927 NewShowWord = ShowWord[x] | |
2928 print(NewShowWord.replace(" ", "")) | |
2929 | |
2930 def SBF2(): | |
2931 for u in range(StateU, UserCount): | |
2932 for a in range(StateA, EndCount): | |
2933 for x in range(StateW, WordCount): | |
2934 if SaveSwitch is True: | |
2935 WriteSave = [] | |
2936 FILE = open(save, 'w') | |
2937 WriteSave.append(str(cmd)) | |
2938 WriteSave.append(str(dictionary)) | |
2939 WriteSave.append(str(MixCustom)) | |
2940 WriteSave.append(str(Custom)) | |
2941 WriteSave.append(str(ExhSwitch)) | |
2942 WriteSave.append(str(StdoutSwitch)) | |
2943 WriteSave.append(str(usernames)) | |
2944 WriteSave.append(str(UserSwitch)) | |
2945 WriteSave.append(str(AlphaSwitch)) | |
2946 WriteSave.append(str(BWSwitch)) | |
2947 WriteSave.append(str(CapsSwitch)) | |
2948 WriteSave.append(str(L337Switch)) | |
2949 WriteSave.append(str(MD5Switch)) | |
2950 WriteSave.append(str(NumberSwitch)) | |
2951 WriteSave.append(str(RegularSwitch)) | |
2952 WriteSave.append(str(SpecialSwitch)) | |
2953 WriteSave.append(str(Letters)) | |
2954 WriteSave.append(str(Numbers)) | |
2955 WriteSave.append(str(Specials)) | |
2956 WriteSave.append(str(wep5)) | |
2957 WriteSave.append(str(wep13)) | |
2958 WriteSave.append(str(SESwitch)) | |
2959 WriteSave.append(str(u)) | |
2960 WriteSave.append(str(x)) | |
2961 WriteSave.append(str(a)) | |
2962 for WriteStates in WriteSave: | |
2963 FILE.write(WriteStates + "\n") | |
2964 FILE.close() | |
2965 NewShowWord = Char1[a] + ShowWord[x] | |
2966 print(NewShowWord.replace(" ", "")) | |
2967 | |
2968 if ExhSwitch is False: | |
2969 NewShowWord = ShowWord[x] + Char1[a] | |
2970 print(NewShowWord.replace(" ", "")) | |
2971 | |
2972 def SBF3(): | |
2973 for u in range(StateU, UserCount): | |
2974 for a in range(StateA, EndCount): | |
2975 for b in range(StateB, EndCount): | |
2976 for x in range(StateW, WordCount): | |
2977 if SaveSwitch is True: | |
2978 WriteSave = [] | |
2979 FILE = open(save, 'w') | |
2980 WriteSave.append(str(cmd)) | |
2981 WriteSave.append(str(dictionary)) | |
2982 WriteSave.append(str(MixCustom)) | |
2983 WriteSave.append(str(Custom)) | |
2984 WriteSave.append(str(ExhSwitch)) | |
2985 WriteSave.append(str(StdoutSwitch)) | |
2986 WriteSave.append(str(usernames)) | |
2987 WriteSave.append(str(UserSwitch)) | |
2988 WriteSave.append(str(AlphaSwitch)) | |
2989 WriteSave.append(str(BWSwitch)) | |
2990 WriteSave.append(str(CapsSwitch)) | |
2991 WriteSave.append(str(L337Switch)) | |
2992 WriteSave.append(str(MD5Switch)) | |
2993 WriteSave.append(str(NumberSwitch)) | |
2994 WriteSave.append(str(RegularSwitch)) | |
2995 WriteSave.append(str(SpecialSwitch)) | |
2996 WriteSave.append(str(Letters)) | |
2997 WriteSave.append(str(Numbers)) | |
2998 WriteSave.append(str(Specials)) | |
2999 WriteSave.append(str(wep5)) | |
3000 WriteSave.append(str(wep13)) | |
3001 WriteSave.append(str(SESwitch)) | |
3002 WriteSave.append(str(u)) | |
3003 WriteSave.append(str(x)) | |
3004 WriteSave.append(str(a)) | |
3005 WriteSave.append(str(b)) | |
3006 for WriteStates in WriteSave: | |
3007 FILE.write(WriteStates + "\n") | |
3008 FILE.close() | |
3009 NewShowWord = Char1[a] + ShowWord[x] + Char1[b] | |
3010 print(NewShowWord.replace(" ", "")) | |
3011 | |
3012 if ExhSwitch is False: | |
3013 NewShowWord = Char1[a] + Char1[b] + ShowWord[x] | |
3014 print(NewShowWord.replace(" ", "")) | |
3015 | |
3016 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] | |
3017 print(NewShowWord.replace(" ", "")) | |
3018 | |
3019 def SBF4(): | |
3020 for u in range(StateU, UserCount): | |
3021 for a in range(StateA, EndCount): | |
3022 for b in range(StateB, EndCount): | |
3023 for c in range(StateC, EndCount): | |
3024 for x in range(StateW, WordCount): | |
3025 if SaveSwitch is True: | |
3026 WriteSave = [] | |
3027 FILE = open(save, 'w') | |
3028 WriteSave.append(str(cmd)) | |
3029 WriteSave.append(str(dictionary)) | |
3030 WriteSave.append(str(MixCustom)) | |
3031 WriteSave.append(str(Custom)) | |
3032 WriteSave.append(str(ExhSwitch)) | |
3033 WriteSave.append(str(StdoutSwitch)) | |
3034 WriteSave.append(str(usernames)) | |
3035 WriteSave.append(str(UserSwitch)) | |
3036 WriteSave.append(str(AlphaSwitch)) | |
3037 WriteSave.append(str(BWSwitch)) | |
3038 WriteSave.append(str(CapsSwitch)) | |
3039 WriteSave.append(str(L337Switch)) | |
3040 WriteSave.append(str(MD5Switch)) | |
3041 WriteSave.append(str(NumberSwitch)) | |
3042 WriteSave.append(str(RegularSwitch)) | |
3043 WriteSave.append(str(SpecialSwitch)) | |
3044 WriteSave.append(str(Letters)) | |
3045 WriteSave.append(str(Numbers)) | |
3046 WriteSave.append(str(Specials)) | |
3047 WriteSave.append(str(wep5)) | |
3048 WriteSave.append(str(wep13)) | |
3049 WriteSave.append(str(SESwitch)) | |
3050 WriteSave.append(str(u)) | |
3051 WriteSave.append(str(x)) | |
3052 WriteSave.append(str(a)) | |
3053 WriteSave.append(str(b)) | |
3054 WriteSave.append(str(c)) | |
3055 for WriteStates in WriteSave: | |
3056 FILE.write(WriteStates + "\n") | |
3057 FILE.close() | |
3058 NewShowWord = Char1[c] + Char1[a] + ShowWord[x] + Char1[b] | |
3059 print(NewShowWord.replace(" ", "")) | |
3060 | |
3061 if ExhSwitch is False: | |
3062 NewShowWord = Char1[b] + ShowWord[x] + Char1[a] + Char1[c] | |
3063 print(NewShowWord.replace(" ", "")) | |
3064 | |
3065 NewShowWord = Char1[c] + Char1[a] + Char1[b] + ShowWord[x] | |
3066 print(NewShowWord.replace(" ", "")) | |
3067 | |
3068 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] + Char1[c] | |
3069 print(NewShowWord.replace(" ", "")) | |
3070 | |
3071 def SBF5(): | |
3072 for u in range(StateU, UserCount): | |
3073 for a in range(StateA, EndCount): | |
3074 for b in range(StateB, EndCount): | |
3075 for c in range(StateC, EndCount): | |
3076 for d in range(StateD, EndCount): | |
3077 for x in range(StateW, WordCount): | |
3078 if SaveSwitch is True: | |
3079 WriteSave = [] | |
3080 FILE = open(save, 'w') | |
3081 WriteSave.append(str(cmd)) | |
3082 WriteSave.append(str(dictionary)) | |
3083 WriteSave.append(str(MixCustom)) | |
3084 WriteSave.append(str(Custom)) | |
3085 WriteSave.append(str(ExhSwitch)) | |
3086 WriteSave.append(str(StdoutSwitch)) | |
3087 WriteSave.append(str(usernames)) | |
3088 WriteSave.append(str(UserSwitch)) | |
3089 WriteSave.append(str(AlphaSwitch)) | |
3090 WriteSave.append(str(BWSwitch)) | |
3091 WriteSave.append(str(CapsSwitch)) | |
3092 WriteSave.append(str(L337Switch)) | |
3093 WriteSave.append(str(MD5Switch)) | |
3094 WriteSave.append(str(NumberSwitch)) | |
3095 WriteSave.append(str(RegularSwitch)) | |
3096 WriteSave.append(str(SpecialSwitch)) | |
3097 WriteSave.append(str(Letters)) | |
3098 WriteSave.append(str(Numbers)) | |
3099 WriteSave.append(str(Specials)) | |
3100 WriteSave.append(str(wep5)) | |
3101 WriteSave.append(str(wep13)) | |
3102 WriteSave.append(str(SESwitch)) | |
3103 WriteSave.append(str(u)) | |
3104 WriteSave.append(str(x)) | |
3105 WriteSave.append(str(a)) | |
3106 WriteSave.append(str(b)) | |
3107 WriteSave.append(str(c)) | |
3108 WriteSave.append(str(d)) | |
3109 for WriteStates in WriteSave: | |
3110 FILE.write(WriteStates + "\n") | |
3111 FILE.close() | |
3112 NewShowWord = Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] | |
3113 print(NewShowWord.replace(" ", "")) | |
3114 | |
3115 if ExhSwitch is False: | |
3116 NewShowWord = Char1[c] + Char1[a] + Char1[b] + Char1[d] + ShowWord[x] | |
3117 print(NewShowWord.replace(" ", "")) | |
3118 | |
3119 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] | |
3120 print(NewShowWord.replace(" ", "")) | |
3121 | |
3122 def SBF6(): | |
3123 for u in range(StateU, UserCount): | |
3124 for a in range(StateA, EndCount): | |
3125 for b in range(StateB, EndCount): | |
3126 for c in range(StateC, EndCount): | |
3127 for d in range(StateD, EndCount): | |
3128 for e in range(StateE, EndCount): | |
3129 for x in range(StateW, WordCount): | |
3130 if SaveSwitch is True: | |
3131 WriteSave = [] | |
3132 FILE = open(save, 'w') | |
3133 WriteSave.append(str(cmd)) | |
3134 WriteSave.append(str(dictionary)) | |
3135 WriteSave.append(str(MixCustom)) | |
3136 WriteSave.append(str(Custom)) | |
3137 WriteSave.append(str(ExhSwitch)) | |
3138 WriteSave.append(str(StdoutSwitch)) | |
3139 WriteSave.append(str(usernames)) | |
3140 WriteSave.append(str(UserSwitch)) | |
3141 WriteSave.append(str(AlphaSwitch)) | |
3142 WriteSave.append(str(BWSwitch)) | |
3143 WriteSave.append(str(CapsSwitch)) | |
3144 WriteSave.append(str(L337Switch)) | |
3145 WriteSave.append(str(MD5Switch)) | |
3146 WriteSave.append(str(NumberSwitch)) | |
3147 WriteSave.append(str(RegularSwitch)) | |
3148 WriteSave.append(str(SpecialSwitch)) | |
3149 WriteSave.append(str(Letters)) | |
3150 WriteSave.append(str(Numbers)) | |
3151 WriteSave.append(str(Specials)) | |
3152 WriteSave.append(str(wep5)) | |
3153 WriteSave.append(str(wep13)) | |
3154 WriteSave.append(str(SESwitch)) | |
3155 WriteSave.append(str(u)) | |
3156 WriteSave.append(str(x)) | |
3157 WriteSave.append(str(a)) | |
3158 WriteSave.append(str(b)) | |
3159 WriteSave.append(str(c)) | |
3160 WriteSave.append(str(d)) | |
3161 WriteSave.append(str(e)) | |
3162 for WriteStates in WriteSave: | |
3163 FILE.write(WriteStates + "\n") | |
3164 FILE.close() | |
3165 NewShowWord = Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] | |
3166 print(NewShowWord.replace(" ", "")) | |
3167 | |
3168 if ExhSwitch is False: | |
3169 NewShowWord = Char1[d] + Char1[b] + ShowWord[x] + Char1[a] + Char1[c] + Char1[e] | |
3170 print(NewShowWord.replace(" ", "")) | |
3171 | |
3172 NewShowWord = Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + ShowWord[x] | |
3173 print(NewShowWord.replace(" ", "")) | |
3174 | |
3175 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] | |
3176 print(NewShowWord.replace(" ", "")) | |
3177 | |
3178 def SBF7(): | |
3179 for u in range(StateU, UserCount): | |
3180 for a in range(StateA, EndCount): | |
3181 for b in range(StateB, EndCount): | |
3182 for c in range(StateC, EndCount): | |
3183 for d in range(StateD, EndCount): | |
3184 for e in range(StateE, EndCount): | |
3185 for f in range(StateF, EndCount): | |
3186 for x in range(StateW, WordCount): | |
3187 if SaveSwitch is True: | |
3188 WriteSave = [] | |
3189 FILE = open(save, 'w') | |
3190 WriteSave.append(str(cmd)) | |
3191 WriteSave.append(str(dictionary)) | |
3192 WriteSave.append(str(MixCustom)) | |
3193 WriteSave.append(str(Custom)) | |
3194 WriteSave.append(str(ExhSwitch)) | |
3195 WriteSave.append(str(StdoutSwitch)) | |
3196 WriteSave.append(str(usernames)) | |
3197 WriteSave.append(str(UserSwitch)) | |
3198 WriteSave.append(str(AlphaSwitch)) | |
3199 WriteSave.append(str(BWSwitch)) | |
3200 WriteSave.append(str(CapsSwitch)) | |
3201 WriteSave.append(str(L337Switch)) | |
3202 WriteSave.append(str(MD5Switch)) | |
3203 WriteSave.append(str(NumberSwitch)) | |
3204 WriteSave.append(str(RegularSwitch)) | |
3205 WriteSave.append(str(SpecialSwitch)) | |
3206 WriteSave.append(str(Letters)) | |
3207 WriteSave.append(str(Numbers)) | |
3208 WriteSave.append(str(Specials)) | |
3209 WriteSave.append(str(wep5)) | |
3210 WriteSave.append(str(wep13)) | |
3211 WriteSave.append(str(SESwitch)) | |
3212 WriteSave.append(str(u)) | |
3213 WriteSave.append(str(x)) | |
3214 WriteSave.append(str(a)) | |
3215 WriteSave.append(str(b)) | |
3216 WriteSave.append(str(c)) | |
3217 WriteSave.append(str(d)) | |
3218 WriteSave.append(str(e)) | |
3219 WriteSave.append(str(f)) | |
3220 for WriteStates in WriteSave: | |
3221 FILE.write(WriteStates + "\n") | |
3222 FILE.close() | |
3223 NewShowWord = Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] | |
3224 print(NewShowWord.replace(" ", "")) | |
3225 | |
3226 if ExhSwitch is False: | |
3227 NewShowWord = Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + Char1[f] + ShowWord[x] | |
3228 print(NewShowWord.replace(" ", "")) | |
3229 | |
3230 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] | |
3231 print(NewShowWord.replace(" ", "")) | |
3232 | |
3233 def SBF8(): | |
3234 for u in range(StateU, UserCount): | |
3235 for a in range(StateA, EndCount): | |
3236 for b in range(StateB, EndCount): | |
3237 for c in range(StateC, EndCount): | |
3238 for d in range(StateD, EndCount): | |
3239 for e in range(StateE, EndCount): | |
3240 for f in range(StateF, EndCount): | |
3241 for g in range(StateG, EndCount): | |
3242 for x in range(StateW, WordCount): | |
3243 if SaveSwitch is True: | |
3244 WriteSave = [] | |
3245 FILE = open(save, 'w') | |
3246 WriteSave.append(str(cmd)) | |
3247 WriteSave.append(str(dictionary)) | |
3248 WriteSave.append(str(MixCustom)) | |
3249 WriteSave.append(str(Custom)) | |
3250 WriteSave.append(str(ExhSwitch)) | |
3251 WriteSave.append(str(StdoutSwitch)) | |
3252 WriteSave.append(str(usernames)) | |
3253 WriteSave.append(str(UserSwitch)) | |
3254 WriteSave.append(str(AlphaSwitch)) | |
3255 WriteSave.append(str(BWSwitch)) | |
3256 WriteSave.append(str(CapsSwitch)) | |
3257 WriteSave.append(str(L337Switch)) | |
3258 WriteSave.append(str(MD5Switch)) | |
3259 WriteSave.append(str(NumberSwitch)) | |
3260 WriteSave.append(str(RegularSwitch)) | |
3261 WriteSave.append(str(SpecialSwitch)) | |
3262 WriteSave.append(str(Letters)) | |
3263 WriteSave.append(str(Numbers)) | |
3264 WriteSave.append(str(Specials)) | |
3265 WriteSave.append(str(wep5)) | |
3266 WriteSave.append(str(wep13)) | |
3267 WriteSave.append(str(SESwitch)) | |
3268 WriteSave.append(str(u)) | |
3269 WriteSave.append(str(x)) | |
3270 WriteSave.append(str(a)) | |
3271 WriteSave.append(str(b)) | |
3272 WriteSave.append(str(c)) | |
3273 WriteSave.append(str(d)) | |
3274 WriteSave.append(str(e)) | |
3275 WriteSave.append(str(f)) | |
3276 WriteSave.append(str(g)) | |
3277 for WriteStates in WriteSave: | |
3278 FILE.write(WriteStates + "\n") | |
3279 FILE.close() | |
3280 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] | |
3281 print(NewShowWord.replace(" ", "")) | |
3282 | |
3283 if ExhSwitch is False: | |
3284 NewShowWord = Char1[f] + Char1[d] + Char1[b] + ShowWord[x] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | |
3285 print(NewShowWord.replace(" ", "")) | |
3286 | |
3287 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + Char1[f] + ShowWord[x] | |
3288 print(NewShowWord.replace(" ", "")) | |
3289 | |
3290 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | |
3291 print(NewShowWord.replace(" ", "")) | |
3292 | |
3293 def SBF9(): | |
3294 for u in range(StateU, UserCount): | |
3295 for a in range(StateA, EndCount): | |
3296 for b in range(StateB, EndCount): | |
3297 for c in range(StateC, EndCount): | |
3298 for d in range(StateD, EndCount): | |
3299 for e in range(StateE, EndCount): | |
3300 for f in range(StateF, EndCount): | |
3301 for g in range(StateG, EndCount): | |
3302 for h in range(StateH, EndCount): | |
3303 for x in range(StateW, WordCount): | |
3304 if SaveSwitch is True: | |
3305 WriteSave = [] | |
3306 FILE = open(save, 'w') | |
3307 WriteSave.append(str(cmd)) | |
3308 WriteSave.append(str(dictionary)) | |
3309 WriteSave.append(str(MixCustom)) | |
3310 WriteSave.append(str(Custom)) | |
3311 WriteSave.append(str(ExhSwitch)) | |
3312 WriteSave.append(str(StdoutSwitch)) | |
3313 WriteSave.append(str(usernames)) | |
3314 WriteSave.append(str(UserSwitch)) | |
3315 WriteSave.append(str(AlphaSwitch)) | |
3316 WriteSave.append(str(BWSwitch)) | |
3317 WriteSave.append(str(CapsSwitch)) | |
3318 WriteSave.append(str(L337Switch)) | |
3319 WriteSave.append(str(MD5Switch)) | |
3320 WriteSave.append(str(NumberSwitch)) | |
3321 WriteSave.append(str(RegularSwitch)) | |
3322 WriteSave.append(str(SpecialSwitch)) | |
3323 WriteSave.append(str(Letters)) | |
3324 WriteSave.append(str(Numbers)) | |
3325 WriteSave.append(str(Specials)) | |
3326 WriteSave.append(str(wep5)) | |
3327 WriteSave.append(str(wep13)) | |
3328 WriteSave.append(str(SESwitch)) | |
3329 WriteSave.append(str(u)) | |
3330 WriteSave.append(str(x)) | |
3331 WriteSave.append(str(a)) | |
3332 WriteSave.append(str(b)) | |
3333 WriteSave.append(str(c)) | |
3334 WriteSave.append(str(d)) | |
3335 WriteSave.append(str(e)) | |
3336 WriteSave.append(str(f)) | |
3337 WriteSave.append(str(g)) | |
3338 WriteSave.append(str(h)) | |
3339 for WriteStates in WriteSave: | |
3340 FILE.write(WriteStates + "\n") | |
3341 FILE.close() | |
3342 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] | |
3343 print(NewShowWord.replace(" ", "")) | |
3344 | |
3345 if ExhSwitch is False: | |
3346 NewShowWord = Char1[g] + Char1[e] + Char1[c] + Char1[a] +Char1[b] + Char1[d] + Char1[f] + Char1[h] + ShowWord[x] | |
3347 print(NewShowWord.replace(" ", "")) | |
3348 | |
3349 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | |
3350 print(NewShowWord.replace(" ", "")) | |
3351 | |
3352 def SBF10(): | |
3353 for u in range(StateU, UserCount): | |
3354 for a in range(StateA, EndCount): | |
3355 for b in range(StateB, EndCount): | |
3356 for c in range(StateC, EndCount): | |
3357 for d in range(StateD, EndCount): | |
3358 for e in range(StateE, EndCount): | |
3359 for f in range(StateF, EndCount): | |
3360 for g in range(StateG, EndCount): | |
3361 for h in range(StateH, EndCount): | |
3362 for i in range(StateI, EndCount): | |
3363 for x in range(StateW, WordCount): | |
3364 if SaveSwitch is True: | |
3365 WriteSave = [] | |
3366 FILE = open(save, 'w') | |
3367 WriteSave.append(str(cmd)) | |
3368 WriteSave.append(str(dictionary)) | |
3369 WriteSave.append(str(MixCustom)) | |
3370 WriteSave.append(str(Custom)) | |
3371 WriteSave.append(str(ExhSwitch)) | |
3372 WriteSave.append(str(StdoutSwitch)) | |
3373 WriteSave.append(str(usernames)) | |
3374 WriteSave.append(str(UserSwitch)) | |
3375 WriteSave.append(str(AlphaSwitch)) | |
3376 WriteSave.append(str(BWSwitch)) | |
3377 WriteSave.append(str(CapsSwitch)) | |
3378 WriteSave.append(str(L337Switch)) | |
3379 WriteSave.append(str(MD5Switch)) | |
3380 WriteSave.append(str(NumberSwitch)) | |
3381 WriteSave.append(str(RegularSwitch)) | |
3382 WriteSave.append(str(SpecialSwitch)) | |
3383 WriteSave.append(str(Letters)) | |
3384 WriteSave.append(str(Numbers)) | |
3385 WriteSave.append(str(Specials)) | |
3386 WriteSave.append(str(wep5)) | |
3387 WriteSave.append(str(wep13)) | |
3388 WriteSave.append(str(SESwitch)) | |
3389 WriteSave.append(str(u)) | |
3390 WriteSave.append(str(x)) | |
3391 WriteSave.append(str(a)) | |
3392 WriteSave.append(str(b)) | |
3393 WriteSave.append(str(c)) | |
3394 WriteSave.append(str(d)) | |
3395 WriteSave.append(str(e)) | |
3396 WriteSave.append(str(f)) | |
3397 WriteSave.append(str(g)) | |
3398 WriteSave.append(str(h)) | |
3399 WriteSave.append(str(i)) | |
3400 for WriteStates in WriteSave: | |
3401 FILE.write(WriteStates + "\n") | |
3402 FILE.close() | |
3403 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] | |
3404 print(NewShowWord.replace(" ", "")) | |
3405 | |
3406 if ExhSwitch is False: | |
3407 NewShowWord = Char1[h] + Char1[f] + Char1[d] + Char1[b] + ShowWord[x] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | |
3408 print(NewShowWord.replace(" ", "")) | |
3409 | |
3410 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] + ShowWord[x] | |
3411 print(NewShowWord.replace(" ", "")) | |
3412 | |
3413 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | |
3414 print(NewShowWord.replace(" ", "")) | |
3415 | |
3416 def SBF11(): | |
3417 for u in range(StateU, UserCount): | |
3418 for a in range(StateA, EndCount): | |
3419 for b in range(StateB, EndCount): | |
3420 for c in range(StateC, EndCount): | |
3421 for d in range(StateD, EndCount): | |
3422 for e in range(StateE, EndCount): | |
3423 for f in range(StateF, EndCount): | |
3424 for g in range(StateG, EndCount): | |
3425 for h in range(StateH, EndCount): | |
3426 for i in range(StateI, EndCount): | |
3427 for j in range(StateJ, EndCount): | |
3428 for x in range(StateW, WordCount): | |
3429 if SaveSwitch is True: | |
3430 WriteSave = [] | |
3431 FILE = open(save, 'w') | |
3432 WriteSave.append(str(cmd)) | |
3433 WriteSave.append(str(dictionary)) | |
3434 WriteSave.append(str(MixCustom)) | |
3435 WriteSave.append(str(Custom)) | |
3436 WriteSave.append(str(ExhSwitch)) | |
3437 WriteSave.append(str(StdoutSwitch)) | |
3438 WriteSave.append(str(usernames)) | |
3439 WriteSave.append(str(UserSwitch)) | |
3440 WriteSave.append(str(AlphaSwitch)) | |
3441 WriteSave.append(str(BWSwitch)) | |
3442 WriteSave.append(str(CapsSwitch)) | |
3443 WriteSave.append(str(L337Switch)) | |
3444 WriteSave.append(str(MD5Switch)) | |
3445 WriteSave.append(str(NumberSwitch)) | |
3446 WriteSave.append(str(RegularSwitch)) | |
3447 WriteSave.append(str(SpecialSwitch)) | |
3448 WriteSave.append(str(Letters)) | |
3449 WriteSave.append(str(Numbers)) | |
3450 WriteSave.append(str(Specials)) | |
3451 WriteSave.append(str(wep5)) | |
3452 WriteSave.append(str(wep13)) | |
3453 WriteSave.append(str(SESwitch)) | |
3454 WriteSave.append(str(u)) | |
3455 WriteSave.append(str(x)) | |
3456 WriteSave.append(str(a)) | |
3457 WriteSave.append(str(b)) | |
3458 WriteSave.append(str(c)) | |
3459 WriteSave.append(str(d)) | |
3460 WriteSave.append(str(e)) | |
3461 WriteSave.append(str(f)) | |
3462 WriteSave.append(str(g)) | |
3463 WriteSave.append(str(h)) | |
3464 WriteSave.append(str(i)) | |
3465 WriteSave.append(str(j)) | |
3466 for WriteStates in WriteSave: | |
3467 FILE.write(WriteStates + "\n") | |
3468 FILE.close() | |
3469 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + ShowWord[x] + Char1[b] + Char1[d] + Char1[f] + Char1[h] + Char1[j] | |
3470 print(NewShowWord.replace(" ", "")) | |
3471 | |
3472 if ExhSwitch is False: | |
3473 NewShowWord = Char1[i] + Char1[g] + Char1[e] + Char1[c] + Char1[a] + Char1[b] + Char1[d] + Char1[f] + Char1[h] + Char1[j] + ShowWord[x] | |
3474 print(NewShowWord.replace(" ", "")) | |
3475 | |
3476 NewShowWord = ShowWord[x] + Char1[j] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | |
3477 print(NewShowWord.replace(" ", "")) | |
3478 | |
3479 if Create is True: | |
3480 CFILE = open("splicex.create", 'w') | |
3481 X = 0 | |
3482 N = 0 | |
3483 for WCreate in ShowWord: | |
3484 N += 1 | |
3485 D1 = round(N * 0.1) | |
3486 D2 = round(N * 0.2) | |
3487 D3 = round(N * 0.3) | |
3488 D4 = round(N * 0.4) | |
3489 D5 = round(N * 0.5) | |
3490 D6 = round(N * 0.6) | |
3491 D7 = round(N * 0.7) | |
3492 D8 = round(N * 0.8) | |
3493 D9 = round(N * 0.9) | |
3494 DStop = round(N * 0.95) | |
3495 for WCreate in ShowWord: | |
3496 CFILE.write(WCreate + "\n") | |
3497 if X == 0: | |
3498 sys.stdout.write(SpliceX + 'compiling splicex.create') | |
3499 time.sleep(0.5) | |
3500 X += 1 | |
3501 elif X == D1 or X == D2 or X == D3 or X == D4 or X == D5 or X == D6 or X == D7 or X == D8 or X == D9: | |
3502 sys.stdout.flush() | |
3503 sys.stdout.write('.') | |
3504 time.sleep(0.5) | |
3505 X += 1 | |
3506 elif X == DStop: | |
3507 sys.stdout.flush() | |
3508 sys.stdout.write('.') | |
3509 time.sleep(0.5) | |
3510 X += 1 | |
3511 else: | |
3512 X += 1 | |
3513 CFILE.close() | |
3514 sys.stdout.write(CLEAR_LINE) | |
3515 sys.stdout.write('\r') | |
3516 sys.exit(SpliceX + 'compiled ' + str(N) + ' passwords. enjoy ;-)') | |
3517 | |
711 | 3518 def C_BF1(): |
3519 if length_start > 0: | |
3520 pass | |
3521 elif length_end < 0: | |
3522 sys.exit(SpliceX + 'unable to find password') | |
713 | 3523 else: |
711 | 3524 BF1() |
3525 | |
3526 def C_BF2(): | |
3527 if length_start > 1: | |
3528 pass | |
3529 elif length_end < 1: | |
3530 sys.exit(SpliceX + 'unable to find password') | |
713 | 3531 elif NoChar is True: |
3532 sys.exit(SpliceX + 'unable to find password') | |
711 | 3533 else: |
3534 BF2() | |
3535 | |
3536 def C_BF3(): | |
3537 if length_start > 2: | |
3538 pass | |
3539 elif length_end < 2: | |
3540 sys.exit(SpliceX + 'unable to find password') | |
713 | 3541 elif NoChar is True: |
3542 sys.exit(SpliceX + 'unable to find password') | |
711 | 3543 else: |
3544 BF3() | |
3545 | |
3546 def C_BF4(): | |
3547 if length_start > 3: | |
3548 pass | |
3549 elif length_end < 3: | |
3550 sys.exit(SpliceX + 'unable to find password') | |
713 | 3551 elif NoChar is True: |
3552 sys.exit(SpliceX + 'unable to find password') | |
711 | 3553 else: |
3554 BF4() | |
3555 | |
3556 def C_BF5(): | |
3557 if length_start > 4: | |
3558 pass | |
3559 elif length_end < 4: | |
3560 sys.exit(SpliceX + 'unable to find password') | |
713 | 3561 elif NoChar is True: |
3562 sys.exit(SpliceX + 'unable to find password') | |
711 | 3563 else: |
3564 BF5() | |
3565 | |
3566 def C_BF6(): | |
3567 if length_start > 5: | |
3568 pass | |
3569 elif length_end < 5: | |
3570 sys.exit(SpliceX + 'unable to find password') | |
713 | 3571 elif NoChar is True: |
3572 sys.exit(SpliceX + 'unable to find password') | |
711 | 3573 else: |
3574 BF6() | |
3575 | |
3576 def C_BF7(): | |
3577 if length_start > 6: | |
3578 pass | |
3579 elif length_end < 6: | |
3580 sys.exit(SpliceX + 'unable to find password') | |
713 | 3581 elif NoChar is True: |
3582 sys.exit(SpliceX + 'unable to find password') | |
711 | 3583 else: |
3584 BF7() | |
3585 | |
3586 def C_BF8(): | |
3587 if length_start > 7: | |
3588 pass | |
3589 elif length_end < 7: | |
3590 sys.exit(SpliceX + 'unable to find password') | |
713 | 3591 elif NoChar is True: |
3592 sys.exit(SpliceX + 'unable to find password') | |
711 | 3593 else: |
3594 BF8() | |
3595 | |
3596 def C_BF9(): | |
3597 if length_start > 8: | |
3598 pass | |
3599 elif length_end < 8: | |
3600 sys.exit(SpliceX + 'unable to find password') | |
713 | 3601 elif NoChar is True: |
3602 sys.exit(SpliceX + 'unable to find password') | |
711 | 3603 else: |
3604 BF9() | |
3605 | |
3606 def C_BF10(): | |
3607 if length_start > 9: | |
3608 pass | |
3609 elif length_end < 9: | |
3610 sys.exit(SpliceX + 'unable to find password') | |
713 | 3611 elif NoChar is True: |
3612 sys.exit(SpliceX + 'unable to find password') | |
711 | 3613 else: |
3614 BF10() | |
3615 | |
3616 def C_BF11(): | |
3617 if length_start > 10: | |
3618 pass | |
3619 elif length_end < 10: | |
3620 sys.exit(SpliceX + 'unable to find password') | |
713 | 3621 elif NoChar is True: |
3622 sys.exit(SpliceX + 'unable to find password') | |
711 | 3623 else: |
3624 BF11() | |
3625 | |
3626 def C_SBF1(): | |
3627 if length_start > 0: | |
3628 pass | |
3629 elif length_end < 0: | |
3630 sys.exit(0) | |
715 | 3631 else: |
711 | 3632 SBF1() |
3633 | |
3634 def C_SBF2(): | |
3635 if length_start > 1: | |
3636 pass | |
3637 elif length_end < 1: | |
3638 sys.exit(0) | |
713 | 3639 elif NoChar is True: |
3640 sys.exit(0) | |
711 | 3641 else: |
3642 SBF2() | |
3643 | |
3644 def C_SBF3(): | |
3645 if length_start > 2: | |
3646 pass | |
3647 elif length_end < 2: | |
3648 sys.exit(0) | |
713 | 3649 elif NoChar is True: |
3650 sys.exit(0) | |
711 | 3651 else: |
3652 SBF3() | |
3653 | |
3654 def C_SBF4(): | |
3655 if length_start > 3: | |
3656 pass | |
3657 elif length_end < 3: | |
3658 sys.exit(0) | |
713 | 3659 elif NoChar is True: |
3660 sys.exit(0) | |
711 | 3661 else: |
3662 SBF4() | |
3663 | |
3664 def C_SBF5(): | |
3665 if length_start > 4: | |
3666 pass | |
3667 elif length_end < 4: | |
3668 sys.exit(0) | |
713 | 3669 elif NoChar is True: |
3670 sys.exit(0) | |
711 | 3671 else: |
3672 SBF5() | |
3673 | |
3674 def C_SBF6(): | |
3675 if length_start > 5: | |
3676 pass | |
3677 elif length_end < 5: | |
3678 sys.exit(0) | |
713 | 3679 elif NoChar is True: |
3680 sys.exit(0) | |
711 | 3681 else: |
3682 SBF6() | |
3683 | |
3684 def C_SBF7(): | |
3685 if length_start > 6: | |
3686 pass | |
3687 elif length_end < 6: | |
3688 sys.exit(0) | |
713 | 3689 elif NoChar is True: |
3690 sys.exit(0) | |
711 | 3691 else: |
3692 SBF7() | |
3693 | |
3694 def C_SBF8(): | |
3695 if length_start > 7: | |
3696 pass | |
3697 elif length_end < 7: | |
3698 sys.exit(0) | |
713 | 3699 elif NoChar is True: |
3700 sys.exit(0) | |
711 | 3701 else: |
3702 SBF8() | |
3703 | |
3704 def C_SBF9(): | |
3705 if length_start > 8: | |
3706 pass | |
3707 elif length_end < 8: | |
3708 sys.exit(0) | |
713 | 3709 elif NoChar is True: |
3710 sys.exit(0) | |
711 | 3711 else: |
3712 SBF9() | |
3713 | |
3714 def C_SBF10(): | |
3715 if length_start > 9: | |
3716 pass | |
3717 elif length_end < 9: | |
3718 sys.exit(0) | |
713 | 3719 elif NoChar is True: |
3720 sys.exit(0) | |
711 | 3721 else: |
3722 SBF10() | |
3723 | |
3724 def C_SBF11(): | |
3725 if length_start > 10: | |
3726 pass | |
3727 elif length_end < 10: | |
3728 sys.exit(0) | |
713 | 3729 elif NoChar is True: |
3730 sys.exit(0) | |
711 | 3731 else: |
3732 SBF11() | |
3733 | |
3734 | |
697 | 3735 if RestoreSwitch is False: |
3736 StateCount = 0 | |
3737 if RestoreSwitch is False and StdoutSwitch is False: | |
3738 StateU = 0 | |
3739 StateW = 0 | |
3740 StateA = 0 | |
3741 StateB = 0 | |
3742 StateC = 0 | |
3743 StateD = 0 | |
3744 StateE = 0 | |
3745 StateF = 0 | |
3746 StateG = 0 | |
3747 StateH = 0 | |
3748 StateI = 0 | |
3749 StateJ = 0 | |
711 | 3750 C_BF1() |
3751 C_BF2() | |
3752 C_BF3() | |
3753 C_BF4() | |
3754 C_BF5() | |
3755 C_BF6() | |
3756 C_BF7() | |
3757 C_BF8() | |
3758 C_BF9() | |
3759 C_BF10() | |
3760 C_BF11() | |
697 | 3761 sys.exit(SpliceX + " unable to find password") |
3762 | |
3763 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False: | |
3764 StateU = int(State[22]) | |
3765 StateW = 0 | |
3766 StateA = 0 | |
3767 StateB = 0 | |
3768 StateC = 0 | |
3769 StateD = 0 | |
3770 StateE = 0 | |
3771 StateF = 0 | |
3772 StateG = 0 | |
3773 StateH = 0 | |
3774 StateI = 0 | |
3775 StateJ = 0 | |
711 | 3776 C_BF1() |
697 | 3777 StateW = 0 |
3778 StateA = 0 | |
3779 StateB = 0 | |
3780 StateC = 0 | |
3781 StateD = 0 | |
3782 StateE = 0 | |
3783 StateF = 0 | |
3784 StateG = 0 | |
3785 StateH = 0 | |
3786 StateI = 0 | |
3787 StateJ = 0 | |
711 | 3788 C_BF2() |
3789 C_BF3() | |
3790 C_BF4() | |
3791 C_BF5() | |
3792 C_BF6() | |
3793 C_BF7() | |
3794 C_BF8() | |
3795 C_BF9() | |
3796 C_BF10() | |
3797 C_BF11() | |
697 | 3798 sys.exit(SpliceX + " unable to find password") |
711 | 3799 if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is False: |
697 | 3800 StateU = int(State[22]) |
3801 StateW = int(State[23]) | |
3802 StateA = 0 | |
3803 StateB = 0 | |
3804 StateC = 0 | |
3805 StateD = 0 | |
3806 StateE = 0 | |
3807 StateF = 0 | |
3808 StateG = 0 | |
3809 StateH = 0 | |
3810 StateI = 0 | |
3811 StateJ = 0 | |
711 | 3812 C_BF1() |
697 | 3813 StateW = 0 |
3814 StateA = 0 | |
3815 StateB = 0 | |
3816 StateC = 0 | |
3817 StateD = 0 | |
3818 StateE = 0 | |
3819 StateF = 0 | |
3820 StateG = 0 | |
3821 StateH = 0 | |
3822 StateI = 0 | |
3823 StateJ = 0 | |
711 | 3824 C_BF2() |
3825 C_BF3() | |
3826 C_BF4() | |
3827 C_BF5() | |
3828 C_BF6() | |
3829 C_BF7() | |
3830 C_BF8() | |
3831 C_BF9() | |
3832 C_BF10() | |
3833 C_BF11() | |
697 | 3834 sys.exit(SpliceX + " unable to find password") |
3835 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False: | |
3836 StateU = int(State[22]) | |
3837 StateW = int(State[23]) | |
3838 StateA = int(State[24]) | |
3839 StateB = 0 | |
3840 StateC = 0 | |
3841 StateD = 0 | |
3842 StateE = 0 | |
3843 StateF = 0 | |
3844 StateG = 0 | |
3845 StateH = 0 | |
3846 StateI = 0 | |
3847 StateJ = 0 | |
711 | 3848 C_BF2() |
697 | 3849 StateW = 0 |
3850 StateA = 0 | |
3851 StateB = 0 | |
3852 StateC = 0 | |
3853 StateD = 0 | |
3854 StateE = 0 | |
3855 StateF = 0 | |
3856 StateG = 0 | |
3857 StateH = 0 | |
3858 StateI = 0 | |
3859 StateJ = 0 | |
711 | 3860 C_BF3() |
3861 C_BF4() | |
3862 C_BF5() | |
3863 C_BF6() | |
3864 C_BF7() | |
3865 C_BF8() | |
3866 C_BF9() | |
3867 C_BF10() | |
3868 C_BF11() | |
697 | 3869 sys.exit(SpliceX + " unable to find password") |
3870 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False: | |
3871 StateU = int(State[22]) | |
3872 StateW = int(State[23]) | |
3873 StateA = int(State[24]) | |
3874 StateB = int(State[25]) | |
3875 StateC = 0 | |
3876 StateD = 0 | |
3877 StateE = 0 | |
3878 StateF = 0 | |
3879 StateG = 0 | |
3880 StateH = 0 | |
3881 StateI = 0 | |
3882 StateJ = 0 | |
711 | 3883 C_BF3() |
697 | 3884 StateW = 0 |
3885 StateA = 0 | |
3886 StateB = 0 | |
3887 StateC = 0 | |
3888 StateD = 0 | |
3889 StateE = 0 | |
3890 StateF = 0 | |
3891 StateG = 0 | |
3892 StateH = 0 | |
3893 StateI = 0 | |
3894 StateJ = 0 | |
711 | 3895 C_BF4() |
3896 C_BF5() | |
3897 C_BF6() | |
3898 C_BF7() | |
3899 C_BF8() | |
3900 C_BF9() | |
3901 C_BF10() | |
3902 C_BF11() | |
697 | 3903 sys.exit(SpliceX + " unable to find password") |
3904 elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False: | |
3905 StateU = int(State[22]) | |
3906 StateW = int(State[23]) | |
3907 StateA = int(State[24]) | |
3908 StateB = int(State[25]) | |
3909 StateC = int(State[26]) | |
3910 StateD = 0 | |
3911 StateE = 0 | |
3912 StateF = 0 | |
3913 StateG = 0 | |
3914 StateH = 0 | |
3915 StateI = 0 | |
3916 StateJ = 0 | |
711 | 3917 C_BF4() |
697 | 3918 StateW = 0 |
3919 StateA = 0 | |
3920 StateB = 0 | |
3921 StateC = 0 | |
3922 StateD = 0 | |
3923 StateE = 0 | |
3924 StateF = 0 | |
3925 StateG = 0 | |
3926 StateH = 0 | |
3927 StateI = 0 | |
3928 StateJ = 0 | |
711 | 3929 C_BF5() |
3930 C_BF6() | |
3931 C_BF7() | |
3932 C_BF8() | |
3933 C_BF9() | |
3934 C_BF10() | |
3935 C_BF11() | |
697 | 3936 sys.exit(SpliceX + " unable to find password") |
3937 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False: | |
3938 StateU = int(State[22]) | |
3939 StateW = int(State[23]) | |
3940 StateA = int(State[24]) | |
3941 StateB = int(State[25]) | |
3942 StateC = int(State[26]) | |
3943 StateD = int(State[27]) | |
3944 StateE = 0 | |
3945 StateF = 0 | |
3946 StateG = 0 | |
3947 StateH = 0 | |
3948 StateI = 0 | |
3949 StateJ = 0 | |
711 | 3950 C_BF5() |
697 | 3951 StateW = 0 |
3952 StateA = 0 | |
3953 StateB = 0 | |
3954 StateC = 0 | |
3955 StateD = 0 | |
3956 StateE = 0 | |
3957 StateF = 0 | |
3958 StateG = 0 | |
3959 StateH = 0 | |
3960 StateI = 0 | |
3961 StateJ = 0 | |
711 | 3962 C_BF6() |
3963 C_BF7() | |
3964 C_BF8() | |
3965 C_BF9() | |
3966 C_BF10() | |
3967 C_BF11() | |
697 | 3968 sys.exit(SpliceX + " unable to find password") |
3969 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False: | |
3970 StateU = int(State[22]) | |
3971 StateW = int(State[23]) | |
3972 StateA = int(State[24]) | |
3973 StateB = int(State[25]) | |
3974 StateC = int(State[26]) | |
3975 StateD = int(State[27]) | |
3976 StateE = int(State[28]) | |
3977 StateF = 0 | |
3978 StateG = 0 | |
3979 StateH = 0 | |
3980 StateI = 0 | |
3981 StateJ = 0 | |
711 | 3982 C_BF6() |
697 | 3983 StateW = 0 |
3984 StateA = 0 | |
3985 StateB = 0 | |
3986 StateC = 0 | |
3987 StateD = 0 | |
3988 StateE = 0 | |
3989 StateF = 0 | |
3990 StateG = 0 | |
3991 StateH = 0 | |
3992 StateI = 0 | |
3993 StateJ = 0 | |
711 | 3994 C_BF7() |
3995 C_BF8() | |
3996 C_BF9() | |
3997 C_BF10() | |
3998 C_BF11() | |
697 | 3999 sys.exit(SpliceX + " unable to find password") |
4000 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False: | |
4001 StateU = int(State[22]) | |
4002 StateW = int(State[23]) | |
4003 StateA = int(State[24]) | |
4004 StateB = int(State[25]) | |
4005 StateC = int(State[26]) | |
4006 StateD = int(State[27]) | |
4007 StateE = int(State[28]) | |
4008 StateF = int(State[29]) | |
4009 StateG = 0 | |
4010 StateH = 0 | |
4011 StateI = 0 | |
4012 StateJ = 0 | |
711 | 4013 C_BF7() |
697 | 4014 StateW = 0 |
4015 StateA = 0 | |
4016 StateB = 0 | |
4017 StateC = 0 | |
4018 StateD = 0 | |
4019 StateE = 0 | |
4020 StateF = 0 | |
4021 StateG = 0 | |
4022 StateH = 0 | |
4023 StateI = 0 | |
4024 StateJ = 0 | |
711 | 4025 C_BF8() |
4026 C_BF9() | |
4027 C_BF10() | |
4028 C_BF11() | |
697 | 4029 sys.exit(SpliceX + " unable to find password") |
4030 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False: | |
4031 StateU = int(State[22]) | |
4032 StateW = int(State[23]) | |
4033 StateA = int(State[24]) | |
4034 StateB = int(State[25]) | |
4035 StateC = int(State[26]) | |
4036 StateD = int(State[27]) | |
4037 StateE = int(State[28]) | |
4038 StateF = int(State[29]) | |
4039 StateG = int(State[30]) | |
4040 StateH = 0 | |
4041 StateI = 0 | |
4042 StateJ = 0 | |
711 | 4043 C_BF8() |
697 | 4044 StateW = 0 |
4045 StateA = 0 | |
4046 StateB = 0 | |
4047 StateC = 0 | |
4048 StateD = 0 | |
4049 StateE = 0 | |
4050 StateF = 0 | |
4051 StateG = 0 | |
4052 StateH = 0 | |
4053 StateI = 0 | |
4054 StateJ = 0 | |
711 | 4055 C_BF9() |
4056 C_BF10() | |
4057 C_BF11() | |
697 | 4058 sys.exit(SpliceX + " unable to find password") |
4059 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False: | |
4060 StateU = int(State[22]) | |
4061 StateW = int(State[23]) | |
4062 StateA = int(State[24]) | |
4063 StateB = int(State[25]) | |
4064 StateC = int(State[26]) | |
4065 StateD = int(State[27]) | |
4066 StateE = int(State[28]) | |
4067 StateF = int(State[29]) | |
4068 StateG = int(State[30]) | |
4069 StateH = int(State[31]) | |
4070 StateI = 0 | |
4071 StateJ = 0 | |
711 | 4072 C_BF9() |
697 | 4073 StateW = 0 |
4074 StateA = 0 | |
4075 StateB = 0 | |
4076 StateC = 0 | |
4077 StateD = 0 | |
4078 StateE = 0 | |
4079 StateF = 0 | |
4080 StateG = 0 | |
4081 StateH = 0 | |
4082 StateI = 0 | |
4083 StateJ = 0 | |
711 | 4084 C_BF10() |
4085 C_BF11() | |
697 | 4086 sys.exit(SpliceX + " unable to find password") |
4087 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False: | |
4088 StateU = int(State[22]) | |
4089 StateW = int(State[23]) | |
4090 StateA = int(State[24]) | |
4091 StateB = int(State[25]) | |
4092 StateC = int(State[26]) | |
4093 StateD = int(State[27]) | |
4094 StateE = int(State[28]) | |
4095 StateF = int(State[29]) | |
4096 StateG = int(State[30]) | |
4097 StateH = int(State[31]) | |
4098 StateI = int(State[32]) | |
4099 StateJ = 0 | |
711 | 4100 C_BF10() |
697 | 4101 StateW = 0 |
4102 StateA = 0 | |
4103 StateB = 0 | |
4104 StateC = 0 | |
4105 StateD = 0 | |
4106 StateE = 0 | |
4107 StateF = 0 | |
4108 StateG = 0 | |
4109 StateH = 0 | |
4110 StateI = 0 | |
4111 StateJ = 0 | |
711 | 4112 C_BF11() |
697 | 4113 sys.exit(SpliceX + " unable to find password") |
4114 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False: | |
4115 StateU = int(State[22]) | |
4116 StateW = int(State[23]) | |
4117 StateA = int(State[24]) | |
4118 StateB = int(State[25]) | |
4119 StateC = int(State[26]) | |
4120 StateD = int(State[27]) | |
4121 StateE = int(State[28]) | |
4122 StateF = int(State[29]) | |
4123 StateG = int(State[30]) | |
4124 StateH = int(State[31]) | |
4125 StateI = int(State[32]) | |
4126 StateJ = int(State[33]) | |
711 | 4127 C_BF11() |
697 | 4128 sys.exit(SpliceX + " unable to find password") |
4129 | |
4130 if RestoreSwitch is False and StdoutSwitch is True: | |
4131 StateU = 0 | |
4132 StateW = 0 | |
4133 StateA = 0 | |
4134 StateB = 0 | |
4135 StateC = 0 | |
4136 StateD = 0 | |
4137 StateE = 0 | |
4138 StateF = 0 | |
4139 StateG = 0 | |
4140 StateH = 0 | |
4141 StateI = 0 | |
4142 StateJ = 0 | |
711 | 4143 C_SBF1() |
4144 C_SBF2() | |
4145 C_SBF3() | |
4146 C_SBF4() | |
4147 C_SBF5() | |
4148 C_SBF6() | |
4149 C_SBF7() | |
4150 C_SBF8() | |
4151 C_SBF9() | |
4152 C_SBF10() | |
4153 C_SBF11() | |
697 | 4154 sys.exit(0) |
4155 | |
4156 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is True: | |
4157 StateU = int(State[22]) | |
4158 StateW = 0 | |
4159 StateA = 0 | |
4160 StateB = 0 | |
4161 StateC = 0 | |
4162 StateD = 0 | |
4163 StateE = 0 | |
4164 StateF = 0 | |
4165 StateG = 0 | |
4166 StateH = 0 | |
4167 StateI = 0 | |
4168 StateJ = 0 | |
711 | 4169 C_SBF1() |
697 | 4170 StateW = 0 |
4171 StateA = 0 | |
4172 StateB = 0 | |
4173 StateC = 0 | |
4174 StateD = 0 | |
4175 StateE = 0 | |
4176 StateF = 0 | |
4177 StateG = 0 | |
4178 StateH = 0 | |
4179 StateI = 0 | |
4180 StateJ = 0 | |
711 | 4181 C_SBF2() |
4182 C_SBF3() | |
4183 C_SBF4() | |
4184 C_SBF5() | |
4185 C_SBF6() | |
4186 C_SBF7() | |
4187 C_SBF8() | |
4188 C_SBF9() | |
4189 C_SBF10() | |
4190 C_SBF11() | |
697 | 4191 sys.exit(0) |
4192 if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is True: | |
4193 StateU = int(State[22]) | |
4194 StateW = int(State[23]) | |
4195 StateA = 0 | |
4196 StateB = 0 | |
4197 StateC = 0 | |
4198 StateD = 0 | |
4199 StateE = 0 | |
4200 StateF = 0 | |
4201 StateG = 0 | |
4202 StateH = 0 | |
4203 StateI = 0 | |
4204 StateJ = 0 | |
711 | 4205 C_SBF1() |
697 | 4206 StateW = 0 |
4207 StateA = 0 | |
4208 StateB = 0 | |
4209 StateC = 0 | |
4210 StateD = 0 | |
4211 StateE = 0 | |
4212 StateF = 0 | |
4213 StateG = 0 | |
4214 StateH = 0 | |
4215 StateI = 0 | |
4216 StateJ = 0 | |
711 | 4217 C_SBF2() |
4218 C_SBF3() | |
4219 C_SBF4() | |
4220 C_SBF5() | |
4221 C_SBF6() | |
4222 C_SBF7() | |
4223 C_SBF8() | |
4224 C_SBF9() | |
4225 C_SBF10() | |
4226 C_SBF11() | |
697 | 4227 sys.exit(0) |
4228 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is True: | |
4229 StateU = int(State[22]) | |
4230 StateW = int(State[23]) | |
4231 StateA = int(State[24]) | |
4232 StateB = 0 | |
4233 StateC = 0 | |
4234 StateD = 0 | |
4235 StateE = 0 | |
4236 StateF = 0 | |
4237 StateG = 0 | |
4238 StateH = 0 | |
4239 StateI = 0 | |
4240 StateJ = 0 | |
711 | 4241 C_SBF2() |
697 | 4242 StateW = 0 |
4243 StateA = 0 | |
4244 StateB = 0 | |
4245 StateC = 0 | |
4246 StateD = 0 | |
4247 StateE = 0 | |
4248 StateF = 0 | |
4249 StateG = 0 | |
4250 StateH = 0 | |
4251 StateI = 0 | |
4252 StateJ = 0 | |
711 | 4253 C_SBF3() |
4254 C_SBF4() | |
4255 C_SBF5() | |
4256 C_SBF6() | |
4257 C_SBF7() | |
4258 C_SBF8() | |
4259 C_SBF9() | |
4260 C_SBF10() | |
4261 C_SBF11() | |
697 | 4262 sys.exit(0) |
4263 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True: | |
4264 StateU = int(State[22]) | |
4265 StateW = int(State[23]) | |
4266 StateA = int(State[24]) | |
4267 StateB = int(State[25]) | |
4268 StateC = 0 | |
4269 StateD = 0 | |
4270 StateE = 0 | |
4271 StateF = 0 | |
4272 StateG = 0 | |
4273 StateH = 0 | |
4274 StateI = 0 | |
4275 StateJ = 0 | |
711 | 4276 C_SBF3() |
697 | 4277 StateW = 0 |
4278 StateA = 0 | |
4279 StateB = 0 | |
4280 StateC = 0 | |
4281 StateD = 0 | |
4282 StateE = 0 | |
4283 StateF = 0 | |
4284 StateG = 0 | |
4285 StateH = 0 | |
4286 StateI = 0 | |
4287 StateJ = 0 | |
711 | 4288 C_SBF4() |
4289 C_SBF5() | |
4290 C_SBF6() | |
4291 C_SBF7() | |
4292 C_SBF8() | |
4293 C_SBF9() | |
4294 C_SBF10() | |
4295 C_SBF11() | |
697 | 4296 sys.exit(0) |
4297 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True: | |
4298 StateU = int(State[22]) | |
4299 StateW = int(State[23]) | |
4300 StateA = int(State[24]) | |
4301 StateB = int(State[25]) | |
4302 StateC = int(State[26]) | |
4303 StateD = 0 | |
4304 StateE = 0 | |
4305 StateF = 0 | |
4306 StateG = 0 | |
4307 StateH = 0 | |
4308 StateI = 0 | |
4309 StateJ = 0 | |
711 | 4310 C_SBF4() |
697 | 4311 StateW = 0 |
4312 StateA = 0 | |
4313 StateB = 0 | |
4314 StateC = 0 | |
4315 StateD = 0 | |
4316 StateE = 0 | |
4317 StateF = 0 | |
4318 StateG = 0 | |
4319 StateH = 0 | |
4320 StateI = 0 | |
4321 StateJ = 0 | |
711 | 4322 C_SBF5() |
4323 C_SBF6() | |
4324 C_SBF7() | |
4325 C_SBF8() | |
4326 C_SBF9() | |
4327 C_SBF10() | |
4328 C_SBF11() | |
697 | 4329 sys.exit(0) |
4330 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is True: | |
4331 StateU = int(State[22]) | |
4332 StateW = int(State[23]) | |
4333 StateA = int(State[24]) | |
4334 StateB = int(State[25]) | |
4335 StateC = int(State[26]) | |
4336 StateD = int(State[27]) | |
4337 StateE = 0 | |
4338 StateF = 0 | |
4339 StateG = 0 | |
4340 StateH = 0 | |
4341 StateI = 0 | |
4342 StateJ = 0 | |
711 | 4343 C_SBF5() |
697 | 4344 StateW = 0 |
4345 StateA = 0 | |
4346 StateB = 0 | |
4347 StateC = 0 | |
4348 StateD = 0 | |
4349 StateE = 0 | |
4350 StateF = 0 | |
4351 StateG = 0 | |
4352 StateH = 0 | |
4353 StateI = 0 | |
4354 StateJ = 0 | |
711 | 4355 C_SBF6() |
4356 C_SBF7() | |
4357 C_SBF8() | |
4358 C_SBF9() | |
4359 C_SBF10() | |
4360 C_SBF11() | |
697 | 4361 sys.exit(0) |
4362 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is True: | |
4363 StateU = int(State[22]) | |
4364 StateW = int(State[23]) | |
4365 StateA = int(State[24]) | |
4366 StateB = int(State[25]) | |
4367 StateC = int(State[26]) | |
4368 StateD = int(State[27]) | |
4369 StateE = int(State[28]) | |
4370 StateF = 0 | |
4371 StateG = 0 | |
4372 StateH = 0 | |
4373 StateI = 0 | |
4374 StateJ = 0 | |
711 | 4375 C_SBF6() |
697 | 4376 StateW = 0 |
4377 StateA = 0 | |
4378 StateB = 0 | |
4379 StateC = 0 | |
4380 StateD = 0 | |
4381 StateE = 0 | |
4382 StateF = 0 | |
4383 StateG = 0 | |
4384 StateH = 0 | |
4385 StateI = 0 | |
4386 StateJ = 0 | |
711 | 4387 C_SBF7() |
4388 C_SBF8() | |
4389 C_SBF9() | |
4390 C_SBF10() | |
4391 C_SBF11() | |
697 | 4392 sys.exit(0) |
4393 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is True: | |
4394 StateU = int(State[22]) | |
4395 StateW = int(State[23]) | |
4396 StateA = int(State[24]) | |
4397 StateB = int(State[25]) | |
4398 StateC = int(State[26]) | |
4399 StateD = int(State[27]) | |
4400 StateE = int(State[28]) | |
4401 StateF = int(State[29]) | |
4402 StateG = 0 | |
4403 StateH = 0 | |
4404 StateI = 0 | |
4405 StateJ = 0 | |
711 | 4406 C_SBF7() |
697 | 4407 StateW = 0 |
4408 StateA = 0 | |
4409 StateB = 0 | |
4410 StateC = 0 | |
4411 StateD = 0 | |
4412 StateE = 0 | |
4413 StateF = 0 | |
4414 StateG = 0 | |
4415 StateH = 0 | |
4416 StateI = 0 | |
4417 StateJ = 0 | |
711 | 4418 C_SBF8() |
4419 C_SBF9() | |
4420 C_SBF10() | |
4421 C_SBF11() | |
697 | 4422 sys.exit(0) |
4423 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is True: | |
4424 StateU = int(State[22]) | |
4425 StateW = int(State[23]) | |
4426 StateA = int(State[24]) | |
4427 StateB = int(State[25]) | |
4428 StateC = int(State[26]) | |
4429 StateD = int(State[27]) | |
4430 StateE = int(State[28]) | |
4431 StateF = int(State[29]) | |
4432 StateG = int(State[30]) | |
4433 StateH = 0 | |
4434 StateI = 0 | |
4435 StateJ = 0 | |
711 | 4436 C_SBF8() |
697 | 4437 StateW = 0 |
4438 StateA = 0 | |
4439 StateB = 0 | |
4440 StateC = 0 | |
4441 StateD = 0 | |
4442 StateE = 0 | |
4443 StateF = 0 | |
4444 StateG = 0 | |
4445 StateH = 0 | |
4446 StateI = 0 | |
4447 StateJ = 0 | |
711 | 4448 C_SBF9() |
4449 C_SBF10() | |
4450 C_SBF11() | |
697 | 4451 sys.exit(0) |
4452 elif StateCount == 31 and RestoreSwitch is True and StdoutSwitch is True: | |
4453 StateU = int(State[22]) | |
4454 StateW = int(State[23]) | |
4455 StateA = int(State[24]) | |
4456 StateB = int(State[25]) | |
4457 StateC = int(State[26]) | |
4458 StateD = int(State[27]) | |
4459 StateE = int(State[28]) | |
4460 StateF = int(State[29]) | |
4461 StateG = int(State[30]) | |
4462 StateH = int(State[31]) | |
4463 StateI = 0 | |
4464 StateJ = 0 | |
711 | 4465 C_SBF9() |
697 | 4466 StateW = 0 |
4467 StateA = 0 | |
4468 StateB = 0 | |
4469 StateC = 0 | |
4470 StateD = 0 | |
4471 StateE = 0 | |
4472 StateF = 0 | |
4473 StateG = 0 | |
4474 StateH = 0 | |
4475 StateI = 0 | |
4476 StateJ = 0 | |
711 | 4477 C_SBF10() |
4478 C_SBF11() | |
697 | 4479 sys.exit(0) |
4480 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is True: | |
4481 StateU = int(State[22]) | |
4482 StateW = int(State[23]) | |
4483 StateA = int(State[24]) | |
4484 StateB = int(State[25]) | |
4485 StateC = int(State[26]) | |
4486 StateD = int(State[27]) | |
4487 StateE = int(State[28]) | |
4488 StateF = int(State[29]) | |
4489 StateG = int(State[30]) | |
4490 StateH = int(State[31]) | |
4491 StateI = int(State[32]) | |
4492 StateJ = 0 | |
711 | 4493 C_SBF10() |
697 | 4494 StateW = 0 |
4495 StateA = 0 | |
4496 StateB = 0 | |
4497 StateC = 0 | |
4498 StateD = 0 | |
4499 StateE = 0 | |
4500 StateF = 0 | |
4501 StateG = 0 | |
4502 StateH = 0 | |
4503 StateI = 0 | |
4504 StateJ = 0 | |
711 | 4505 C_SBF11() |
697 | 4506 sys.exit(0) |
4507 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is True: | |
4508 StateU = int(State[22]) | |
4509 StateW = int(State[23]) | |
4510 StateA = int(State[24]) | |
4511 StateB = int(State[25]) | |
4512 StateC = int(State[26]) | |
4513 StateD = int(State[27]) | |
4514 StateE = int(State[28]) | |
4515 StateF = int(State[29]) | |
4516 StateG = int(State[30]) | |
4517 StateH = int(State[31]) | |
4518 StateI = int(State[32]) | |
4519 StateJ = int(State[33]) | |
711 | 4520 C_SBF11() |
697 | 4521 sys.exit(0) |
4522 | |
4523 sys.exit(SpliceX + " unknown error: please report bug to author") |