diff options
| author | Nick <nick@somerandomnick.ano> | 2011-10-28 09:12:04 +0000 | 
|---|---|---|
| committer | Nick <nick@somerandomnick.ano> | 2011-10-28 09:12:04 +0000 | 
| commit | 03995735e31fe02df9e13ea08c29ca67c239a2c1 (patch) | |
| tree | 206be606823a8ef54557b888fe43e9b387c8c84e /contrib/splicex | |
| parent | 46a485e2601101eb1fa108791aa9e0e491bbc7b2 (diff) | |
| parent | e04f0562d401b1d44c49f8a03e73cd8fdd27c0d4 (diff) | |
| download | resdb-03995735e31fe02df9e13ea08c29ca67c239a2c1.tar.gz resdb-03995735e31fe02df9e13ea08c29ca67c239a2c1.zip | |
Merge commit 'e04f0562d401b1d44c49f8a03e73cd8fdd27c0d4'
Diffstat (limited to 'contrib/splicex')
| -rw-r--r-- | contrib/splicex/src/splicex.pyx | 751 | 
1 files changed, 373 insertions, 378 deletions
| diff --git a/contrib/splicex/src/splicex.pyx b/contrib/splicex/src/splicex.pyx index 22c4f32..859e6e3 100644 --- a/contrib/splicex/src/splicex.pyx +++ b/contrib/splicex/src/splicex.pyx @@ -1729,8 +1729,7 @@ else:  if not Word:   sys.exit(SpliceX + "error: compiled empty wordlist") -Word = list(set(Word))  -WordCount = 0 +Word = list(set(Word))  ShowWord = []  PassWd = []  for Input in Word: @@ -1740,7 +1739,9 @@ for Input in Word:    c += "\\\\\\" + let   PassWd.append(c) - +timeup = 0 +PassAmount = 0 +StartTime = time.time() - 1  if TIME != None:   try:       TIME = TIME.split(", ") @@ -1772,19 +1773,13 @@ else:   length_start = 0   length_end = 10 +WordCount = 0 +for CountWords in ShowWord: + WordCount += 1 +      def BF1(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0 +    global timeup, PassAmount      for u in range(StateU, UserCount): -     if length_start > 0: -      break -     if length_end < 0: -      sys.exit(SpliceX + 'unable to find password')       for x in range(StateW, WordCount):        if SaveSwitch is True:         WriteSave = [] @@ -1835,20 +1830,10 @@ def BF1():         print(output)  def BF2(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 1: -      break -     if length_end < 1: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for x in range(StateW, WordCount):         if SaveSwitch is True: @@ -1920,20 +1905,10 @@ def BF2():           print(output)  def BF3(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 2: -      break -     if length_end < 2: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for x in range(StateW, WordCount): @@ -2025,20 +2000,10 @@ def BF3():            print(output)  def BF4(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 3: -      break -     if length_end < 3: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2150,20 +2115,10 @@ def BF4():             print(output)  def BF5(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 4: -      break -     if length_end < 4: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2259,20 +2214,10 @@ def BF5():              print(output)  def BF6(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 5: -      break -     if length_end < 5: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2388,20 +2333,10 @@ def BF6():               print(output)  def BF7(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 6: -      break -     if length_end < 6: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2501,20 +2436,10 @@ def BF7():                print(output)  def BF8(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 7: -      break -     if length_end < 7: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2634,20 +2559,10 @@ def BF8():                 print(output)  def BF9(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 8: -      break -     if length_end < 8: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2751,20 +2666,10 @@ def BF9():                  print(output)  def BF10(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 9: -      break -     if length_end < 9: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -2888,20 +2793,10 @@ def BF10():                   print(output)  def BF11(): +    global timeup, PassAmount      if NoChar is True:       sys.exit(SpliceX + 'unable to find password') -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1 -    StartTime = time.time() -    StartTime = StartTime - 1 -    PassAmount = 0 -    timeup = 0      for u in range(StateU, UserCount): -     if length_start > 10: -      break -     if length_end < 10: -      sys.exit(SpliceX + 'unable to find password')       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3009,14 +2904,7 @@ def BF11():                    print(output)  def SBF1(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      for u in range(StateU, UserCount): -     if length_start > 0: -      break -     if length_end < 0: -      sys.exit(0)       for x in range(StateW, WordCount):        if SaveSwitch is True:         WriteSave = [] @@ -3052,16 +2940,9 @@ def SBF1():        print(NewShowWord.replace(" ", ""))  def SBF2(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 1: -      break -     if length_end < 1: -      sys.exit(0)       for a in range(StateA, EndCount):        for x in range(StateW, WordCount):         if SaveSwitch is True: @@ -3103,16 +2984,9 @@ def SBF2():          print(NewShowWord.replace(" ", ""))  def SBF3(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 2: -      break -     if length_end < 2: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for x in range(StateW, WordCount): @@ -3159,16 +3033,9 @@ def SBF3():           print(NewShowWord.replace(" ", ""))  def SBF4(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 3: -      break -     if length_end < 3: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3220,16 +3087,9 @@ def SBF4():            print(NewShowWord.replace(" ", ""))  def SBF5(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 4: -      break -     if length_end < 4: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3280,16 +3140,9 @@ def SBF5():             print(NewShowWord.replace(" ", ""))  def SBF6(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 5: -      break -     if length_end < 5: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3345,16 +3198,9 @@ def SBF6():              print(NewShowWord.replace(" ", ""))  def SBF7(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 6: -      break -     if length_end < 6: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3409,16 +3255,9 @@ def SBF7():               print(NewShowWord.replace(" ", ""))  def SBF8(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 7: -      break -     if length_end < 7: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3478,16 +3317,9 @@ def SBF8():                print(NewShowWord.replace(" ", ""))  def SBF9(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 8: -      break -     if length_end < 8: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3546,16 +3378,9 @@ def SBF9():                 print(NewShowWord.replace(" ", ""))  def SBF10(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 9: -      break -     if length_end < 9: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3619,16 +3444,9 @@ def SBF10():                  print(NewShowWord.replace(" ", ""))  def SBF11(): -    WordCount = 0 -    for CountWords in ShowWord: -     WordCount += 1      if NoChar is True:       sys.exit(0)      for u in range(StateU, UserCount): -     if length_start > 10: -      break -     if length_end < 10: -      sys.exit(0)       for a in range(StateA, EndCount):        for b in range(StateB, EndCount):         for c in range(StateC, EndCount): @@ -3729,6 +3547,183 @@ if Create is True:   sys.stdout.write('\r')   sys.exit(SpliceX + 'compiled ' + str(N) + ' passwords. enjoy ;-)') +def C_BF1(): +    if length_start > 0: +     pass +    elif length_end < 0: +     sys.exit(SpliceX + 'unable to find password') +    elif StdoutSwitch is True: +     BF1() + +def C_BF2(): +    if length_start > 1: +     pass +    elif length_end < 1: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF2() + +def C_BF3(): +    if length_start > 2: +     pass +    elif length_end < 2: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF3() + +def C_BF4(): +    if length_start > 3: +     pass +    elif length_end < 3: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF4() + +def C_BF5(): +    if length_start > 4: +     pass +    elif length_end < 4: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF5() + +def C_BF6(): +    if length_start > 5: +     pass +    elif length_end < 5: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF6() + +def C_BF7(): +    if length_start > 6: +     pass +    elif length_end < 6: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF7() + +def C_BF8(): +    if length_start > 7: +     pass +    elif length_end < 7: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF8() + +def C_BF9(): +    if length_start > 8: +     pass +    elif length_end < 8: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF9() + +def C_BF10(): +    if length_start > 9: +     pass +    elif length_end < 9: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF10() + +def C_BF11(): +    if length_start > 10: +     pass +    elif length_end < 10: +     sys.exit(SpliceX + 'unable to find password') +    else: +     BF11() + +def C_SBF1(): +    if length_start > 0: +     pass +    elif length_end < 0: +     sys.exit(0) +    elif StdoutSwitch is True: +     SBF1() + +def C_SBF2(): +    if length_start > 1: +     pass +    elif length_end < 1: +     sys.exit(0) +    else: +     SBF2() + +def C_SBF3(): +    if length_start > 2: +     pass +    elif length_end < 2: +     sys.exit(0) +    else: +     SBF3() + +def C_SBF4(): +    if length_start > 3: +     pass +    elif length_end < 3: +     sys.exit(0) +    else: +     SBF4() + +def C_SBF5(): +    if length_start > 4: +     pass +    elif length_end < 4: +     sys.exit(0) +    else: +     SBF5() + +def C_SBF6(): +    if length_start > 5: +     pass +    elif length_end < 5: +     sys.exit(0) +    else: +     SBF6() + +def C_SBF7(): +    if length_start > 6: +     pass +    elif length_end < 6: +     sys.exit(0) +    else: +     SBF7() + +def C_SBF8(): +    if length_start > 7: +     pass +    elif length_end < 7: +     sys.exit(0) +    else: +     SBF8() + +def C_SBF9(): +    if length_start > 8: +     pass +    elif length_end < 8: +     sys.exit(0) +    else: +     SBF9() + +def C_SBF10(): +    if length_start > 9: +     pass +    elif length_end < 9: +     sys.exit(0) +    else: +     SBF10() + +def C_SBF11(): +    if length_start > 10: +     pass +    elif length_end < 10: +     sys.exit(0) +    else: +     SBF11() + +  if RestoreSwitch is False:   StateCount = 0  if RestoreSwitch is False and StdoutSwitch is False: @@ -3744,17 +3739,17 @@ if RestoreSwitch is False and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF1() - BF2() - BF3() - BF4() - BF5() - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF1() + C_BF2() + C_BF3() + C_BF4() + C_BF5() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False: @@ -3770,7 +3765,7 @@ if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF1() + C_BF1()   StateW = 0   StateA = 0   StateB = 0 @@ -3782,18 +3777,18 @@ if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF2() - BF3() - BF4() - BF5() - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF2() + C_BF3() + C_BF4() + C_BF5() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password") -if StateCount == 21 and RestoreSwitch is True and StdoutSwitch is False: +if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22])   StateW = int(State[23])   StateA = 0 @@ -3806,7 +3801,7 @@ if StateCount == 21 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF1() + C_BF1()   StateW = 0   StateA = 0   StateB = 0 @@ -3818,16 +3813,16 @@ if StateCount == 21 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF2() - BF3() - BF4() - BF5() - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF2() + C_BF3() + C_BF4() + C_BF5() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -3842,7 +3837,7 @@ elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF2() + C_BF2()   StateW = 0   StateA = 0   StateB = 0 @@ -3854,15 +3849,15 @@ elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF3() - BF4() - BF5() - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF3() + C_BF4() + C_BF5() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -3877,7 +3872,7 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF3() + C_BF3()   StateW = 0   StateA = 0   StateB = 0 @@ -3889,14 +3884,14 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF4() - BF5() - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF4() + C_BF5() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -3911,7 +3906,7 @@ elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF4() + C_BF4()   StateW = 0   StateA = 0   StateB = 0 @@ -3923,13 +3918,13 @@ elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF5() - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF5() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -3944,7 +3939,7 @@ elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF5() + C_BF5()   StateW = 0   StateA = 0   StateB = 0 @@ -3956,12 +3951,12 @@ elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF6() - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF6() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -3976,7 +3971,7 @@ elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF6() + C_BF6()   StateW = 0   StateA = 0   StateB = 0 @@ -3988,11 +3983,11 @@ elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF7() - BF8() - BF9() - BF10() - BF11() + C_BF7() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -4007,7 +4002,7 @@ elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF7() + C_BF7()   StateW = 0   StateA = 0   StateB = 0 @@ -4019,10 +4014,10 @@ elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF8() - BF9() - BF10() - BF11() + C_BF8() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -4037,7 +4032,7 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF8() + C_BF8()   StateW = 0   StateA = 0   StateB = 0 @@ -4049,9 +4044,9 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF9() - BF10() - BF11() + C_BF9() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -4066,7 +4061,7 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:   StateH = int(State[31])   StateI = 0   StateJ = 0 - BF9() + C_BF9()   StateW = 0   StateA = 0   StateB = 0 @@ -4078,8 +4073,8 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF10() - BF11() + C_BF10() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -4094,7 +4089,7 @@ elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False:   StateH = int(State[31])   StateI = int(State[32])   StateJ = 0 - BF10() + C_BF10()   StateW = 0   StateA = 0   StateB = 0 @@ -4106,7 +4101,7 @@ elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False:   StateH = 0   StateI = 0   StateJ = 0 - BF11() + C_BF11()   sys.exit(SpliceX + " unable to find password")  elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False:   StateU = int(State[22]) @@ -4121,7 +4116,7 @@ elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False:   StateH = int(State[31])   StateI = int(State[32])   StateJ = int(State[33]) - BF11() + C_BF11()   sys.exit(SpliceX + " unable to find password")  if RestoreSwitch is False and StdoutSwitch is True: @@ -4137,17 +4132,17 @@ if RestoreSwitch is False and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF1() - SBF2() - SBF3() - SBF4() - SBF5() - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF1() + C_SBF2() + C_SBF3() + C_SBF4() + C_SBF5() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is True: @@ -4163,7 +4158,7 @@ if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF1() + C_SBF1()   StateW = 0   StateA = 0   StateB = 0 @@ -4175,16 +4170,16 @@ if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF2() - SBF3() - SBF4() - SBF5() - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF2() + C_SBF3() + C_SBF4() + C_SBF5() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4199,7 +4194,7 @@ if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF1() + C_SBF1()   StateW = 0   StateA = 0   StateB = 0 @@ -4211,16 +4206,16 @@ if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF2() - SBF3() - SBF4() - SBF5() - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF2() + C_SBF3() + C_SBF4() + C_SBF5() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4235,7 +4230,7 @@ elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF2() + C_SBF2()   StateW = 0   StateA = 0   StateB = 0 @@ -4247,15 +4242,15 @@ elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF3() - SBF4() - SBF5() - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF3() + C_SBF4() + C_SBF5() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4270,7 +4265,7 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF3() + C_SBF3()   StateW = 0   StateA = 0   StateB = 0 @@ -4282,14 +4277,14 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF4() - SBF5() - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF4() + C_SBF5() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4304,7 +4299,7 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF4() + C_SBF4()   StateW = 0   StateA = 0   StateB = 0 @@ -4316,13 +4311,13 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF5() - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF5() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4337,7 +4332,7 @@ elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF5() + C_SBF5()   StateW = 0   StateA = 0   StateB = 0 @@ -4349,12 +4344,12 @@ elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF6() - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF6() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4369,7 +4364,7 @@ elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF6() + C_SBF6()   StateW = 0   StateA = 0   StateB = 0 @@ -4381,11 +4376,11 @@ elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF7() - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF7() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4400,7 +4395,7 @@ elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF7() + C_SBF7()   StateW = 0   StateA = 0   StateB = 0 @@ -4412,10 +4407,10 @@ elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF8() - SBF9() - SBF10() - SBF11() + C_SBF8() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4430,7 +4425,7 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF8() + C_SBF8()   StateW = 0   StateA = 0   StateB = 0 @@ -4442,9 +4437,9 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF9() - SBF10() - SBF11() + C_SBF9() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 31 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4459,7 +4454,7 @@ elif StateCount == 31 and RestoreSwitch is True and StdoutSwitch is True:   StateH = int(State[31])   StateI = 0   StateJ = 0 - SBF9() + C_SBF9()   StateW = 0   StateA = 0   StateB = 0 @@ -4471,8 +4466,8 @@ elif StateCount == 31 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF10() - SBF11() + C_SBF10() + C_SBF11()   sys.exit(0)  elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4487,7 +4482,7 @@ elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is True:   StateH = int(State[31])   StateI = int(State[32])   StateJ = 0 - SBF10() + C_SBF10()   StateW = 0   StateA = 0   StateB = 0 @@ -4499,7 +4494,7 @@ elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is True:   StateH = 0   StateI = 0   StateJ = 0 - SBF11() + C_SBF11()   sys.exit(0)  elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is True:   StateU = int(State[22]) @@ -4514,7 +4509,7 @@ elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is True:   StateH = int(State[31])   StateI = int(State[32])   StateJ = int(State[33]) - SBF11() + C_SBF11()   sys.exit(0)  sys.exit(SpliceX + " unknown error: please report bug to author") | 
