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