comparison contrib/splicex/src/splicex.pyx @ 705:dc8f88270f6a draft

SpliceX update: pyinstall added
author d3v11 <d3v11@d3v11.ano>
date Sat, 29 Oct 2011 10:17:30 -0400
parents db9ea3bb0e3a
children 77fbf12a5d3a
comparison
equal deleted inserted replaced
703:db9ea3bb0e3a 705:dc8f88270f6a
1727 UserCount = 1 1727 UserCount = 1
1728 1728
1729 if not Word: 1729 if not Word:
1730 sys.exit(SpliceX + "error: compiled empty wordlist") 1730 sys.exit(SpliceX + "error: compiled empty wordlist")
1731 1731
1732 Word = list(set(Word)) 1732 Word = list(set(Word))
1733 WordCount = 0
1733 ShowWord = [] 1734 ShowWord = []
1734 PassWd = [] 1735 PassWd = []
1735 for Input in Word: 1736 for Input in Word:
1736 ShowWord.append(Input) 1737 ShowWord.append(Input)
1737 c = "" 1738 c = ""
1738 for let in Input: 1739 for let in Input:
1739 c += "\\\\\\" + let 1740 c += "\\\\\\" + let
1740 PassWd.append(c) 1741 PassWd.append(c)
1741 1742
1742 timeup = 0 1743
1743 PassAmount = 0
1744 StartTime = time.time() - 1
1745 if TIME != None: 1744 if TIME != None:
1746 try: 1745 try:
1747 TIME = TIME.split(", ") 1746 TIME = TIME.split(", ")
1748 sleep_now = int(TIME[0]) 1747 sleep_now = int(TIME[0])
1749 sleep_for = int(TIME[1]) 1748 sleep_for = int(TIME[1])
1771 1770
1772 else: 1771 else:
1773 length_start = 0 1772 length_start = 0
1774 length_end = 10 1773 length_end = 10
1775 1774
1776 WordCount = 0
1777 for CountWords in ShowWord:
1778 WordCount += 1
1779
1780 def BF1(): 1775 def BF1():
1781 global timeup, PassAmount 1776 WordCount = 0
1777 for CountWords in ShowWord:
1778 WordCount += 1
1779 StartTime = time.time()
1780 StartTime = StartTime - 1
1781 PassAmount = 0
1782 timeup = 0
1782 for u in range(StateU, UserCount): 1783 for u in range(StateU, UserCount):
1784 if length_start > 0:
1785 break
1786 if length_end < 0:
1787 sys.exit(SpliceX + 'unable to find password')
1783 for x in range(StateW, WordCount): 1788 for x in range(StateW, WordCount):
1784 if SaveSwitch is True: 1789 if SaveSwitch is True:
1785 WriteSave = [] 1790 WriteSave = []
1786 FILE = open(save, 'w') 1791 FILE = open(save, 'w')
1787 WriteSave.append(str(cmd)) 1792 WriteSave.append(str(cmd))
1828 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 1833 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
1829 else: 1834 else:
1830 print(output) 1835 print(output)
1831 1836
1832 def BF2(): 1837 def BF2():
1833 global timeup, PassAmount
1834 if NoChar is True: 1838 if NoChar is True:
1835 sys.exit(SpliceX + 'unable to find password') 1839 sys.exit(SpliceX + 'unable to find password')
1840 WordCount = 0
1841 for CountWords in ShowWord:
1842 WordCount += 1
1843 StartTime = time.time()
1844 StartTime = StartTime - 1
1845 PassAmount = 0
1846 timeup = 0
1836 for u in range(StateU, UserCount): 1847 for u in range(StateU, UserCount):
1848 if length_start > 1:
1849 break
1850 if length_end < 1:
1851 sys.exit(SpliceX + 'unable to find password')
1837 for a in range(StateA, EndCount): 1852 for a in range(StateA, EndCount):
1838 for x in range(StateW, WordCount): 1853 for x in range(StateW, WordCount):
1839 if SaveSwitch is True: 1854 if SaveSwitch is True:
1840 WriteSave = [] 1855 WriteSave = []
1841 FILE = open(save, 'w') 1856 FILE = open(save, 'w')
1903 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 1918 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
1904 else: 1919 else:
1905 print(output) 1920 print(output)
1906 1921
1907 def BF3(): 1922 def BF3():
1908 global timeup, PassAmount
1909 if NoChar is True: 1923 if NoChar is True:
1910 sys.exit(SpliceX + 'unable to find password') 1924 sys.exit(SpliceX + 'unable to find password')
1925 WordCount = 0
1926 for CountWords in ShowWord:
1927 WordCount += 1
1928 StartTime = time.time()
1929 StartTime = StartTime - 1
1930 PassAmount = 0
1931 timeup = 0
1911 for u in range(StateU, UserCount): 1932 for u in range(StateU, UserCount):
1933 if length_start > 2:
1934 break
1935 if length_end < 2:
1936 sys.exit(SpliceX + 'unable to find password')
1912 for a in range(StateA, EndCount): 1937 for a in range(StateA, EndCount):
1913 for b in range(StateB, EndCount): 1938 for b in range(StateB, EndCount):
1914 for x in range(StateW, WordCount): 1939 for x in range(StateW, WordCount):
1915 if SaveSwitch is True: 1940 if SaveSwitch is True:
1916 WriteSave = [] 1941 WriteSave = []
1998 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2023 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
1999 else: 2024 else:
2000 print(output) 2025 print(output)
2001 2026
2002 def BF4(): 2027 def BF4():
2003 global timeup, PassAmount
2004 if NoChar is True: 2028 if NoChar is True:
2005 sys.exit(SpliceX + 'unable to find password') 2029 sys.exit(SpliceX + 'unable to find password')
2030 WordCount = 0
2031 for CountWords in ShowWord:
2032 WordCount += 1
2033 StartTime = time.time()
2034 StartTime = StartTime - 1
2035 PassAmount = 0
2036 timeup = 0
2006 for u in range(StateU, UserCount): 2037 for u in range(StateU, UserCount):
2038 if length_start > 3:
2039 break
2040 if length_end < 3:
2041 sys.exit(SpliceX + 'unable to find password')
2007 for a in range(StateA, EndCount): 2042 for a in range(StateA, EndCount):
2008 for b in range(StateB, EndCount): 2043 for b in range(StateB, EndCount):
2009 for c in range(StateC, EndCount): 2044 for c in range(StateC, EndCount):
2010 for x in range(StateW, WordCount): 2045 for x in range(StateW, WordCount):
2011 if SaveSwitch is True: 2046 if SaveSwitch is True:
2113 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2148 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2114 else: 2149 else:
2115 print(output) 2150 print(output)
2116 2151
2117 def BF5(): 2152 def BF5():
2118 global timeup, PassAmount
2119 if NoChar is True: 2153 if NoChar is True:
2120 sys.exit(SpliceX + 'unable to find password') 2154 sys.exit(SpliceX + 'unable to find password')
2155 WordCount = 0
2156 for CountWords in ShowWord:
2157 WordCount += 1
2158 StartTime = time.time()
2159 StartTime = StartTime - 1
2160 PassAmount = 0
2161 timeup = 0
2121 for u in range(StateU, UserCount): 2162 for u in range(StateU, UserCount):
2163 if length_start > 4:
2164 break
2165 if length_end < 4:
2166 sys.exit(SpliceX + 'unable to find password')
2122 for a in range(StateA, EndCount): 2167 for a in range(StateA, EndCount):
2123 for b in range(StateB, EndCount): 2168 for b in range(StateB, EndCount):
2124 for c in range(StateC, EndCount): 2169 for c in range(StateC, EndCount):
2125 for d in range(StateD, EndCount): 2170 for d in range(StateD, EndCount):
2126 for x in range(StateW, WordCount): 2171 for x in range(StateW, WordCount):
2212 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2257 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2213 else: 2258 else:
2214 print(output) 2259 print(output)
2215 2260
2216 def BF6(): 2261 def BF6():
2217 global timeup, PassAmount
2218 if NoChar is True: 2262 if NoChar is True:
2219 sys.exit(SpliceX + 'unable to find password') 2263 sys.exit(SpliceX + 'unable to find password')
2264 WordCount = 0
2265 for CountWords in ShowWord:
2266 WordCount += 1
2267 StartTime = time.time()
2268 StartTime = StartTime - 1
2269 PassAmount = 0
2270 timeup = 0
2220 for u in range(StateU, UserCount): 2271 for u in range(StateU, UserCount):
2272 if length_start > 5:
2273 break
2274 if length_end < 5:
2275 sys.exit(SpliceX + 'unable to find password')
2221 for a in range(StateA, EndCount): 2276 for a in range(StateA, EndCount):
2222 for b in range(StateB, EndCount): 2277 for b in range(StateB, EndCount):
2223 for c in range(StateC, EndCount): 2278 for c in range(StateC, EndCount):
2224 for d in range(StateD, EndCount): 2279 for d in range(StateD, EndCount):
2225 for e in range(StateE, EndCount): 2280 for e in range(StateE, EndCount):
2331 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2386 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2332 else: 2387 else:
2333 print(output) 2388 print(output)
2334 2389
2335 def BF7(): 2390 def BF7():
2336 global timeup, PassAmount
2337 if NoChar is True: 2391 if NoChar is True:
2338 sys.exit(SpliceX + 'unable to find password') 2392 sys.exit(SpliceX + 'unable to find password')
2393 WordCount = 0
2394 for CountWords in ShowWord:
2395 WordCount += 1
2396 StartTime = time.time()
2397 StartTime = StartTime - 1
2398 PassAmount = 0
2399 timeup = 0
2339 for u in range(StateU, UserCount): 2400 for u in range(StateU, UserCount):
2401 if length_start > 6:
2402 break
2403 if length_end < 6:
2404 sys.exit(SpliceX + 'unable to find password')
2340 for a in range(StateA, EndCount): 2405 for a in range(StateA, EndCount):
2341 for b in range(StateB, EndCount): 2406 for b in range(StateB, EndCount):
2342 for c in range(StateC, EndCount): 2407 for c in range(StateC, EndCount):
2343 for d in range(StateD, EndCount): 2408 for d in range(StateD, EndCount):
2344 for e in range(StateE, EndCount): 2409 for e in range(StateE, EndCount):
2434 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2499 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2435 else: 2500 else:
2436 print(output) 2501 print(output)
2437 2502
2438 def BF8(): 2503 def BF8():
2439 global timeup, PassAmount
2440 if NoChar is True: 2504 if NoChar is True:
2441 sys.exit(SpliceX + 'unable to find password') 2505 sys.exit(SpliceX + 'unable to find password')
2506 WordCount = 0
2507 for CountWords in ShowWord:
2508 WordCount += 1
2509 StartTime = time.time()
2510 StartTime = StartTime - 1
2511 PassAmount = 0
2512 timeup = 0
2442 for u in range(StateU, UserCount): 2513 for u in range(StateU, UserCount):
2514 if length_start > 7:
2515 break
2516 if length_end < 7:
2517 sys.exit(SpliceX + 'unable to find password')
2443 for a in range(StateA, EndCount): 2518 for a in range(StateA, EndCount):
2444 for b in range(StateB, EndCount): 2519 for b in range(StateB, EndCount):
2445 for c in range(StateC, EndCount): 2520 for c in range(StateC, EndCount):
2446 for d in range(StateD, EndCount): 2521 for d in range(StateD, EndCount):
2447 for e in range(StateE, EndCount): 2522 for e in range(StateE, EndCount):
2557 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2632 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2558 else: 2633 else:
2559 print(output) 2634 print(output)
2560 2635
2561 def BF9(): 2636 def BF9():
2562 global timeup, PassAmount
2563 if NoChar is True: 2637 if NoChar is True:
2564 sys.exit(SpliceX + 'unable to find password') 2638 sys.exit(SpliceX + 'unable to find password')
2639 WordCount = 0
2640 for CountWords in ShowWord:
2641 WordCount += 1
2642 StartTime = time.time()
2643 StartTime = StartTime - 1
2644 PassAmount = 0
2645 timeup = 0
2565 for u in range(StateU, UserCount): 2646 for u in range(StateU, UserCount):
2647 if length_start > 8:
2648 break
2649 if length_end < 8:
2650 sys.exit(SpliceX + 'unable to find password')
2566 for a in range(StateA, EndCount): 2651 for a in range(StateA, EndCount):
2567 for b in range(StateB, EndCount): 2652 for b in range(StateB, EndCount):
2568 for c in range(StateC, EndCount): 2653 for c in range(StateC, EndCount):
2569 for d in range(StateD, EndCount): 2654 for d in range(StateD, EndCount):
2570 for e in range(StateE, EndCount): 2655 for e in range(StateE, EndCount):
2664 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2749 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2665 else: 2750 else:
2666 print(output) 2751 print(output)
2667 2752
2668 def BF10(): 2753 def BF10():
2669 global timeup, PassAmount
2670 if NoChar is True: 2754 if NoChar is True:
2671 sys.exit(SpliceX + 'unable to find password') 2755 sys.exit(SpliceX + 'unable to find password')
2756 WordCount = 0
2757 for CountWords in ShowWord:
2758 WordCount += 1
2759 StartTime = time.time()
2760 StartTime = StartTime - 1
2761 PassAmount = 0
2762 timeup = 0
2672 for u in range(StateU, UserCount): 2763 for u in range(StateU, UserCount):
2764 if length_start > 9:
2765 break
2766 if length_end < 9:
2767 sys.exit(SpliceX + 'unable to find password')
2673 for a in range(StateA, EndCount): 2768 for a in range(StateA, EndCount):
2674 for b in range(StateB, EndCount): 2769 for b in range(StateB, EndCount):
2675 for c in range(StateC, EndCount): 2770 for c in range(StateC, EndCount):
2676 for d in range(StateD, EndCount): 2771 for d in range(StateD, EndCount):
2677 for e in range(StateE, EndCount): 2772 for e in range(StateE, EndCount):
2791 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 2886 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2792 else: 2887 else:
2793 print(output) 2888 print(output)
2794 2889
2795 def BF11(): 2890 def BF11():
2796 global timeup, PassAmount
2797 if NoChar is True: 2891 if NoChar is True:
2798 sys.exit(SpliceX + 'unable to find password') 2892 sys.exit(SpliceX + 'unable to find password')
2893 WordCount = 0
2894 for CountWords in ShowWord:
2895 WordCount += 1
2896 StartTime = time.time()
2897 StartTime = StartTime - 1
2898 PassAmount = 0
2899 timeup = 0
2799 for u in range(StateU, UserCount): 2900 for u in range(StateU, UserCount):
2901 if length_start > 10:
2902 break
2903 if length_end < 10:
2904 sys.exit(SpliceX + 'unable to find password')
2800 for a in range(StateA, EndCount): 2905 for a in range(StateA, EndCount):
2801 for b in range(StateB, EndCount): 2906 for b in range(StateB, EndCount):
2802 for c in range(StateC, EndCount): 2907 for c in range(StateC, EndCount):
2803 for d in range(StateD, EndCount): 2908 for d in range(StateD, EndCount):
2804 for e in range(StateE, EndCount): 2909 for e in range(StateE, EndCount):
2902 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour) 3007 sys.exit(Red + "[PASSWORD FOUND]: " + Green + NewShowWord + DefColour)
2903 else: 3008 else:
2904 print(output) 3009 print(output)
2905 3010
2906 def SBF1(): 3011 def SBF1():
3012 WordCount = 0
3013 for CountWords in ShowWord:
3014 WordCount += 1
2907 for u in range(StateU, UserCount): 3015 for u in range(StateU, UserCount):
3016 if length_start > 0:
3017 break
3018 if length_end < 0:
3019 sys.exit(0)
2908 for x in range(StateW, WordCount): 3020 for x in range(StateW, WordCount):
2909 if SaveSwitch is True: 3021 if SaveSwitch is True:
2910 WriteSave = [] 3022 WriteSave = []
2911 FILE = open(save, 'w') 3023 FILE = open(save, 'w')
2912 WriteSave.append(str(cmd)) 3024 WriteSave.append(str(cmd))
2938 FILE.close() 3050 FILE.close()
2939 NewShowWord = ShowWord[x] 3051 NewShowWord = ShowWord[x]
2940 print(NewShowWord.replace(" ", "")) 3052 print(NewShowWord.replace(" ", ""))
2941 3053
2942 def SBF2(): 3054 def SBF2():
3055 WordCount = 0
3056 for CountWords in ShowWord:
3057 WordCount += 1
2943 if NoChar is True: 3058 if NoChar is True:
2944 sys.exit(0) 3059 sys.exit(0)
2945 for u in range(StateU, UserCount): 3060 for u in range(StateU, UserCount):
3061 if length_start > 1:
3062 break
3063 if length_end < 1:
3064 sys.exit(0)
2946 for a in range(StateA, EndCount): 3065 for a in range(StateA, EndCount):
2947 for x in range(StateW, WordCount): 3066 for x in range(StateW, WordCount):
2948 if SaveSwitch is True: 3067 if SaveSwitch is True:
2949 WriteSave = [] 3068 WriteSave = []
2950 FILE = open(save, 'w') 3069 FILE = open(save, 'w')
2982 if ExhSwitch is False: 3101 if ExhSwitch is False:
2983 NewShowWord = ShowWord[x] + Char1[a] 3102 NewShowWord = ShowWord[x] + Char1[a]
2984 print(NewShowWord.replace(" ", "")) 3103 print(NewShowWord.replace(" ", ""))
2985 3104
2986 def SBF3(): 3105 def SBF3():
3106 WordCount = 0
3107 for CountWords in ShowWord:
3108 WordCount += 1
2987 if NoChar is True: 3109 if NoChar is True:
2988 sys.exit(0) 3110 sys.exit(0)
2989 for u in range(StateU, UserCount): 3111 for u in range(StateU, UserCount):
3112 if length_start > 2:
3113 break
3114 if length_end < 2:
3115 sys.exit(0)
2990 for a in range(StateA, EndCount): 3116 for a in range(StateA, EndCount):
2991 for b in range(StateB, EndCount): 3117 for b in range(StateB, EndCount):
2992 for x in range(StateW, WordCount): 3118 for x in range(StateW, WordCount):
2993 if SaveSwitch is True: 3119 if SaveSwitch is True:
2994 WriteSave = [] 3120 WriteSave = []
3031 3157
3032 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] 3158 NewShowWord = ShowWord[x] + Char1[b] + Char1[a]
3033 print(NewShowWord.replace(" ", "")) 3159 print(NewShowWord.replace(" ", ""))
3034 3160
3035 def SBF4(): 3161 def SBF4():
3162 WordCount = 0
3163 for CountWords in ShowWord:
3164 WordCount += 1
3036 if NoChar is True: 3165 if NoChar is True:
3037 sys.exit(0) 3166 sys.exit(0)
3038 for u in range(StateU, UserCount): 3167 for u in range(StateU, UserCount):
3168 if length_start > 3:
3169 break
3170 if length_end < 3:
3171 sys.exit(0)
3039 for a in range(StateA, EndCount): 3172 for a in range(StateA, EndCount):
3040 for b in range(StateB, EndCount): 3173 for b in range(StateB, EndCount):
3041 for c in range(StateC, EndCount): 3174 for c in range(StateC, EndCount):
3042 for x in range(StateW, WordCount): 3175 for x in range(StateW, WordCount):
3043 if SaveSwitch is True: 3176 if SaveSwitch is True:
3085 3218
3086 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] + Char1[c] 3219 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] + Char1[c]
3087 print(NewShowWord.replace(" ", "")) 3220 print(NewShowWord.replace(" ", ""))
3088 3221
3089 def SBF5(): 3222 def SBF5():
3223 WordCount = 0
3224 for CountWords in ShowWord:
3225 WordCount += 1
3090 if NoChar is True: 3226 if NoChar is True:
3091 sys.exit(0) 3227 sys.exit(0)
3092 for u in range(StateU, UserCount): 3228 for u in range(StateU, UserCount):
3229 if length_start > 4:
3230 break
3231 if length_end < 4:
3232 sys.exit(0)
3093 for a in range(StateA, EndCount): 3233 for a in range(StateA, EndCount):
3094 for b in range(StateB, EndCount): 3234 for b in range(StateB, EndCount):
3095 for c in range(StateC, EndCount): 3235 for c in range(StateC, EndCount):
3096 for d in range(StateD, EndCount): 3236 for d in range(StateD, EndCount):
3097 for x in range(StateW, WordCount): 3237 for x in range(StateW, WordCount):
3138 3278
3139 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] 3279 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c]
3140 print(NewShowWord.replace(" ", "")) 3280 print(NewShowWord.replace(" ", ""))
3141 3281
3142 def SBF6(): 3282 def SBF6():
3283 WordCount = 0
3284 for CountWords in ShowWord:
3285 WordCount += 1
3143 if NoChar is True: 3286 if NoChar is True:
3144 sys.exit(0) 3287 sys.exit(0)
3145 for u in range(StateU, UserCount): 3288 for u in range(StateU, UserCount):
3289 if length_start > 5:
3290 break
3291 if length_end < 5:
3292 sys.exit(0)
3146 for a in range(StateA, EndCount): 3293 for a in range(StateA, EndCount):
3147 for b in range(StateB, EndCount): 3294 for b in range(StateB, EndCount):
3148 for c in range(StateC, EndCount): 3295 for c in range(StateC, EndCount):
3149 for d in range(StateD, EndCount): 3296 for d in range(StateD, EndCount):
3150 for e in range(StateE, EndCount): 3297 for e in range(StateE, EndCount):
3196 3343
3197 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] 3344 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e]
3198 print(NewShowWord.replace(" ", "")) 3345 print(NewShowWord.replace(" ", ""))
3199 3346
3200 def SBF7(): 3347 def SBF7():
3348 WordCount = 0
3349 for CountWords in ShowWord:
3350 WordCount += 1
3201 if NoChar is True: 3351 if NoChar is True:
3202 sys.exit(0) 3352 sys.exit(0)
3203 for u in range(StateU, UserCount): 3353 for u in range(StateU, UserCount):
3354 if length_start > 6:
3355 break
3356 if length_end < 6:
3357 sys.exit(0)
3204 for a in range(StateA, EndCount): 3358 for a in range(StateA, EndCount):
3205 for b in range(StateB, EndCount): 3359 for b in range(StateB, EndCount):
3206 for c in range(StateC, EndCount): 3360 for c in range(StateC, EndCount):
3207 for d in range(StateD, EndCount): 3361 for d in range(StateD, EndCount):
3208 for e in range(StateE, EndCount): 3362 for e in range(StateE, EndCount):
3253 3407
3254 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] 3408 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e]
3255 print(NewShowWord.replace(" ", "")) 3409 print(NewShowWord.replace(" ", ""))
3256 3410
3257 def SBF8(): 3411 def SBF8():
3412 WordCount = 0
3413 for CountWords in ShowWord:
3414 WordCount += 1
3258 if NoChar is True: 3415 if NoChar is True:
3259 sys.exit(0) 3416 sys.exit(0)
3260 for u in range(StateU, UserCount): 3417 for u in range(StateU, UserCount):
3418 if length_start > 7:
3419 break
3420 if length_end < 7:
3421 sys.exit(0)
3261 for a in range(StateA, EndCount): 3422 for a in range(StateA, EndCount):
3262 for b in range(StateB, EndCount): 3423 for b in range(StateB, EndCount):
3263 for c in range(StateC, EndCount): 3424 for c in range(StateC, EndCount):
3264 for d in range(StateD, EndCount): 3425 for d in range(StateD, EndCount):
3265 for e in range(StateE, EndCount): 3426 for e in range(StateE, EndCount):
3315 3476
3316 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] 3477 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g]
3317 print(NewShowWord.replace(" ", "")) 3478 print(NewShowWord.replace(" ", ""))
3318 3479
3319 def SBF9(): 3480 def SBF9():
3481 WordCount = 0
3482 for CountWords in ShowWord:
3483 WordCount += 1
3320 if NoChar is True: 3484 if NoChar is True:
3321 sys.exit(0) 3485 sys.exit(0)
3322 for u in range(StateU, UserCount): 3486 for u in range(StateU, UserCount):
3487 if length_start > 8:
3488 break
3489 if length_end < 8:
3490 sys.exit(0)
3323 for a in range(StateA, EndCount): 3491 for a in range(StateA, EndCount):
3324 for b in range(StateB, EndCount): 3492 for b in range(StateB, EndCount):
3325 for c in range(StateC, EndCount): 3493 for c in range(StateC, EndCount):
3326 for d in range(StateD, EndCount): 3494 for d in range(StateD, EndCount):
3327 for e in range(StateE, EndCount): 3495 for e in range(StateE, EndCount):
3376 3544
3377 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] 3545 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g]
3378 print(NewShowWord.replace(" ", "")) 3546 print(NewShowWord.replace(" ", ""))
3379 3547
3380 def SBF10(): 3548 def SBF10():
3549 WordCount = 0
3550 for CountWords in ShowWord:
3551 WordCount += 1
3381 if NoChar is True: 3552 if NoChar is True:
3382 sys.exit(0) 3553 sys.exit(0)
3383 for u in range(StateU, UserCount): 3554 for u in range(StateU, UserCount):
3555 if length_start > 9:
3556 break
3557 if length_end < 9:
3558 sys.exit(0)
3384 for a in range(StateA, EndCount): 3559 for a in range(StateA, EndCount):
3385 for b in range(StateB, EndCount): 3560 for b in range(StateB, EndCount):
3386 for c in range(StateC, EndCount): 3561 for c in range(StateC, EndCount):
3387 for d in range(StateD, EndCount): 3562 for d in range(StateD, EndCount):
3388 for e in range(StateE, EndCount): 3563 for e in range(StateE, EndCount):
3442 3617
3443 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] 3618 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i]
3444 print(NewShowWord.replace(" ", "")) 3619 print(NewShowWord.replace(" ", ""))
3445 3620
3446 def SBF11(): 3621 def SBF11():
3622 WordCount = 0
3623 for CountWords in ShowWord:
3624 WordCount += 1
3447 if NoChar is True: 3625 if NoChar is True:
3448 sys.exit(0) 3626 sys.exit(0)
3449 for u in range(StateU, UserCount): 3627 for u in range(StateU, UserCount):
3628 if length_start > 10:
3629 break
3630 if length_end < 10:
3631 sys.exit(0)
3450 for a in range(StateA, EndCount): 3632 for a in range(StateA, EndCount):
3451 for b in range(StateB, EndCount): 3633 for b in range(StateB, EndCount):
3452 for c in range(StateC, EndCount): 3634 for c in range(StateC, EndCount):
3453 for d in range(StateD, EndCount): 3635 for d in range(StateD, EndCount):
3454 for e in range(StateE, EndCount): 3636 for e in range(StateE, EndCount):
3545 CFILE.close() 3727 CFILE.close()
3546 sys.stdout.write(CLEAR_LINE) 3728 sys.stdout.write(CLEAR_LINE)
3547 sys.stdout.write('\r') 3729 sys.stdout.write('\r')
3548 sys.exit(SpliceX + 'compiled ' + str(N) + ' passwords. enjoy ;-)') 3730 sys.exit(SpliceX + 'compiled ' + str(N) + ' passwords. enjoy ;-)')
3549 3731
3550 def C_BF1():
3551 if length_start > 0:
3552 pass
3553 elif length_end < 0:
3554 sys.exit(SpliceX + 'unable to find password')
3555 elif StdoutSwitch is True:
3556 BF1()
3557
3558 def C_BF2():
3559 if length_start > 1:
3560 pass
3561 elif length_end < 1:
3562 sys.exit(SpliceX + 'unable to find password')
3563 else:
3564 BF2()
3565
3566 def C_BF3():
3567 if length_start > 2:
3568 pass
3569 elif length_end < 2:
3570 sys.exit(SpliceX + 'unable to find password')
3571 else:
3572 BF3()
3573
3574 def C_BF4():
3575 if length_start > 3:
3576 pass
3577 elif length_end < 3:
3578 sys.exit(SpliceX + 'unable to find password')
3579 else:
3580 BF4()
3581
3582 def C_BF5():
3583 if length_start > 4:
3584 pass
3585 elif length_end < 4:
3586 sys.exit(SpliceX + 'unable to find password')
3587 else:
3588 BF5()
3589
3590 def C_BF6():
3591 if length_start > 5:
3592 pass
3593 elif length_end < 5:
3594 sys.exit(SpliceX + 'unable to find password')
3595 else:
3596 BF6()
3597
3598 def C_BF7():
3599 if length_start > 6:
3600 pass
3601 elif length_end < 6:
3602 sys.exit(SpliceX + 'unable to find password')
3603 else:
3604 BF7()
3605
3606 def C_BF8():
3607 if length_start > 7:
3608 pass
3609 elif length_end < 7:
3610 sys.exit(SpliceX + 'unable to find password')
3611 else:
3612 BF8()
3613
3614 def C_BF9():
3615 if length_start > 8:
3616 pass
3617 elif length_end < 8:
3618 sys.exit(SpliceX + 'unable to find password')
3619 else:
3620 BF9()
3621
3622 def C_BF10():
3623 if length_start > 9:
3624 pass
3625 elif length_end < 9:
3626 sys.exit(SpliceX + 'unable to find password')
3627 else:
3628 BF10()
3629
3630 def C_BF11():
3631 if length_start > 10:
3632 pass
3633 elif length_end < 10:
3634 sys.exit(SpliceX + 'unable to find password')
3635 else:
3636 BF11()
3637
3638 def C_SBF1():
3639 if length_start > 0:
3640 pass
3641 elif length_end < 0:
3642 sys.exit(0)
3643 elif StdoutSwitch is True:
3644 SBF1()
3645
3646 def C_SBF2():
3647 if length_start > 1:
3648 pass
3649 elif length_end < 1:
3650 sys.exit(0)
3651 else:
3652 SBF2()
3653
3654 def C_SBF3():
3655 if length_start > 2:
3656 pass
3657 elif length_end < 2:
3658 sys.exit(0)
3659 else:
3660 SBF3()
3661
3662 def C_SBF4():
3663 if length_start > 3:
3664 pass
3665 elif length_end < 3:
3666 sys.exit(0)
3667 else:
3668 SBF4()
3669
3670 def C_SBF5():
3671 if length_start > 4:
3672 pass
3673 elif length_end < 4:
3674 sys.exit(0)
3675 else:
3676 SBF5()
3677
3678 def C_SBF6():
3679 if length_start > 5:
3680 pass
3681 elif length_end < 5:
3682 sys.exit(0)
3683 else:
3684 SBF6()
3685
3686 def C_SBF7():
3687 if length_start > 6:
3688 pass
3689 elif length_end < 6:
3690 sys.exit(0)
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)
3699 else:
3700 SBF8()
3701
3702 def C_SBF9():
3703 if length_start > 8:
3704 pass
3705 elif length_end < 8:
3706 sys.exit(0)
3707 else:
3708 SBF9()
3709
3710 def C_SBF10():
3711 if length_start > 9:
3712 pass
3713 elif length_end < 9:
3714 sys.exit(0)
3715 else:
3716 SBF10()
3717
3718 def C_SBF11():
3719 if length_start > 10:
3720 pass
3721 elif length_end < 10:
3722 sys.exit(0)
3723 else:
3724 SBF11()
3725
3726
3727 if RestoreSwitch is False: 3732 if RestoreSwitch is False:
3728 StateCount = 0 3733 StateCount = 0
3729 if RestoreSwitch is False and StdoutSwitch is False: 3734 if RestoreSwitch is False and StdoutSwitch is False:
3730 StateU = 0 3735 StateU = 0
3731 StateW = 0 3736 StateW = 0
3737 StateF = 0 3742 StateF = 0
3738 StateG = 0 3743 StateG = 0
3739 StateH = 0 3744 StateH = 0
3740 StateI = 0 3745 StateI = 0
3741 StateJ = 0 3746 StateJ = 0
3742 C_BF1() 3747 BF1()
3743 C_BF2() 3748 BF2()
3744 C_BF3() 3749 BF3()
3745 C_BF4() 3750 BF4()
3746 C_BF5() 3751 BF5()
3747 C_BF6() 3752 BF6()
3748 C_BF7() 3753 BF7()
3749 C_BF8() 3754 BF8()
3750 C_BF9() 3755 BF9()
3751 C_BF10() 3756 BF10()
3752 C_BF11() 3757 BF11()
3753 sys.exit(SpliceX + " unable to find password") 3758 sys.exit(SpliceX + " unable to find password")
3754 3759
3755 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False: 3760 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False:
3756 StateU = int(State[22]) 3761 StateU = int(State[22])
3757 StateW = 0 3762 StateW = 0
3763 StateF = 0 3768 StateF = 0
3764 StateG = 0 3769 StateG = 0
3765 StateH = 0 3770 StateH = 0
3766 StateI = 0 3771 StateI = 0
3767 StateJ = 0 3772 StateJ = 0
3768 C_BF1() 3773 BF1()
3769 StateW = 0 3774 StateW = 0
3770 StateA = 0 3775 StateA = 0
3771 StateB = 0 3776 StateB = 0
3772 StateC = 0 3777 StateC = 0
3773 StateD = 0 3778 StateD = 0
3775 StateF = 0 3780 StateF = 0
3776 StateG = 0 3781 StateG = 0
3777 StateH = 0 3782 StateH = 0
3778 StateI = 0 3783 StateI = 0
3779 StateJ = 0 3784 StateJ = 0
3780 C_BF2() 3785 BF2()
3781 C_BF3() 3786 BF3()
3782 C_BF4() 3787 BF4()
3783 C_BF5() 3788 BF5()
3784 C_BF6() 3789 BF6()
3785 C_BF7() 3790 BF7()
3786 C_BF8() 3791 BF8()
3787 C_BF9() 3792 BF9()
3788 C_BF10() 3793 BF10()
3789 C_BF11() 3794 BF11()
3790 sys.exit(SpliceX + " unable to find password") 3795 sys.exit(SpliceX + " unable to find password")
3791 if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is False: 3796 if StateCount == 21 and RestoreSwitch is True and StdoutSwitch is False:
3792 StateU = int(State[22]) 3797 StateU = int(State[22])
3793 StateW = int(State[23]) 3798 StateW = int(State[23])
3794 StateA = 0 3799 StateA = 0
3795 StateB = 0 3800 StateB = 0
3796 StateC = 0 3801 StateC = 0
3799 StateF = 0 3804 StateF = 0
3800 StateG = 0 3805 StateG = 0
3801 StateH = 0 3806 StateH = 0
3802 StateI = 0 3807 StateI = 0
3803 StateJ = 0 3808 StateJ = 0
3804 C_BF1() 3809 BF1()
3805 StateW = 0 3810 StateW = 0
3806 StateA = 0 3811 StateA = 0
3807 StateB = 0 3812 StateB = 0
3808 StateC = 0 3813 StateC = 0
3809 StateD = 0 3814 StateD = 0
3811 StateF = 0 3816 StateF = 0
3812 StateG = 0 3817 StateG = 0
3813 StateH = 0 3818 StateH = 0
3814 StateI = 0 3819 StateI = 0
3815 StateJ = 0 3820 StateJ = 0
3816 C_BF2() 3821 BF2()
3817 C_BF3() 3822 BF3()
3818 C_BF4() 3823 BF4()
3819 C_BF5() 3824 BF5()
3820 C_BF6() 3825 BF6()
3821 C_BF7() 3826 BF7()
3822 C_BF8() 3827 BF8()
3823 C_BF9() 3828 BF9()
3824 C_BF10() 3829 BF10()
3825 C_BF11() 3830 BF11()
3826 sys.exit(SpliceX + " unable to find password") 3831 sys.exit(SpliceX + " unable to find password")
3827 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False: 3832 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False:
3828 StateU = int(State[22]) 3833 StateU = int(State[22])
3829 StateW = int(State[23]) 3834 StateW = int(State[23])
3830 StateA = int(State[24]) 3835 StateA = int(State[24])
3835 StateF = 0 3840 StateF = 0
3836 StateG = 0 3841 StateG = 0
3837 StateH = 0 3842 StateH = 0
3838 StateI = 0 3843 StateI = 0
3839 StateJ = 0 3844 StateJ = 0
3840 C_BF2() 3845 BF2()
3841 StateW = 0 3846 StateW = 0
3842 StateA = 0 3847 StateA = 0
3843 StateB = 0 3848 StateB = 0
3844 StateC = 0 3849 StateC = 0
3845 StateD = 0 3850 StateD = 0
3847 StateF = 0 3852 StateF = 0
3848 StateG = 0 3853 StateG = 0
3849 StateH = 0 3854 StateH = 0
3850 StateI = 0 3855 StateI = 0
3851 StateJ = 0 3856 StateJ = 0
3852 C_BF3() 3857 BF3()
3853 C_BF4() 3858 BF4()
3854 C_BF5() 3859 BF5()
3855 C_BF6() 3860 BF6()
3856 C_BF7() 3861 BF7()
3857 C_BF8() 3862 BF8()
3858 C_BF9() 3863 BF9()
3859 C_BF10() 3864 BF10()
3860 C_BF11() 3865 BF11()
3861 sys.exit(SpliceX + " unable to find password") 3866 sys.exit(SpliceX + " unable to find password")
3862 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False: 3867 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False:
3863 StateU = int(State[22]) 3868 StateU = int(State[22])
3864 StateW = int(State[23]) 3869 StateW = int(State[23])
3865 StateA = int(State[24]) 3870 StateA = int(State[24])
3870 StateF = 0 3875 StateF = 0
3871 StateG = 0 3876 StateG = 0
3872 StateH = 0 3877 StateH = 0
3873 StateI = 0 3878 StateI = 0
3874 StateJ = 0 3879 StateJ = 0
3875 C_BF3() 3880 BF3()
3876 StateW = 0 3881 StateW = 0
3877 StateA = 0 3882 StateA = 0
3878 StateB = 0 3883 StateB = 0
3879 StateC = 0 3884 StateC = 0
3880 StateD = 0 3885 StateD = 0
3882 StateF = 0 3887 StateF = 0
3883 StateG = 0 3888 StateG = 0
3884 StateH = 0 3889 StateH = 0
3885 StateI = 0 3890 StateI = 0
3886 StateJ = 0 3891 StateJ = 0
3887 C_BF4() 3892 BF4()
3888 C_BF5() 3893 BF5()
3889 C_BF6() 3894 BF6()
3890 C_BF7() 3895 BF7()
3891 C_BF8() 3896 BF8()
3892 C_BF9() 3897 BF9()
3893 C_BF10() 3898 BF10()
3894 C_BF11() 3899 BF11()
3895 sys.exit(SpliceX + " unable to find password") 3900 sys.exit(SpliceX + " unable to find password")
3896 elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False: 3901 elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False:
3897 StateU = int(State[22]) 3902 StateU = int(State[22])
3898 StateW = int(State[23]) 3903 StateW = int(State[23])
3899 StateA = int(State[24]) 3904 StateA = int(State[24])
3904 StateF = 0 3909 StateF = 0
3905 StateG = 0 3910 StateG = 0
3906 StateH = 0 3911 StateH = 0
3907 StateI = 0 3912 StateI = 0
3908 StateJ = 0 3913 StateJ = 0
3909 C_BF4() 3914 BF4()
3910 StateW = 0 3915 StateW = 0
3911 StateA = 0 3916 StateA = 0
3912 StateB = 0 3917 StateB = 0
3913 StateC = 0 3918 StateC = 0
3914 StateD = 0 3919 StateD = 0
3916 StateF = 0 3921 StateF = 0
3917 StateG = 0 3922 StateG = 0
3918 StateH = 0 3923 StateH = 0
3919 StateI = 0 3924 StateI = 0
3920 StateJ = 0 3925 StateJ = 0
3921 C_BF5() 3926 BF5()
3922 C_BF6() 3927 BF6()
3923 C_BF7() 3928 BF7()
3924 C_BF8() 3929 BF8()
3925 C_BF9() 3930 BF9()
3926 C_BF10() 3931 BF10()
3927 C_BF11() 3932 BF11()
3928 sys.exit(SpliceX + " unable to find password") 3933 sys.exit(SpliceX + " unable to find password")
3929 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False: 3934 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False:
3930 StateU = int(State[22]) 3935 StateU = int(State[22])
3931 StateW = int(State[23]) 3936 StateW = int(State[23])
3932 StateA = int(State[24]) 3937 StateA = int(State[24])
3937 StateF = 0 3942 StateF = 0
3938 StateG = 0 3943 StateG = 0
3939 StateH = 0 3944 StateH = 0
3940 StateI = 0 3945 StateI = 0
3941 StateJ = 0 3946 StateJ = 0
3942 C_BF5() 3947 BF5()
3943 StateW = 0 3948 StateW = 0
3944 StateA = 0 3949 StateA = 0
3945 StateB = 0 3950 StateB = 0
3946 StateC = 0 3951 StateC = 0
3947 StateD = 0 3952 StateD = 0
3949 StateF = 0 3954 StateF = 0
3950 StateG = 0 3955 StateG = 0
3951 StateH = 0 3956 StateH = 0
3952 StateI = 0 3957 StateI = 0
3953 StateJ = 0 3958 StateJ = 0
3954 C_BF6() 3959 BF6()
3955 C_BF7() 3960 BF7()
3956 C_BF8() 3961 BF8()
3957 C_BF9() 3962 BF9()
3958 C_BF10() 3963 BF10()
3959 C_BF11() 3964 BF11()
3960 sys.exit(SpliceX + " unable to find password") 3965 sys.exit(SpliceX + " unable to find password")
3961 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False: 3966 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False:
3962 StateU = int(State[22]) 3967 StateU = int(State[22])
3963 StateW = int(State[23]) 3968 StateW = int(State[23])
3964 StateA = int(State[24]) 3969 StateA = int(State[24])
3969 StateF = 0 3974 StateF = 0
3970 StateG = 0 3975 StateG = 0
3971 StateH = 0 3976 StateH = 0
3972 StateI = 0 3977 StateI = 0
3973 StateJ = 0 3978 StateJ = 0
3974 C_BF6() 3979 BF6()
3975 StateW = 0 3980 StateW = 0
3976 StateA = 0 3981 StateA = 0
3977 StateB = 0 3982 StateB = 0
3978 StateC = 0 3983 StateC = 0
3979 StateD = 0 3984 StateD = 0
3981 StateF = 0 3986 StateF = 0
3982 StateG = 0 3987 StateG = 0
3983 StateH = 0 3988 StateH = 0
3984 StateI = 0 3989 StateI = 0
3985 StateJ = 0 3990 StateJ = 0
3986 C_BF7() 3991 BF7()
3987 C_BF8() 3992 BF8()
3988 C_BF9() 3993 BF9()
3989 C_BF10() 3994 BF10()
3990 C_BF11() 3995 BF11()
3991 sys.exit(SpliceX + " unable to find password") 3996 sys.exit(SpliceX + " unable to find password")
3992 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False: 3997 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False:
3993 StateU = int(State[22]) 3998 StateU = int(State[22])
3994 StateW = int(State[23]) 3999 StateW = int(State[23])
3995 StateA = int(State[24]) 4000 StateA = int(State[24])
4000 StateF = int(State[29]) 4005 StateF = int(State[29])
4001 StateG = 0 4006 StateG = 0
4002 StateH = 0 4007 StateH = 0
4003 StateI = 0 4008 StateI = 0
4004 StateJ = 0 4009 StateJ = 0
4005 C_BF7() 4010 BF7()
4006 StateW = 0 4011 StateW = 0
4007 StateA = 0 4012 StateA = 0
4008 StateB = 0 4013 StateB = 0
4009 StateC = 0 4014 StateC = 0
4010 StateD = 0 4015 StateD = 0
4012 StateF = 0 4017 StateF = 0
4013 StateG = 0 4018 StateG = 0
4014 StateH = 0 4019 StateH = 0
4015 StateI = 0 4020 StateI = 0
4016 StateJ = 0 4021 StateJ = 0
4017 C_BF8() 4022 BF8()
4018 C_BF9() 4023 BF9()
4019 C_BF10() 4024 BF10()
4020 C_BF11() 4025 BF11()
4021 sys.exit(SpliceX + " unable to find password") 4026 sys.exit(SpliceX + " unable to find password")
4022 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False: 4027 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:
4023 StateU = int(State[22]) 4028 StateU = int(State[22])
4024 StateW = int(State[23]) 4029 StateW = int(State[23])
4025 StateA = int(State[24]) 4030 StateA = int(State[24])
4030 StateF = int(State[29]) 4035 StateF = int(State[29])
4031 StateG = int(State[30]) 4036 StateG = int(State[30])
4032 StateH = 0 4037 StateH = 0
4033 StateI = 0 4038 StateI = 0
4034 StateJ = 0 4039 StateJ = 0
4035 C_BF8() 4040 BF8()
4036 StateW = 0 4041 StateW = 0
4037 StateA = 0 4042 StateA = 0
4038 StateB = 0 4043 StateB = 0
4039 StateC = 0 4044 StateC = 0
4040 StateD = 0 4045 StateD = 0
4042 StateF = 0 4047 StateF = 0
4043 StateG = 0 4048 StateG = 0
4044 StateH = 0 4049 StateH = 0
4045 StateI = 0 4050 StateI = 0
4046 StateJ = 0 4051 StateJ = 0
4047 C_BF9() 4052 BF9()
4048 C_BF10() 4053 BF10()
4049 C_BF11() 4054 BF11()
4050 sys.exit(SpliceX + " unable to find password") 4055 sys.exit(SpliceX + " unable to find password")
4051 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False: 4056 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:
4052 StateU = int(State[22]) 4057 StateU = int(State[22])
4053 StateW = int(State[23]) 4058 StateW = int(State[23])
4054 StateA = int(State[24]) 4059 StateA = int(State[24])
4059 StateF = int(State[29]) 4064 StateF = int(State[29])
4060 StateG = int(State[30]) 4065 StateG = int(State[30])
4061 StateH = int(State[31]) 4066 StateH = int(State[31])
4062 StateI = 0 4067 StateI = 0
4063 StateJ = 0 4068 StateJ = 0
4064 C_BF9() 4069 BF9()
4065 StateW = 0 4070 StateW = 0
4066 StateA = 0 4071 StateA = 0
4067 StateB = 0 4072 StateB = 0
4068 StateC = 0 4073 StateC = 0
4069 StateD = 0 4074 StateD = 0
4071 StateF = 0 4076 StateF = 0
4072 StateG = 0 4077 StateG = 0
4073 StateH = 0 4078 StateH = 0
4074 StateI = 0 4079 StateI = 0
4075 StateJ = 0 4080 StateJ = 0
4076 C_BF10() 4081 BF10()
4077 C_BF11() 4082 BF11()
4078 sys.exit(SpliceX + " unable to find password") 4083 sys.exit(SpliceX + " unable to find password")
4079 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False: 4084 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False:
4080 StateU = int(State[22]) 4085 StateU = int(State[22])
4081 StateW = int(State[23]) 4086 StateW = int(State[23])
4082 StateA = int(State[24]) 4087 StateA = int(State[24])
4087 StateF = int(State[29]) 4092 StateF = int(State[29])
4088 StateG = int(State[30]) 4093 StateG = int(State[30])
4089 StateH = int(State[31]) 4094 StateH = int(State[31])
4090 StateI = int(State[32]) 4095 StateI = int(State[32])
4091 StateJ = 0 4096 StateJ = 0
4092 C_BF10() 4097 BF10()
4093 StateW = 0 4098 StateW = 0
4094 StateA = 0 4099 StateA = 0
4095 StateB = 0 4100 StateB = 0
4096 StateC = 0 4101 StateC = 0
4097 StateD = 0 4102 StateD = 0
4099 StateF = 0 4104 StateF = 0
4100 StateG = 0 4105 StateG = 0
4101 StateH = 0 4106 StateH = 0
4102 StateI = 0 4107 StateI = 0
4103 StateJ = 0 4108 StateJ = 0
4104 C_BF11() 4109 BF11()
4105 sys.exit(SpliceX + " unable to find password") 4110 sys.exit(SpliceX + " unable to find password")
4106 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False: 4111 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False:
4107 StateU = int(State[22]) 4112 StateU = int(State[22])
4108 StateW = int(State[23]) 4113 StateW = int(State[23])
4109 StateA = int(State[24]) 4114 StateA = int(State[24])
4114 StateF = int(State[29]) 4119 StateF = int(State[29])
4115 StateG = int(State[30]) 4120 StateG = int(State[30])
4116 StateH = int(State[31]) 4121 StateH = int(State[31])
4117 StateI = int(State[32]) 4122 StateI = int(State[32])
4118 StateJ = int(State[33]) 4123 StateJ = int(State[33])
4119 C_BF11() 4124 BF11()
4120 sys.exit(SpliceX + " unable to find password") 4125 sys.exit(SpliceX + " unable to find password")
4121 4126
4122 if RestoreSwitch is False and StdoutSwitch is True: 4127 if RestoreSwitch is False and StdoutSwitch is True:
4123 StateU = 0 4128 StateU = 0
4124 StateW = 0 4129 StateW = 0
4130 StateF = 0 4135 StateF = 0
4131 StateG = 0 4136 StateG = 0
4132 StateH = 0 4137 StateH = 0
4133 StateI = 0 4138 StateI = 0
4134 StateJ = 0 4139 StateJ = 0
4135 C_SBF1() 4140 SBF1()
4136 C_SBF2() 4141 SBF2()
4137 C_SBF3() 4142 SBF3()
4138 C_SBF4() 4143 SBF4()
4139 C_SBF5() 4144 SBF5()
4140 C_SBF6() 4145 SBF6()
4141 C_SBF7() 4146 SBF7()
4142 C_SBF8() 4147 SBF8()
4143 C_SBF9() 4148 SBF9()
4144 C_SBF10() 4149 SBF10()
4145 C_SBF11() 4150 SBF11()
4146 sys.exit(0) 4151 sys.exit(0)
4147 4152
4148 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is True: 4153 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is True:
4149 StateU = int(State[22]) 4154 StateU = int(State[22])
4150 StateW = 0 4155 StateW = 0
4156 StateF = 0 4161 StateF = 0
4157 StateG = 0 4162 StateG = 0
4158 StateH = 0 4163 StateH = 0
4159 StateI = 0 4164 StateI = 0
4160 StateJ = 0 4165 StateJ = 0
4161 C_SBF1() 4166 SBF1()
4162 StateW = 0 4167 StateW = 0
4163 StateA = 0 4168 StateA = 0
4164 StateB = 0 4169 StateB = 0
4165 StateC = 0 4170 StateC = 0
4166 StateD = 0 4171 StateD = 0
4168 StateF = 0 4173 StateF = 0
4169 StateG = 0 4174 StateG = 0
4170 StateH = 0 4175 StateH = 0
4171 StateI = 0 4176 StateI = 0
4172 StateJ = 0 4177 StateJ = 0
4173 C_SBF2() 4178 SBF2()
4174 C_SBF3() 4179 SBF3()
4175 C_SBF4() 4180 SBF4()
4176 C_SBF5() 4181 SBF5()
4177 C_SBF6() 4182 SBF6()
4178 C_SBF7() 4183 SBF7()
4179 C_SBF8() 4184 SBF8()
4180 C_SBF9() 4185 SBF9()
4181 C_SBF10() 4186 SBF10()
4182 C_SBF11() 4187 SBF11()
4183 sys.exit(0) 4188 sys.exit(0)
4184 if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is True: 4189 if StateCount == 23 and RestoreSwitch is True and StdoutSwitch is True:
4185 StateU = int(State[22]) 4190 StateU = int(State[22])
4186 StateW = int(State[23]) 4191 StateW = int(State[23])
4187 StateA = 0 4192 StateA = 0
4192 StateF = 0 4197 StateF = 0
4193 StateG = 0 4198 StateG = 0
4194 StateH = 0 4199 StateH = 0
4195 StateI = 0 4200 StateI = 0
4196 StateJ = 0 4201 StateJ = 0
4197 C_SBF1() 4202 SBF1()
4198 StateW = 0 4203 StateW = 0
4199 StateA = 0 4204 StateA = 0
4200 StateB = 0 4205 StateB = 0
4201 StateC = 0 4206 StateC = 0
4202 StateD = 0 4207 StateD = 0
4204 StateF = 0 4209 StateF = 0
4205 StateG = 0 4210 StateG = 0
4206 StateH = 0 4211 StateH = 0
4207 StateI = 0 4212 StateI = 0
4208 StateJ = 0 4213 StateJ = 0
4209 C_SBF2() 4214 SBF2()
4210 C_SBF3() 4215 SBF3()
4211 C_SBF4() 4216 SBF4()
4212 C_SBF5() 4217 SBF5()
4213 C_SBF6() 4218 SBF6()
4214 C_SBF7() 4219 SBF7()
4215 C_SBF8() 4220 SBF8()
4216 C_SBF9() 4221 SBF9()
4217 C_SBF10() 4222 SBF10()
4218 C_SBF11() 4223 SBF11()
4219 sys.exit(0) 4224 sys.exit(0)
4220 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is True: 4225 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is True:
4221 StateU = int(State[22]) 4226 StateU = int(State[22])
4222 StateW = int(State[23]) 4227 StateW = int(State[23])
4223 StateA = int(State[24]) 4228 StateA = int(State[24])
4228 StateF = 0 4233 StateF = 0
4229 StateG = 0 4234 StateG = 0
4230 StateH = 0 4235 StateH = 0
4231 StateI = 0 4236 StateI = 0
4232 StateJ = 0 4237 StateJ = 0
4233 C_SBF2() 4238 SBF2()
4234 StateW = 0 4239 StateW = 0
4235 StateA = 0 4240 StateA = 0
4236 StateB = 0 4241 StateB = 0
4237 StateC = 0 4242 StateC = 0
4238 StateD = 0 4243 StateD = 0
4240 StateF = 0 4245 StateF = 0
4241 StateG = 0 4246 StateG = 0
4242 StateH = 0 4247 StateH = 0
4243 StateI = 0 4248 StateI = 0
4244 StateJ = 0 4249 StateJ = 0
4245 C_SBF3() 4250 SBF3()
4246 C_SBF4() 4251 SBF4()
4247 C_SBF5() 4252 SBF5()
4248 C_SBF6() 4253 SBF6()
4249 C_SBF7() 4254 SBF7()
4250 C_SBF8() 4255 SBF8()
4251 C_SBF9() 4256 SBF9()
4252 C_SBF10() 4257 SBF10()
4253 C_SBF11() 4258 SBF11()
4254 sys.exit(0) 4259 sys.exit(0)
4255 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True: 4260 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:
4256 StateU = int(State[22]) 4261 StateU = int(State[22])
4257 StateW = int(State[23]) 4262 StateW = int(State[23])
4258 StateA = int(State[24]) 4263 StateA = int(State[24])
4263 StateF = 0 4268 StateF = 0
4264 StateG = 0 4269 StateG = 0
4265 StateH = 0 4270 StateH = 0
4266 StateI = 0 4271 StateI = 0
4267 StateJ = 0 4272 StateJ = 0
4268 C_SBF3() 4273 SBF3()
4269 StateW = 0 4274 StateW = 0
4270 StateA = 0 4275 StateA = 0
4271 StateB = 0 4276 StateB = 0
4272 StateC = 0 4277 StateC = 0
4273 StateD = 0 4278 StateD = 0
4275 StateF = 0 4280 StateF = 0
4276 StateG = 0 4281 StateG = 0
4277 StateH = 0 4282 StateH = 0
4278 StateI = 0 4283 StateI = 0
4279 StateJ = 0 4284 StateJ = 0
4280 C_SBF4() 4285 SBF4()
4281 C_SBF5() 4286 SBF5()
4282 C_SBF6() 4287 SBF6()
4283 C_SBF7() 4288 SBF7()
4284 C_SBF8() 4289 SBF8()
4285 C_SBF9() 4290 SBF9()
4286 C_SBF10() 4291 SBF10()
4287 C_SBF11() 4292 SBF11()
4288 sys.exit(0) 4293 sys.exit(0)
4289 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True: 4294 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is True:
4290 StateU = int(State[22]) 4295 StateU = int(State[22])
4291 StateW = int(State[23]) 4296 StateW = int(State[23])
4292 StateA = int(State[24]) 4297 StateA = int(State[24])
4297 StateF = 0 4302 StateF = 0
4298 StateG = 0 4303 StateG = 0
4299 StateH = 0 4304 StateH = 0
4300 StateI = 0 4305 StateI = 0
4301 StateJ = 0 4306 StateJ = 0
4302 C_SBF4() 4307 SBF4()
4303 StateW = 0 4308 StateW = 0
4304 StateA = 0 4309 StateA = 0
4305 StateB = 0 4310 StateB = 0
4306 StateC = 0 4311 StateC = 0
4307 StateD = 0 4312 StateD = 0
4309 StateF = 0 4314 StateF = 0
4310 StateG = 0 4315 StateG = 0
4311 StateH = 0 4316 StateH = 0
4312 StateI = 0 4317 StateI = 0
4313 StateJ = 0 4318 StateJ = 0
4314 C_SBF5() 4319 SBF5()
4315 C_SBF6() 4320 SBF6()
4316 C_SBF7() 4321 SBF7()
4317 C_SBF8() 4322 SBF8()
4318 C_SBF9() 4323 SBF9()
4319 C_SBF10() 4324 SBF10()
4320 C_SBF11() 4325 SBF11()
4321 sys.exit(0) 4326 sys.exit(0)
4322 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is True: 4327 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is True:
4323 StateU = int(State[22]) 4328 StateU = int(State[22])
4324 StateW = int(State[23]) 4329 StateW = int(State[23])
4325 StateA = int(State[24]) 4330 StateA = int(State[24])
4330 StateF = 0 4335 StateF = 0
4331 StateG = 0 4336 StateG = 0
4332 StateH = 0 4337 StateH = 0
4333 StateI = 0 4338 StateI = 0
4334 StateJ = 0 4339 StateJ = 0
4335 C_SBF5() 4340 SBF5()
4336 StateW = 0 4341 StateW = 0
4337 StateA = 0 4342 StateA = 0
4338 StateB = 0 4343 StateB = 0
4339 StateC = 0 4344 StateC = 0
4340 StateD = 0 4345 StateD = 0
4342 StateF = 0 4347 StateF = 0
4343 StateG = 0 4348 StateG = 0
4344 StateH = 0 4349 StateH = 0
4345 StateI = 0 4350 StateI = 0
4346 StateJ = 0 4351 StateJ = 0
4347 C_SBF6() 4352 SBF6()
4348 C_SBF7() 4353 SBF7()
4349 C_SBF8() 4354 SBF8()
4350 C_SBF9() 4355 SBF9()
4351 C_SBF10() 4356 SBF10()
4352 C_SBF11() 4357 SBF11()
4353 sys.exit(0) 4358 sys.exit(0)
4354 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is True: 4359 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is True:
4355 StateU = int(State[22]) 4360 StateU = int(State[22])
4356 StateW = int(State[23]) 4361 StateW = int(State[23])
4357 StateA = int(State[24]) 4362 StateA = int(State[24])
4362 StateF = 0 4367 StateF = 0
4363 StateG = 0 4368 StateG = 0
4364 StateH = 0 4369 StateH = 0
4365 StateI = 0 4370 StateI = 0
4366 StateJ = 0 4371 StateJ = 0
4367 C_SBF6() 4372 SBF6()
4368 StateW = 0 4373 StateW = 0
4369 StateA = 0 4374 StateA = 0
4370 StateB = 0 4375 StateB = 0
4371 StateC = 0 4376 StateC = 0
4372 StateD = 0 4377 StateD = 0
4374 StateF = 0 4379 StateF = 0
4375 StateG = 0 4380 StateG = 0
4376 StateH = 0 4381 StateH = 0
4377 StateI = 0 4382 StateI = 0
4378 StateJ = 0 4383 StateJ = 0
4379 C_SBF7() 4384 SBF7()
4380 C_SBF8() 4385 SBF8()
4381 C_SBF9() 4386 SBF9()
4382 C_SBF10() 4387 SBF10()
4383 C_SBF11() 4388 SBF11()
4384 sys.exit(0) 4389 sys.exit(0)
4385 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is True: 4390 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is True:
4386 StateU = int(State[22]) 4391 StateU = int(State[22])
4387 StateW = int(State[23]) 4392 StateW = int(State[23])
4388 StateA = int(State[24]) 4393 StateA = int(State[24])
4393 StateF = int(State[29]) 4398 StateF = int(State[29])
4394 StateG = 0 4399 StateG = 0
4395 StateH = 0 4400 StateH = 0
4396 StateI = 0 4401 StateI = 0
4397 StateJ = 0 4402 StateJ = 0
4398 C_SBF7() 4403 SBF7()
4399 StateW = 0 4404 StateW = 0
4400 StateA = 0 4405 StateA = 0
4401 StateB = 0 4406 StateB = 0
4402 StateC = 0 4407 StateC = 0
4403 StateD = 0 4408 StateD = 0
4405 StateF = 0 4410 StateF = 0
4406 StateG = 0 4411 StateG = 0
4407 StateH = 0 4412 StateH = 0
4408 StateI = 0 4413 StateI = 0
4409 StateJ = 0 4414 StateJ = 0
4410 C_SBF8() 4415 SBF8()
4411 C_SBF9() 4416 SBF9()
4412 C_SBF10() 4417 SBF10()
4413 C_SBF11() 4418 SBF11()
4414 sys.exit(0) 4419 sys.exit(0)
4415 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is True: 4420 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is True:
4416 StateU = int(State[22]) 4421 StateU = int(State[22])
4417 StateW = int(State[23]) 4422 StateW = int(State[23])
4418 StateA = int(State[24]) 4423 StateA = int(State[24])
4423 StateF = int(State[29]) 4428 StateF = int(State[29])
4424 StateG = int(State[30]) 4429 StateG = int(State[30])
4425 StateH = 0 4430 StateH = 0
4426 StateI = 0 4431 StateI = 0
4427 StateJ = 0 4432 StateJ = 0
4428 C_SBF8() 4433 SBF8()
4429 StateW = 0 4434 StateW = 0
4430 StateA = 0 4435 StateA = 0
4431 StateB = 0 4436 StateB = 0
4432 StateC = 0 4437 StateC = 0
4433 StateD = 0 4438 StateD = 0
4435 StateF = 0 4440 StateF = 0
4436 StateG = 0 4441 StateG = 0
4437 StateH = 0 4442 StateH = 0
4438 StateI = 0 4443 StateI = 0
4439 StateJ = 0 4444 StateJ = 0
4440 C_SBF9() 4445 SBF9()
4441 C_SBF10() 4446 SBF10()
4442 C_SBF11() 4447 SBF11()
4443 sys.exit(0) 4448 sys.exit(0)
4444 elif StateCount == 31 and RestoreSwitch is True and StdoutSwitch is True: 4449 elif StateCount == 31 and RestoreSwitch is True and StdoutSwitch is True:
4445 StateU = int(State[22]) 4450 StateU = int(State[22])
4446 StateW = int(State[23]) 4451 StateW = int(State[23])
4447 StateA = int(State[24]) 4452 StateA = int(State[24])
4452 StateF = int(State[29]) 4457 StateF = int(State[29])
4453 StateG = int(State[30]) 4458 StateG = int(State[30])
4454 StateH = int(State[31]) 4459 StateH = int(State[31])
4455 StateI = 0 4460 StateI = 0
4456 StateJ = 0 4461 StateJ = 0
4457 C_SBF9() 4462 SBF9()
4458 StateW = 0 4463 StateW = 0
4459 StateA = 0 4464 StateA = 0
4460 StateB = 0 4465 StateB = 0
4461 StateC = 0 4466 StateC = 0
4462 StateD = 0 4467 StateD = 0
4464 StateF = 0 4469 StateF = 0
4465 StateG = 0 4470 StateG = 0
4466 StateH = 0 4471 StateH = 0
4467 StateI = 0 4472 StateI = 0
4468 StateJ = 0 4473 StateJ = 0
4469 C_SBF10() 4474 SBF10()
4470 C_SBF11() 4475 SBF11()
4471 sys.exit(0) 4476 sys.exit(0)
4472 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is True: 4477 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is True:
4473 StateU = int(State[22]) 4478 StateU = int(State[22])
4474 StateW = int(State[23]) 4479 StateW = int(State[23])
4475 StateA = int(State[24]) 4480 StateA = int(State[24])
4480 StateF = int(State[29]) 4485 StateF = int(State[29])
4481 StateG = int(State[30]) 4486 StateG = int(State[30])
4482 StateH = int(State[31]) 4487 StateH = int(State[31])
4483 StateI = int(State[32]) 4488 StateI = int(State[32])
4484 StateJ = 0 4489 StateJ = 0
4485 C_SBF10() 4490 SBF10()
4486 StateW = 0 4491 StateW = 0
4487 StateA = 0 4492 StateA = 0
4488 StateB = 0 4493 StateB = 0
4489 StateC = 0 4494 StateC = 0
4490 StateD = 0 4495 StateD = 0
4492 StateF = 0 4497 StateF = 0
4493 StateG = 0 4498 StateG = 0
4494 StateH = 0 4499 StateH = 0
4495 StateI = 0 4500 StateI = 0
4496 StateJ = 0 4501 StateJ = 0
4497 C_SBF11() 4502 SBF11()
4498 sys.exit(0) 4503 sys.exit(0)
4499 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is True: 4504 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is True:
4500 StateU = int(State[22]) 4505 StateU = int(State[22])
4501 StateW = int(State[23]) 4506 StateW = int(State[23])
4502 StateA = int(State[24]) 4507 StateA = int(State[24])
4507 StateF = int(State[29]) 4512 StateF = int(State[29])
4508 StateG = int(State[30]) 4513 StateG = int(State[30])
4509 StateH = int(State[31]) 4514 StateH = int(State[31])
4510 StateI = int(State[32]) 4515 StateI = int(State[32])
4511 StateJ = int(State[33]) 4516 StateJ = int(State[33])
4512 C_SBF11() 4517 SBF11()
4513 sys.exit(0) 4518 sys.exit(0)
4514 4519
4515 sys.exit(SpliceX + " unknown error: please report bug to author") 4520 sys.exit(SpliceX + " unknown error: please report bug to author")