Mercurial > hg > anonet-resdb
comparison contrib/splicex/src/splicex.pyx @ 713:eb42729766ed draft
Splicex --no-char bug fixed
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 30 Oct 2011 08:28:45 -0400 |
parents | 59babc5385d5 |
children | fe690d7b7f4a |
comparison
equal
deleted
inserted
replaced
712:59babc5385d5 | 713:eb42729766ed |
---|---|
1831 else: | 1831 else: |
1832 print(output) | 1832 print(output) |
1833 | 1833 |
1834 def BF2(): | 1834 def BF2(): |
1835 global timeup, PassAmount | 1835 global timeup, PassAmount |
1836 if NoChar is True: | |
1837 sys.exit(SpliceX + 'unable to find password') | |
1838 for u in range(StateU, UserCount): | 1836 for u in range(StateU, UserCount): |
1839 for a in range(StateA, EndCount): | 1837 for a in range(StateA, EndCount): |
1840 for x in range(StateW, WordCount): | 1838 for x in range(StateW, WordCount): |
1841 if SaveSwitch is True: | 1839 if SaveSwitch is True: |
1842 WriteSave = [] | 1840 WriteSave = [] |
1906 else: | 1904 else: |
1907 print(output) | 1905 print(output) |
1908 | 1906 |
1909 def BF3(): | 1907 def BF3(): |
1910 global timeup, PassAmount | 1908 global timeup, PassAmount |
1911 if NoChar is True: | |
1912 sys.exit(SpliceX + 'unable to find password') | |
1913 for u in range(StateU, UserCount): | 1909 for u in range(StateU, UserCount): |
1914 for a in range(StateA, EndCount): | 1910 for a in range(StateA, EndCount): |
1915 for b in range(StateB, EndCount): | 1911 for b in range(StateB, EndCount): |
1916 for x in range(StateW, WordCount): | 1912 for x in range(StateW, WordCount): |
1917 if SaveSwitch is True: | 1913 if SaveSwitch is True: |
2001 else: | 1997 else: |
2002 print(output) | 1998 print(output) |
2003 | 1999 |
2004 def BF4(): | 2000 def BF4(): |
2005 global timeup, PassAmount | 2001 global timeup, PassAmount |
2006 if NoChar is True: | |
2007 sys.exit(SpliceX + 'unable to find password') | |
2008 for u in range(StateU, UserCount): | 2002 for u in range(StateU, UserCount): |
2009 for a in range(StateA, EndCount): | 2003 for a in range(StateA, EndCount): |
2010 for b in range(StateB, EndCount): | 2004 for b in range(StateB, EndCount): |
2011 for c in range(StateC, EndCount): | 2005 for c in range(StateC, EndCount): |
2012 for x in range(StateW, WordCount): | 2006 for x in range(StateW, WordCount): |
2116 else: | 2110 else: |
2117 print(output) | 2111 print(output) |
2118 | 2112 |
2119 def BF5(): | 2113 def BF5(): |
2120 global timeup, PassAmount | 2114 global timeup, PassAmount |
2121 if NoChar is True: | |
2122 sys.exit(SpliceX + 'unable to find password') | |
2123 for u in range(StateU, UserCount): | 2115 for u in range(StateU, UserCount): |
2124 for a in range(StateA, EndCount): | 2116 for a in range(StateA, EndCount): |
2125 for b in range(StateB, EndCount): | 2117 for b in range(StateB, EndCount): |
2126 for c in range(StateC, EndCount): | 2118 for c in range(StateC, EndCount): |
2127 for d in range(StateD, EndCount): | 2119 for d in range(StateD, EndCount): |
2215 else: | 2207 else: |
2216 print(output) | 2208 print(output) |
2217 | 2209 |
2218 def BF6(): | 2210 def BF6(): |
2219 global timeup, PassAmount | 2211 global timeup, PassAmount |
2220 if NoChar is True: | |
2221 sys.exit(SpliceX + 'unable to find password') | |
2222 for u in range(StateU, UserCount): | 2212 for u in range(StateU, UserCount): |
2223 for a in range(StateA, EndCount): | 2213 for a in range(StateA, EndCount): |
2224 for b in range(StateB, EndCount): | 2214 for b in range(StateB, EndCount): |
2225 for c in range(StateC, EndCount): | 2215 for c in range(StateC, EndCount): |
2226 for d in range(StateD, EndCount): | 2216 for d in range(StateD, EndCount): |
2334 else: | 2324 else: |
2335 print(output) | 2325 print(output) |
2336 | 2326 |
2337 def BF7(): | 2327 def BF7(): |
2338 global timeup, PassAmount | 2328 global timeup, PassAmount |
2339 if NoChar is True: | |
2340 sys.exit(SpliceX + 'unable to find password') | |
2341 for u in range(StateU, UserCount): | 2329 for u in range(StateU, UserCount): |
2342 for a in range(StateA, EndCount): | 2330 for a in range(StateA, EndCount): |
2343 for b in range(StateB, EndCount): | 2331 for b in range(StateB, EndCount): |
2344 for c in range(StateC, EndCount): | 2332 for c in range(StateC, EndCount): |
2345 for d in range(StateD, EndCount): | 2333 for d in range(StateD, EndCount): |
2437 else: | 2425 else: |
2438 print(output) | 2426 print(output) |
2439 | 2427 |
2440 def BF8(): | 2428 def BF8(): |
2441 global timeup, PassAmount | 2429 global timeup, PassAmount |
2442 if NoChar is True: | |
2443 sys.exit(SpliceX + 'unable to find password') | |
2444 for u in range(StateU, UserCount): | 2430 for u in range(StateU, UserCount): |
2445 for a in range(StateA, EndCount): | 2431 for a in range(StateA, EndCount): |
2446 for b in range(StateB, EndCount): | 2432 for b in range(StateB, EndCount): |
2447 for c in range(StateC, EndCount): | 2433 for c in range(StateC, EndCount): |
2448 for d in range(StateD, EndCount): | 2434 for d in range(StateD, EndCount): |
2560 else: | 2546 else: |
2561 print(output) | 2547 print(output) |
2562 | 2548 |
2563 def BF9(): | 2549 def BF9(): |
2564 global timeup, PassAmount | 2550 global timeup, PassAmount |
2565 if NoChar is True: | |
2566 sys.exit(SpliceX + 'unable to find password') | |
2567 for u in range(StateU, UserCount): | 2551 for u in range(StateU, UserCount): |
2568 for a in range(StateA, EndCount): | 2552 for a in range(StateA, EndCount): |
2569 for b in range(StateB, EndCount): | 2553 for b in range(StateB, EndCount): |
2570 for c in range(StateC, EndCount): | 2554 for c in range(StateC, EndCount): |
2571 for d in range(StateD, EndCount): | 2555 for d in range(StateD, EndCount): |
2667 else: | 2651 else: |
2668 print(output) | 2652 print(output) |
2669 | 2653 |
2670 def BF10(): | 2654 def BF10(): |
2671 global timeup, PassAmount | 2655 global timeup, PassAmount |
2672 if NoChar is True: | |
2673 sys.exit(SpliceX + 'unable to find password') | |
2674 for u in range(StateU, UserCount): | 2656 for u in range(StateU, UserCount): |
2675 for a in range(StateA, EndCount): | 2657 for a in range(StateA, EndCount): |
2676 for b in range(StateB, EndCount): | 2658 for b in range(StateB, EndCount): |
2677 for c in range(StateC, EndCount): | 2659 for c in range(StateC, EndCount): |
2678 for d in range(StateD, EndCount): | 2660 for d in range(StateD, EndCount): |
2794 else: | 2776 else: |
2795 print(output) | 2777 print(output) |
2796 | 2778 |
2797 def BF11(): | 2779 def BF11(): |
2798 global timeup, PassAmount | 2780 global timeup, PassAmount |
2799 if NoChar is True: | |
2800 sys.exit(SpliceX + 'unable to find password') | |
2801 for u in range(StateU, UserCount): | 2781 for u in range(StateU, UserCount): |
2802 for a in range(StateA, EndCount): | 2782 for a in range(StateA, EndCount): |
2803 for b in range(StateB, EndCount): | 2783 for b in range(StateB, EndCount): |
2804 for c in range(StateC, EndCount): | 2784 for c in range(StateC, EndCount): |
2805 for d in range(StateD, EndCount): | 2785 for d in range(StateD, EndCount): |
2940 FILE.close() | 2920 FILE.close() |
2941 NewShowWord = ShowWord[x] | 2921 NewShowWord = ShowWord[x] |
2942 print(NewShowWord.replace(" ", "")) | 2922 print(NewShowWord.replace(" ", "")) |
2943 | 2923 |
2944 def SBF2(): | 2924 def SBF2(): |
2945 if NoChar is True: | |
2946 sys.exit(0) | |
2947 for u in range(StateU, UserCount): | 2925 for u in range(StateU, UserCount): |
2948 for a in range(StateA, EndCount): | 2926 for a in range(StateA, EndCount): |
2949 for x in range(StateW, WordCount): | 2927 for x in range(StateW, WordCount): |
2950 if SaveSwitch is True: | 2928 if SaveSwitch is True: |
2951 WriteSave = [] | 2929 WriteSave = [] |
2984 if ExhSwitch is False: | 2962 if ExhSwitch is False: |
2985 NewShowWord = ShowWord[x] + Char1[a] | 2963 NewShowWord = ShowWord[x] + Char1[a] |
2986 print(NewShowWord.replace(" ", "")) | 2964 print(NewShowWord.replace(" ", "")) |
2987 | 2965 |
2988 def SBF3(): | 2966 def SBF3(): |
2989 if NoChar is True: | |
2990 sys.exit(0) | |
2991 for u in range(StateU, UserCount): | 2967 for u in range(StateU, UserCount): |
2992 for a in range(StateA, EndCount): | 2968 for a in range(StateA, EndCount): |
2993 for b in range(StateB, EndCount): | 2969 for b in range(StateB, EndCount): |
2994 for x in range(StateW, WordCount): | 2970 for x in range(StateW, WordCount): |
2995 if SaveSwitch is True: | 2971 if SaveSwitch is True: |
3033 | 3009 |
3034 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] | 3010 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] |
3035 print(NewShowWord.replace(" ", "")) | 3011 print(NewShowWord.replace(" ", "")) |
3036 | 3012 |
3037 def SBF4(): | 3013 def SBF4(): |
3038 if NoChar is True: | |
3039 sys.exit(0) | |
3040 for u in range(StateU, UserCount): | 3014 for u in range(StateU, UserCount): |
3041 for a in range(StateA, EndCount): | 3015 for a in range(StateA, EndCount): |
3042 for b in range(StateB, EndCount): | 3016 for b in range(StateB, EndCount): |
3043 for c in range(StateC, EndCount): | 3017 for c in range(StateC, EndCount): |
3044 for x in range(StateW, WordCount): | 3018 for x in range(StateW, WordCount): |
3087 | 3061 |
3088 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] + Char1[c] | 3062 NewShowWord = ShowWord[x] + Char1[b] + Char1[a] + Char1[c] |
3089 print(NewShowWord.replace(" ", "")) | 3063 print(NewShowWord.replace(" ", "")) |
3090 | 3064 |
3091 def SBF5(): | 3065 def SBF5(): |
3092 if NoChar is True: | |
3093 sys.exit(0) | |
3094 for u in range(StateU, UserCount): | 3066 for u in range(StateU, UserCount): |
3095 for a in range(StateA, EndCount): | 3067 for a in range(StateA, EndCount): |
3096 for b in range(StateB, EndCount): | 3068 for b in range(StateB, EndCount): |
3097 for c in range(StateC, EndCount): | 3069 for c in range(StateC, EndCount): |
3098 for d in range(StateD, EndCount): | 3070 for d in range(StateD, EndCount): |
3140 | 3112 |
3141 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] | 3113 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] |
3142 print(NewShowWord.replace(" ", "")) | 3114 print(NewShowWord.replace(" ", "")) |
3143 | 3115 |
3144 def SBF6(): | 3116 def SBF6(): |
3145 if NoChar is True: | |
3146 sys.exit(0) | |
3147 for u in range(StateU, UserCount): | 3117 for u in range(StateU, UserCount): |
3148 for a in range(StateA, EndCount): | 3118 for a in range(StateA, EndCount): |
3149 for b in range(StateB, EndCount): | 3119 for b in range(StateB, EndCount): |
3150 for c in range(StateC, EndCount): | 3120 for c in range(StateC, EndCount): |
3151 for d in range(StateD, EndCount): | 3121 for d in range(StateD, EndCount): |
3198 | 3168 |
3199 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] | 3169 NewShowWord = ShowWord[x] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] |
3200 print(NewShowWord.replace(" ", "")) | 3170 print(NewShowWord.replace(" ", "")) |
3201 | 3171 |
3202 def SBF7(): | 3172 def SBF7(): |
3203 if NoChar is True: | |
3204 sys.exit(0) | |
3205 for u in range(StateU, UserCount): | 3173 for u in range(StateU, UserCount): |
3206 for a in range(StateA, EndCount): | 3174 for a in range(StateA, EndCount): |
3207 for b in range(StateB, EndCount): | 3175 for b in range(StateB, EndCount): |
3208 for c in range(StateC, EndCount): | 3176 for c in range(StateC, EndCount): |
3209 for d in range(StateD, EndCount): | 3177 for d in range(StateD, EndCount): |
3255 | 3223 |
3256 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] | 3224 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] |
3257 print(NewShowWord.replace(" ", "")) | 3225 print(NewShowWord.replace(" ", "")) |
3258 | 3226 |
3259 def SBF8(): | 3227 def SBF8(): |
3260 if NoChar is True: | |
3261 sys.exit(0) | |
3262 for u in range(StateU, UserCount): | 3228 for u in range(StateU, UserCount): |
3263 for a in range(StateA, EndCount): | 3229 for a in range(StateA, EndCount): |
3264 for b in range(StateB, EndCount): | 3230 for b in range(StateB, EndCount): |
3265 for c in range(StateC, EndCount): | 3231 for c in range(StateC, EndCount): |
3266 for d in range(StateD, EndCount): | 3232 for d in range(StateD, EndCount): |
3317 | 3283 |
3318 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | 3284 NewShowWord = ShowWord[x] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] |
3319 print(NewShowWord.replace(" ", "")) | 3285 print(NewShowWord.replace(" ", "")) |
3320 | 3286 |
3321 def SBF9(): | 3287 def SBF9(): |
3322 if NoChar is True: | |
3323 sys.exit(0) | |
3324 for u in range(StateU, UserCount): | 3288 for u in range(StateU, UserCount): |
3325 for a in range(StateA, EndCount): | 3289 for a in range(StateA, EndCount): |
3326 for b in range(StateB, EndCount): | 3290 for b in range(StateB, EndCount): |
3327 for c in range(StateC, EndCount): | 3291 for c in range(StateC, EndCount): |
3328 for d in range(StateD, EndCount): | 3292 for d in range(StateD, EndCount): |
3378 | 3342 |
3379 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] | 3343 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] |
3380 print(NewShowWord.replace(" ", "")) | 3344 print(NewShowWord.replace(" ", "")) |
3381 | 3345 |
3382 def SBF10(): | 3346 def SBF10(): |
3383 if NoChar is True: | |
3384 sys.exit(0) | |
3385 for u in range(StateU, UserCount): | 3347 for u in range(StateU, UserCount): |
3386 for a in range(StateA, EndCount): | 3348 for a in range(StateA, EndCount): |
3387 for b in range(StateB, EndCount): | 3349 for b in range(StateB, EndCount): |
3388 for c in range(StateC, EndCount): | 3350 for c in range(StateC, EndCount): |
3389 for d in range(StateD, EndCount): | 3351 for d in range(StateD, EndCount): |
3444 | 3406 |
3445 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] | 3407 NewShowWord = ShowWord[x] + Char1[h] + Char1[f] + Char1[d] + Char1[b] + Char1[a] + Char1[c] + Char1[e] + Char1[g] + Char1[i] |
3446 print(NewShowWord.replace(" ", "")) | 3408 print(NewShowWord.replace(" ", "")) |
3447 | 3409 |
3448 def SBF11(): | 3410 def SBF11(): |
3449 if NoChar is True: | |
3450 sys.exit(0) | |
3451 for u in range(StateU, UserCount): | 3411 for u in range(StateU, UserCount): |
3452 for a in range(StateA, EndCount): | 3412 for a in range(StateA, EndCount): |
3453 for b in range(StateB, EndCount): | 3413 for b in range(StateB, EndCount): |
3454 for c in range(StateC, EndCount): | 3414 for c in range(StateC, EndCount): |
3455 for d in range(StateD, EndCount): | 3415 for d in range(StateD, EndCount): |
3552 def C_BF1(): | 3512 def C_BF1(): |
3553 if length_start > 0: | 3513 if length_start > 0: |
3554 pass | 3514 pass |
3555 elif length_end < 0: | 3515 elif length_end < 0: |
3556 sys.exit(SpliceX + 'unable to find password') | 3516 sys.exit(SpliceX + 'unable to find password') |
3557 elif StdoutSwitch is True: | 3517 else: |
3558 BF1() | 3518 BF1() |
3559 | 3519 |
3560 def C_BF2(): | 3520 def C_BF2(): |
3561 if length_start > 1: | 3521 if length_start > 1: |
3562 pass | 3522 pass |
3563 elif length_end < 1: | 3523 elif length_end < 1: |
3564 sys.exit(SpliceX + 'unable to find password') | 3524 sys.exit(SpliceX + 'unable to find password') |
3525 elif NoChar is True: | |
3526 sys.exit(SpliceX + 'unable to find password') | |
3565 else: | 3527 else: |
3566 BF2() | 3528 BF2() |
3567 | 3529 |
3568 def C_BF3(): | 3530 def C_BF3(): |
3569 if length_start > 2: | 3531 if length_start > 2: |
3570 pass | 3532 pass |
3571 elif length_end < 2: | 3533 elif length_end < 2: |
3572 sys.exit(SpliceX + 'unable to find password') | 3534 sys.exit(SpliceX + 'unable to find password') |
3535 elif NoChar is True: | |
3536 sys.exit(SpliceX + 'unable to find password') | |
3573 else: | 3537 else: |
3574 BF3() | 3538 BF3() |
3575 | 3539 |
3576 def C_BF4(): | 3540 def C_BF4(): |
3577 if length_start > 3: | 3541 if length_start > 3: |
3578 pass | 3542 pass |
3579 elif length_end < 3: | 3543 elif length_end < 3: |
3580 sys.exit(SpliceX + 'unable to find password') | 3544 sys.exit(SpliceX + 'unable to find password') |
3545 elif NoChar is True: | |
3546 sys.exit(SpliceX + 'unable to find password') | |
3581 else: | 3547 else: |
3582 BF4() | 3548 BF4() |
3583 | 3549 |
3584 def C_BF5(): | 3550 def C_BF5(): |
3585 if length_start > 4: | 3551 if length_start > 4: |
3586 pass | 3552 pass |
3587 elif length_end < 4: | 3553 elif length_end < 4: |
3588 sys.exit(SpliceX + 'unable to find password') | 3554 sys.exit(SpliceX + 'unable to find password') |
3555 elif NoChar is True: | |
3556 sys.exit(SpliceX + 'unable to find password') | |
3589 else: | 3557 else: |
3590 BF5() | 3558 BF5() |
3591 | 3559 |
3592 def C_BF6(): | 3560 def C_BF6(): |
3593 if length_start > 5: | 3561 if length_start > 5: |
3594 pass | 3562 pass |
3595 elif length_end < 5: | 3563 elif length_end < 5: |
3596 sys.exit(SpliceX + 'unable to find password') | 3564 sys.exit(SpliceX + 'unable to find password') |
3565 elif NoChar is True: | |
3566 sys.exit(SpliceX + 'unable to find password') | |
3597 else: | 3567 else: |
3598 BF6() | 3568 BF6() |
3599 | 3569 |
3600 def C_BF7(): | 3570 def C_BF7(): |
3601 if length_start > 6: | 3571 if length_start > 6: |
3602 pass | 3572 pass |
3603 elif length_end < 6: | 3573 elif length_end < 6: |
3604 sys.exit(SpliceX + 'unable to find password') | 3574 sys.exit(SpliceX + 'unable to find password') |
3575 elif NoChar is True: | |
3576 sys.exit(SpliceX + 'unable to find password') | |
3605 else: | 3577 else: |
3606 BF7() | 3578 BF7() |
3607 | 3579 |
3608 def C_BF8(): | 3580 def C_BF8(): |
3609 if length_start > 7: | 3581 if length_start > 7: |
3610 pass | 3582 pass |
3611 elif length_end < 7: | 3583 elif length_end < 7: |
3612 sys.exit(SpliceX + 'unable to find password') | 3584 sys.exit(SpliceX + 'unable to find password') |
3585 elif NoChar is True: | |
3586 sys.exit(SpliceX + 'unable to find password') | |
3613 else: | 3587 else: |
3614 BF8() | 3588 BF8() |
3615 | 3589 |
3616 def C_BF9(): | 3590 def C_BF9(): |
3617 if length_start > 8: | 3591 if length_start > 8: |
3618 pass | 3592 pass |
3619 elif length_end < 8: | 3593 elif length_end < 8: |
3620 sys.exit(SpliceX + 'unable to find password') | 3594 sys.exit(SpliceX + 'unable to find password') |
3595 elif NoChar is True: | |
3596 sys.exit(SpliceX + 'unable to find password') | |
3621 else: | 3597 else: |
3622 BF9() | 3598 BF9() |
3623 | 3599 |
3624 def C_BF10(): | 3600 def C_BF10(): |
3625 if length_start > 9: | 3601 if length_start > 9: |
3626 pass | 3602 pass |
3627 elif length_end < 9: | 3603 elif length_end < 9: |
3628 sys.exit(SpliceX + 'unable to find password') | 3604 sys.exit(SpliceX + 'unable to find password') |
3605 elif NoChar is True: | |
3606 sys.exit(SpliceX + 'unable to find password') | |
3629 else: | 3607 else: |
3630 BF10() | 3608 BF10() |
3631 | 3609 |
3632 def C_BF11(): | 3610 def C_BF11(): |
3633 if length_start > 10: | 3611 if length_start > 10: |
3634 pass | 3612 pass |
3635 elif length_end < 10: | 3613 elif length_end < 10: |
3614 sys.exit(SpliceX + 'unable to find password') | |
3615 elif NoChar is True: | |
3636 sys.exit(SpliceX + 'unable to find password') | 3616 sys.exit(SpliceX + 'unable to find password') |
3637 else: | 3617 else: |
3638 BF11() | 3618 BF11() |
3639 | 3619 |
3640 def C_SBF1(): | 3620 def C_SBF1(): |
3648 def C_SBF2(): | 3628 def C_SBF2(): |
3649 if length_start > 1: | 3629 if length_start > 1: |
3650 pass | 3630 pass |
3651 elif length_end < 1: | 3631 elif length_end < 1: |
3652 sys.exit(0) | 3632 sys.exit(0) |
3633 elif NoChar is True: | |
3634 sys.exit(0) | |
3653 else: | 3635 else: |
3654 SBF2() | 3636 SBF2() |
3655 | 3637 |
3656 def C_SBF3(): | 3638 def C_SBF3(): |
3657 if length_start > 2: | 3639 if length_start > 2: |
3658 pass | 3640 pass |
3659 elif length_end < 2: | 3641 elif length_end < 2: |
3660 sys.exit(0) | 3642 sys.exit(0) |
3643 elif NoChar is True: | |
3644 sys.exit(0) | |
3661 else: | 3645 else: |
3662 SBF3() | 3646 SBF3() |
3663 | 3647 |
3664 def C_SBF4(): | 3648 def C_SBF4(): |
3665 if length_start > 3: | 3649 if length_start > 3: |
3666 pass | 3650 pass |
3667 elif length_end < 3: | 3651 elif length_end < 3: |
3668 sys.exit(0) | 3652 sys.exit(0) |
3653 elif NoChar is True: | |
3654 sys.exit(0) | |
3669 else: | 3655 else: |
3670 SBF4() | 3656 SBF4() |
3671 | 3657 |
3672 def C_SBF5(): | 3658 def C_SBF5(): |
3673 if length_start > 4: | 3659 if length_start > 4: |
3674 pass | 3660 pass |
3675 elif length_end < 4: | 3661 elif length_end < 4: |
3676 sys.exit(0) | 3662 sys.exit(0) |
3663 elif NoChar is True: | |
3664 sys.exit(0) | |
3677 else: | 3665 else: |
3678 SBF5() | 3666 SBF5() |
3679 | 3667 |
3680 def C_SBF6(): | 3668 def C_SBF6(): |
3681 if length_start > 5: | 3669 if length_start > 5: |
3682 pass | 3670 pass |
3683 elif length_end < 5: | 3671 elif length_end < 5: |
3684 sys.exit(0) | 3672 sys.exit(0) |
3673 elif NoChar is True: | |
3674 sys.exit(0) | |
3685 else: | 3675 else: |
3686 SBF6() | 3676 SBF6() |
3687 | 3677 |
3688 def C_SBF7(): | 3678 def C_SBF7(): |
3689 if length_start > 6: | 3679 if length_start > 6: |
3690 pass | 3680 pass |
3691 elif length_end < 6: | 3681 elif length_end < 6: |
3692 sys.exit(0) | 3682 sys.exit(0) |
3683 elif NoChar is True: | |
3684 sys.exit(0) | |
3693 else: | 3685 else: |
3694 SBF7() | 3686 SBF7() |
3695 | 3687 |
3696 def C_SBF8(): | 3688 def C_SBF8(): |
3697 if length_start > 7: | 3689 if length_start > 7: |
3698 pass | 3690 pass |
3699 elif length_end < 7: | 3691 elif length_end < 7: |
3700 sys.exit(0) | 3692 sys.exit(0) |
3693 elif NoChar is True: | |
3694 sys.exit(0) | |
3701 else: | 3695 else: |
3702 SBF8() | 3696 SBF8() |
3703 | 3697 |
3704 def C_SBF9(): | 3698 def C_SBF9(): |
3705 if length_start > 8: | 3699 if length_start > 8: |
3706 pass | 3700 pass |
3707 elif length_end < 8: | 3701 elif length_end < 8: |
3708 sys.exit(0) | 3702 sys.exit(0) |
3703 elif NoChar is True: | |
3704 sys.exit(0) | |
3709 else: | 3705 else: |
3710 SBF9() | 3706 SBF9() |
3711 | 3707 |
3712 def C_SBF10(): | 3708 def C_SBF10(): |
3713 if length_start > 9: | 3709 if length_start > 9: |
3714 pass | 3710 pass |
3715 elif length_end < 9: | 3711 elif length_end < 9: |
3716 sys.exit(0) | 3712 sys.exit(0) |
3713 elif NoChar is True: | |
3714 sys.exit(0) | |
3717 else: | 3715 else: |
3718 SBF10() | 3716 SBF10() |
3719 | 3717 |
3720 def C_SBF11(): | 3718 def C_SBF11(): |
3721 if length_start > 10: | 3719 if length_start > 10: |
3722 pass | 3720 pass |
3723 elif length_end < 10: | 3721 elif length_end < 10: |
3722 sys.exit(0) | |
3723 elif NoChar is True: | |
3724 sys.exit(0) | 3724 sys.exit(0) |
3725 else: | 3725 else: |
3726 SBF11() | 3726 SBF11() |
3727 | 3727 |
3728 | 3728 |