-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: resdb
action: commit
revision:
path_from:
revision_from: 748c8ac5fba847358166c6dd330cc0315f1e1a16:
path_to:
revision_to:

git.thebackupbox.net

resdb

git://git.thebackupbox.net/resdb

commit 748c8ac5fba847358166c6dd330cc0315f1e1a16
Author: d3v11 <d3v11@d3v11.ano>
Date:   Sun Oct 23 16:33:18 2011 -0500

    SpliceX repairs

diff --git a/contrib/splicex/CHANGES b/contrib/splicex/CHANGES

index 530f944819bf7b015a8b222c93a5a3dfdfc20d1a..

index ..29d9e7bd8abda32b15c6b0ac2bbeb83dbdf54e79 100644

--- a/contrib/splicex/CHANGES
+++ b/contrib/splicex/CHANGES
@@ -13,3 +13,5 @@ CHANGES:

 		Also, I trimmed down much unnecessary
 		code.
+
+		'deshadow' bug fixed in splicex.py src
diff --git a/contrib/splicex/Makefile.save b/contrib/splicex/Makefile.save
deleted file mode 100644
index 4929ed2b3b00c03757cfd843d70de7ea9040d563..0000000000000000000000000000000000000000
--- a/contrib/splicex/Makefile.save
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/usr/bin/make -f
-
-install-deb:
-	make clean
-	./configure
-	mkdir DEBIAN/splicex
-	mkdir DEBIAN/splicex/DEBIAN
-	mkdir DEBIAN/splicex/usr
-	mkdir DEBIAN/splicex/usr/bin
-	mkdir DEBIAN/splicex/etc
-	mkdir DEBIAN/splicex/etc/splicex
-	cp DEBIAN/control DEBIAN/splicex/DEBIAN/control
-	cp LINUX/splicex.cp DEBIAN/splicex/usr/bin/splicex
-	cp LINUX/splicex-deshadow.cp DEBIAN/splicex/usr/bin/splicex-deshadow
-	rm -rf LINUX/*.cp
-	chmod +x DEBIAN/splicex/usr/bin/splicex
-	chmod +x DEBIAN/splicex/usr/bin/splicex-deshadow
-	cp SPLICEX/splicex.list DEBIAN/splicex/etc/splicex/splicex.list
-	cp LINUX/manual DEBIAN/splicex/etc/splicex/splicex.1
-	gzip DEBIAN/splicex/etc/splicex/splicex.1
-	cp SPLICEX/splicex.L DEBIAN/splicex/etc/splicex/splicex.L
-	cp SPLICEX/splicex.N DEBIAN/splicex/etc/splicex/splicex.N
-	cp SPLICEX/splicex.S DEBIAN/splicex/etc/splicex/splicex.S
-	cp SPLICEX/splicex.LN DEBIAN/splicex/etc/splicex/splicex.LN
-	cp SPLICEX/splicex.LS DEBIAN/splicex/etc/splicex/splicex.LS
-	cp SPLICEX/splicex.NS DEBIAN/splicex/etc/splicex/splicex.NS
-	cp SPLICEX/splicex.ALL DEBIAN/splicex/etc/splicex/splicex.ALL
-	dpkg-deb --build DEBIAN/splicex
-	dpkg -i DEBIAN/splicex.deb
-	rm -rf DEBIAN/splicex DEBIAN/splicex.deb
-
-install:
-	make clean
-	./configure
-	make uninstall
-	cp LINUX/splicex.cp /usr/bin/splicex
-	cp LINUX/splicex-deshadow.cp /usr/bin/splicex-deshadow
-	rm -rf LINUX/*.cp
-	chmod +x /usr/bin/splicex
-	chmod +x /usr/bin/splicex-deshadow
-	mkdir /etc/splicex
-	cp SPLICEX/splicex.list /etc/splicex/splicex.list
-	cp LINUX/manual /etc/splicex/splicex.1
-	gzip /etc/splicex/splicex.1
-	cp SPLICEX/splicex.L /etc/splicex/splicex.L
-	cp SPLICEX/splicex.N /etc/splicex/splicex.N
-	cp SPLICEX/splicex.S /etc/splicex/splicex.S
-	cp SPLICEX/splicex.LN /etc/splicex/splicex.LN
-	cp SPLICEX/splicex.LS /etc/splicex/splicex.LS
-	cp SPLICEX/splicex.NS /etc/splicex/splicex.NS
-	cp SPLICEX/splicex.ALL /etc/splicex/splicex.ALL
-
-uninstall:
-	rm -rf /etc/splicex
-	rm  -f /usr/bin/splicex
-	rm  -f /usr/bin/splicex-deshadow
-
-clean:
-	rm DEBIAN/splicex DEBIAN/*.deb -rf
-
-preclean:
-        rm -rf /etc/splicex
-        rm  -f /usr/bin/splicex
-        rm  -f /usr/bin/splicex-deshadow        rm -rf /etc/splicex
-        rm  -f /usr/bin/splicex
-        rm  -f /usr/bin/splicex-deshadow
-
-update:
-	wget http://www.d3v11.ano/splicex.tgz
-	tar -xvf ../splicex.tgz --directory='../'
-	rm ../splicex.tgz
diff --git a/contrib/splicex/README b/contrib/splicex/README

index d009ace0b700c846e1d2974d2d5f62bf0d7032a8..

index ..f33edfa37ec4d96cc4a271d6a98e4fa39950bbe0 100644

--- a/contrib/splicex/README
+++ b/contrib/splicex/README
@@ -21,7 +21,7 @@ AUTHOR:
   d3v11 <d3v11@d3v11.ano>

 DEPENDS ON:
-  python, man
+  python (>=2.6), man

 INSTALL AND UNINSTALL:
   To install, `cd' to the extracted splicex folder.
@@ -38,14 +38,14 @@ INSTALL AND UNINSTALL:
   make install-deb

 TOOLS:
-  SpliceX includes brute forcing tools. Eacg tool will
+  SpliceX includes brute forcing tools. Each tool will
   include a README file in its respected folder(s):

-  cat splicex/TOOLS/*/README
+  ls TOOLS/*

 UPDATE:
-  # d3v11's AnoNet(2) update for splicex - Not as root, do:
-
+  d3v11's AnoNet(2) update for splicex - Not as root, do:
+
   make update

 HELP AND USAGE:
diff --git a/contrib/splicex/configure b/contrib/splicex/configure
deleted file mode 100755
index 14ad5656b22c8d76e36c3b117d70c419895fb624..0000000000000000000000000000000000000000
--- a/contrib/splicex/configure
+++ /dev/null
@@ -1,86 +0,0 @@
-#!/bin/bash
-clear
-echo -e "\033[1;31m
-                    __________        _ _         __  __    ______
-                   / / / / ___| _ __ | (_) ___ ___\\ \\/ /   / / / /
-                  / / / /\___ \| '_ \| | |/ __/ _ \\\\\\  /   / / / /
-                 / / / /  ___) | |_) | | | (_|  __//  \\  / / / /
-                /_/_/_/  |____/| .__/|_|_|\\___\\___/_/\\_\\/_/_/_/
-                               |_|
-        \033[1;33m
-                     .:Brute Force Utilities For GNU/Linux:.
-        \033[0;0m
-
-       SpliceX is free software: you can redistribute it and/or modify it under
-       the terms of the GNU General Public License as published by the Free
-       Software Foundation, either version 3 of the License, or (at your option)
-       any later version.
-
-       SpliceX is distributed in the hope that it will be useful, but WITHOUT
-       ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-       FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-       for more details. <http://www.gnu.org/licenses/>
-
-"
-
-if [[ $(id -u) != 0 ]]; then
- echo 'root privileges required!..Quiting...'
- exit 1
-fi
-
-sleep .3
-echo 'CONFIGURE: '
-sleep .3
-echo -ne 'checking for python'
-sleep .3
-echo -ne '.'
-sleep .3
-echo -ne '.'
-sleep .3
-echo -ne '.'
-if which python >/dev/null; then
- sleep .3
- echo -ne ' python found :-)'
- echo
- sleep .3
-else
- sleep .3
- echo -ne ' python not found. Quiting... :-('
- echo
- exit 1
-fi
-
-echo -ne 'checking for man'
-sleep .3
-echo -ne '.'
-sleep .3
-echo -ne '.'
-sleep .3
-echo -ne '.'
-if which man >/dev/null; then
- sleep .3
- echo -ne ' man found :-)'
- echo
- sleep .3
-else
- sleep .3
- echo -ne ' man not found. Quiting... :-('
- echo
- exit 1
-fi
-
-PYPATH=`which python`
-echo "configuring splicex for $PYPATH"
-sleep .3
-echo -ne '.'
-sleep .3
-echo -ne '.'
-sleep .3
-echo -ne '.'
-sed -e s^PYTHON^"$PYPATH"^g LINUX/splicex.py >LINUX/splicex.cp
-sed -e s^PYTHON^"$PYPATH"^g LINUX/splicex-deshadow.py >LINUX/splicex-deshadow.cp
-echo "configured...continuing \`make install'"
-sleep .3
-echo
-echo 'INSTALL: '
-sleep .3
diff --git a/contrib/splicex/src/splicex.py b/contrib/splicex/src/splicex.py

index 674e3efa8f3f6648db508bc9c73c0b4d3077fe3a..

index ..00b8fa4ef48069eb54b36b04c848191dc3533197 100755

--- a/contrib/splicex/src/splicex.py
+++ b/contrib/splicex/src/splicex.py
@@ -4,6 +4,7 @@ Red = '\033[1;31m'
 Green = '\033[1;32m'
 Yellow = '\033[1;33m'
 DefColour = '\033[0;0m'
+SpliceX = Red + '[Splice' + Yellow + 'X' + Red + ']: ' + DefColour

 def HELP():
     print(Red+"""
@@ -394,23 +395,23 @@ if Custom is not None and dictionary is not None:

 ShadowValue = []
 if DeShadow is True and SetShadow is None and GetShadow is None:
- sys.exit(Red + "splicex:" + DefColour + " error: --deshadow requires --getshadow or --setshadow")
+ sys.exit(SpliceX + "error: --deshadow requires --getshadow or --setshadow")
 if SetShadow is not None and GetShadow is not None:
- sys.exit(Red + "splicex:" + DefColour + " error: --getshadow and --setshadow cannot be combined")
+ sys.exit(SpliceX + "error: --getshadow and --setshadow cannot be combined")
 elif not os.geteuid()==0 and GetShadow is not None:
- sys.exit(Red + "splicex:" + DefColour + " error: --getshadow requires root privileges")
+ sys.exit(SpliceX + "error: --getshadow requires root privileges")
 elif os.geteuid()==0 and GetShadow is not None:
  try:
      ShadowValue = spwd.getspnam(GetShadow)[1]
  except:
-     sys.exit(Red + "splicex:" + DefColour + " error: --getshadow: invalid user entered")
+     sys.exit(SpliceX + "error: --getshadow: invalid user entered")
 elif SetShadow is not None and os.path.exists(SetShadow):
  ShadowFile = open(SetShadow, 'r')
  for line in ShadowFile:
   line = line.replace('\n', '')
   ShadowValue = line
 if SetShadow is not None and not os.path.exists(SetShadow):
- sys.exit(Red + "splicex:" + DefColour + " error: --setshadow: shadow file does not exist")
+ sys.exit(SpliceX + "error: --setshadow: shadow file does not exist")
 elif SetShadow is not None or GetShadow is not None:
  ShadowSalt = ShadowValue.replace('$', '^1', 1)
  ShadowSalt = ShadowSalt.replace('$', '^2', 1)
@@ -426,7 +427,7 @@ elif SetShadow is not None or GetShadow is not None:
  ShadowSalt = ShadowSalt.replace('$', '\$')

 if restore is not None and os.path.exists(restore) is False:
- sys.exit(Red + "splicex:" + DefColour + " error: restore file does not exist")
+ sys.exit(SpliceX + "error: restore file does not exist")
 elif restore is not None and os.path.exists(restore) is True:
  RestoreSwitch = True
  State = []
@@ -441,10 +442,9 @@ elif restore is not None and os.path.exists(restore) is True:
 else:
  RestoreSwitch = False

-save = save
 Slash = "/"
 if save is not None and not os.path.isdir(save):
- sys.exit(Red + "splicex:" + DefColour + " error: ( -s ) invalid directory")
+ sys.exit(SpliceX + "error: ( -s ) invalid directory")
 elif save is not None and os.path.isdir(save):
  SaveSwitch = True
  s = ""
@@ -463,22 +463,17 @@ elif save is not None and os.path.isdir(save):
 else:
  SaveSwitch = False

-SESwitch = SESwitch
-dictionary = dictionary
 if dictionary is None:
  dictionary = "/etc/splicex/splicex.list"
 elif dictionary is not None and not os.path.exists(dictionary):
- sys.exit(Red + "splicex:" + DefColour + " error: dictionary does not exist")
+ sys.exit(SpliceX + "error: dictionary does not exist")

-usernames = usernames
 if usernames is None:
  UserSwitch = False
- UserStatus = ""
 elif usernames is not None and not os.path.exists(usernames):
- sys.exit(Red + "splicex:" + DefColour + " error: username list does not exist")
+ sys.exit(SpliceX + "error: username list does not exist")
 else:
  UserSwitch = True
- UserStatus = "TRYING: [USERNAME]:"

 if RestoreSwitch is False:
  AlphaSwitch = AlphaSwitch
@@ -577,9 +572,9 @@ if StdoutSwitch is True:
 if Create is False and RestoreSwitch is False:
  ShadowSwitch = DeShadow
  if ShadowSwitch is True:
-  cmd = "splicex-deshadow.py PASSWORD '" + ShadowSalt + "' '" + ShadowValue + "'"
+  cmd = "splicex-deshadow PASSWORD '" + ShadowSalt + "' '" + ShadowValue + "'"
  if cmd is None:
-  sys.exit(Red + "splicex:" + DefColour + " error: invalid usage")
+  sys.exit(SpliceX + "error: invalid usage")
  else:
   cmd = cmd.replace('','eval ', 1)

@@ -587,13 +582,13 @@ if Create is False and RestoreSwitch is False:
  if cmd.__contains__("PASSWORD"):
   pass
  else:
-  sys.exit(Red + "splicex:" + DefColour + " error: -c does not contain regexp `PASSWORD'")
+  sys.exit(SpliceX + "error: -c does not contain regexp `PASSWORD'")

 if usernames is not None and RestoreSwitch is False:
  if cmd.__contains__("USERNAME"):
   pass
  else:
-  sys.exit(Red + "splicex:" + DefColour + " error: -c does not contain regexp `USERNAME'")
+  sys.exit(SpliceX + "error: -c does not contain regexp `USERNAME'")

 if Create is True:
  print('Creating dictionary and exiting')
@@ -606,7 +601,7 @@ if AlphaSwitch is False and BWSwitch is False and CapsSwitch is False\
 and L337Switch is False and NumberSwitch is False and RegularSwitch is False\
 and SpecialSwitch is False and MixCustom is None and MD5Switch is False\
 and wep5 is False and wep13 is False and SESwitch is False:
- sys.exit(Red + "splicex:" + DefColour + " error: no modules selected: ( -A -B -C -L -M -N -R -S --mix-custom --wep-5 --wep-13 --wep-* --se-module)")
+ sys.exit(SpliceX + "error: no modules selected: ( -A -B -C -L -M -N -R -S --mix-custom --wep-5 --wep-13 --wep-* --se-module)")

 CharsMain = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",\
              "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",\
@@ -669,7 +664,7 @@ elif Custom is not None and RestoreSwitch is False:
   for line in UserCharacters:
    Characters.append(line.replace('\n', ''))
  else:
-  sys.exit(Red + "splicex:" + DefColour + " error: --custom list does not exist")
+  sys.exit(SpliceX + "error: --custom list does not exist")

 EndCount = 0
 for CountChars in Characters:
@@ -712,7 +707,7 @@ elif MixCustom is not None and RestoreSwitch is False:
   for line in MixCharacters:
    MixChars.append(line.replace('\n', ''))
  else:
-  sys.exit(Red + "splicex:" + DefColour + " error: -U list does not exist")
+  sys.exit(SpliceX + "error: -U list does not exist")

 Word = []
 ReadDictionary = open(dictionary, 'r')
@@ -1607,7 +1602,7 @@ else:
  UserCount = 1

 if not Word:
- sys.exit(Red + "splicex:" + DefColour + " error: compiled empty wordlist")
+ sys.exit(SpliceX + "error: compiled empty wordlist")

 Word = list(set(Word))
 WordCount = 0
@@ -1628,7 +1623,7 @@ if TIME != None:
      sleep_for = int(TIME[1])

  except:
-     sys.exit(Red + "splicex:" + DefColour + " error: invalid --time arguments")
+     sys.exit(SpliceX + "error: invalid --time arguments")

 else:
  sleep_now = 0
@@ -1646,14 +1641,13 @@ if LENGTH != None:
       length_end -= 1

  except:
-     sys.exit(Red + "splicex:" + DefColour + " error: invalid --char-length arguments")
+     sys.exit(SpliceX + " error: invalid --char-length arguments")

 else:
  length_start = 0
  length_end = 10

 def BF1():
-    global cmd
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -1665,7 +1659,7 @@ def BF1():
      if length_start > 0:
       break
      if length_end < 0:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for x in range(StateW, WordCount):
       if SaveSwitch is True:
        WriteSave = []
@@ -1706,7 +1700,7 @@ def BF1():
       if timeup == sleep_now:
        time.sleep(sleep_for)
        timeup = 0
-      print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+      print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
       output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
       if test == None:
        print(output)
@@ -1716,9 +1710,8 @@ def BF1():
        print(output)

 def BF2():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -1730,7 +1723,7 @@ def BF2():
      if length_start > 1:
       break
      if length_end < 1:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for x in range(StateW, WordCount):
        if SaveSwitch is True:
@@ -1773,7 +1766,7 @@ def BF2():
        if timeup == sleep_now:
         time.sleep(sleep_for)
         timeup = 0
-       print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+       print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
        output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
        if test == None:
         print(output)
@@ -1792,7 +1785,7 @@ def BF2():
         if timeup == sleep_now:
          time.sleep(sleep_for)
          timeup = 0
-        print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+        print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
         output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
         if test == None:
          print(output)
@@ -1802,9 +1795,8 @@ def BF2():
          print(output)

 def BF3():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -1816,7 +1808,7 @@ def BF3():
      if length_start > 2:
       break
      if length_end < 2:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for x in range(StateW, WordCount):
@@ -1861,7 +1853,7 @@ def BF3():
         if timeup == sleep_now:
          time.sleep(sleep_for)
          timeup = 0
-        print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+        print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
         output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
         if test == None:
          print(output)
@@ -1880,7 +1872,7 @@ def BF3():
          if timeup == sleep_now:
           time.sleep(sleep_for)
           timeup = 0
-         print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+         print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
          output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
          if test == None:
           print(output)
@@ -1898,7 +1890,7 @@ def BF3():
          if timeup == sleep_now:
           time.sleep(sleep_for)
           timeup = 0
-         print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+         print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
          output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
          if test == None:
           print(output)
@@ -1908,9 +1900,8 @@ def BF3():
           print(output)

 def BF4():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -1922,7 +1913,7 @@ def BF4():
      if length_start > 3:
       break
      if length_end < 3:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -1969,7 +1960,7 @@ def BF4():
          if timeup == sleep_now:
           time.sleep(sleep_for)
           timeup = 0
-         print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+         print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
          output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
          if test == None:
           print(output)
@@ -1988,7 +1979,7 @@ def BF4():
           if timeup == sleep_now:
            time.sleep(sleep_for)
            timeup = 0
-          print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+          print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
           output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
           if test == None:
            print(output)
@@ -2006,7 +1997,7 @@ def BF4():
           if timeup == sleep_now:
            time.sleep(sleep_for)
            timeup = 0
-          print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+          print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
           output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
           if test == None:
            print(output)
@@ -2024,7 +2015,7 @@ def BF4():
           if timeup == sleep_now:
            time.sleep(sleep_for)
            timeup = 0
-          print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+          print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
           output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
           if test == None:
            print(output)
@@ -2034,9 +2025,8 @@ def BF4():
            print(output)

 def BF5():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2048,7 +2038,7 @@ def BF5():
      if length_start > 4:
       break
      if length_end < 4:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2097,7 +2087,7 @@ def BF5():
           if timeup == sleep_now:
            time.sleep(sleep_for)
            timeup = 0
-          print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+          print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
           output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
           if test == None:
            print(output)
@@ -2116,7 +2106,7 @@ def BF5():
            if timeup == sleep_now:
             time.sleep(sleep_for)
             timeup = 0
-           print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+           print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
            output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
            if test == None:
             print(output)
@@ -2134,7 +2124,7 @@ def BF5():
            if timeup == sleep_now:
             time.sleep(sleep_for)
             timeup = 0
-           print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+           print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
            output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
            if test == None:
             print(output)
@@ -2144,9 +2134,8 @@ def BF5():
             print(output)

 def BF6():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2158,7 +2147,7 @@ def BF6():
      if length_start > 5:
       break
      if length_end < 5:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2209,7 +2198,7 @@ def BF6():
            if timeup == sleep_now:
             time.sleep(sleep_for)
             timeup = 0
-           print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+           print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
            output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
            if test == None:
             print(output)
@@ -2228,7 +2217,7 @@ def BF6():
             if timeup == sleep_now:
              time.sleep(sleep_for)
              timeup = 0
-            print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+            print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
             output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
             if test == None:
              print(output)
@@ -2246,7 +2235,7 @@ def BF6():
             if timeup == sleep_now:
              time.sleep(sleep_for)
              timeup = 0
-            print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+            print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
             output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
             if test == None:
              print(output)
@@ -2264,7 +2253,7 @@ def BF6():
             if timeup == sleep_now:
              time.sleep(sleep_for)
              timeup = 0
-            print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+            print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
             output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
             if test == None:
              print(output)
@@ -2274,9 +2263,8 @@ def BF6():
              print(output)

 def BF7():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2288,7 +2276,7 @@ def BF7():
      if length_start > 6:
       break
      if length_end < 6:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2341,7 +2329,7 @@ def BF7():
             if timeup == sleep_now:
              time.sleep(sleep_for)
              timeup = 0
-            print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+            print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
             output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
             if test == None:
              print(output)
@@ -2360,7 +2348,7 @@ def BF7():
              if timeup == sleep_now:
               time.sleep(sleep_for)
               timeup = 0
-             print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+             print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
              output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
              if test == None:
               print(output)
@@ -2378,7 +2366,7 @@ def BF7():
              if timeup == sleep_now:
               time.sleep(sleep_for)
               timeup = 0
-             print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+             print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
              output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
              if test == None:
               print(output)
@@ -2388,9 +2376,8 @@ def BF7():
               print(output)

 def BF8():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2402,7 +2389,7 @@ def BF8():
      if length_start > 7:
       break
      if length_end < 7:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2457,7 +2444,7 @@ def BF8():
              if timeup == sleep_now:
               time.sleep(sleep_for)
               timeup = 0
-             print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+             print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
              output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
              if test == None:
               print(output)
@@ -2476,7 +2463,7 @@ def BF8():
               if timeup == sleep_now:
                time.sleep(sleep_for)
                timeup = 0
-              print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+              print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
               output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
               if test == None:
                print(output)
@@ -2494,7 +2481,7 @@ def BF8():
               if timeup == sleep_now:
                time.sleep(sleep_for)
                timeup = 0
-              print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+              print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
               output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
               if test == None:
                print(output)
@@ -2512,7 +2499,7 @@ def BF8():
               if timeup == sleep_now:
                time.sleep(sleep_for)
                timeup = 0
-              print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+              print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
               output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
               if test == None:
                print(output)
@@ -2522,9 +2509,8 @@ def BF8():
                print(output)

 def BF9():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2536,7 +2522,7 @@ def BF9():
      if length_start > 8:
       break
      if length_end < 8:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2593,7 +2579,7 @@ def BF9():
               if timeup == sleep_now:
                time.sleep(sleep_for)
                timeup = 0
-              print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+              print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
               output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
               if test == None:
                print(output)
@@ -2612,7 +2598,7 @@ def BF9():
                if timeup == sleep_now:
                 time.sleep(sleep_for)
                 timeup = 0
-               print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+               print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                if test == None:
                 print(output)
@@ -2630,7 +2616,7 @@ def BF9():
                if timeup == sleep_now:
                 time.sleep(sleep_for)
                 timeup = 0
-               print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+               print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                if test == None:
                 print(output)
@@ -2640,9 +2626,8 @@ def BF9():
                 print(output)

 def BF10():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2654,7 +2639,7 @@ def BF10():
      if length_start > 9:
       break
      if length_end < 9:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2713,7 +2698,7 @@ def BF10():
                if timeup == sleep_now:
                 time.sleep(sleep_for)
                 timeup = 0
-               print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+               print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                if test == None:
                 print(output)
@@ -2732,7 +2717,7 @@ def BF10():
                 if timeup == sleep_now:
                  time.sleep(sleep_for)
                  timeup = 0
-                print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+                print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                 if test == None:
                  print(output)
@@ -2750,7 +2735,7 @@ def BF10():
                 if timeup == sleep_now:
                  time.sleep(sleep_for)
                  timeup = 0
-                print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+                print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                 if test == None:
                  print(output)
@@ -2768,7 +2753,7 @@ def BF10():
                 if timeup == sleep_now:
                  time.sleep(sleep_for)
                  timeup = 0
-                print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+                print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                 output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                 if test == None:
                  print(output)
@@ -2778,9 +2763,8 @@ def BF10():
                  print(output)

 def BF11():
-    global cmd
     if NoChar is True:
-     sys.exit('splicex: unable to find password')
+     sys.exit(SpliceX + 'unable to find password')
     WordCount = 0
     for CountWords in ShowWord:
      WordCount += 1
@@ -2792,7 +2776,7 @@ def BF11():
      if length_start > 10:
       break
      if length_end < 10:
-      sys.exit('splicex: unable to find password')
+      sys.exit(SpliceX + 'unable to find password')
      for a in range(StateA, EndCount):
       for b in range(StateB, EndCount):
        for c in range(StateC, EndCount):
@@ -2853,7 +2837,7 @@ def BF11():
                 if timeup == sleep_now:
                  time.sleep(sleep_for)
                  timeup = 0
-                print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+                print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                 cmd = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace('USERNAME', User[u].replace(" ", "")))
                 if test == None:
                  print(output)
@@ -2872,7 +2856,7 @@ def BF11():
                  if timeup == sleep_now:
                   time.sleep(sleep_for)
                   timeup = 0
-                 print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+                 print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                  output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                  if test == None:
                   print(output)
@@ -2890,7 +2874,7 @@ def BF11():
                  if timeup == sleep_now:
                   time.sleep(sleep_for)
                   timeup = 0
-                 print(Red + "[splicex]: " + Yellow + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", "") + DefColour)
+                 print(SpliceX + str(Speed) + "/s " + User[u].replace(" ", "") + " " + NewShowWord.replace(" ", ""))
                  output = os.popen(cmd.replace("PASSWORD", NewPassWd.replace(" ", "")).replace("USERNAME", User[u].replace(" ", ""))).read()
                  if test == None:
                   print(output)
@@ -3614,7 +3598,7 @@ if RestoreSwitch is False and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")

 if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
@@ -3651,7 +3635,7 @@ if StateCount == 22 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 if StateCount == 21 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3687,7 +3671,7 @@ if StateCount == 21 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3722,7 +3706,7 @@ elif StateCount == 24 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3756,7 +3740,7 @@ elif StateCount == 25 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3789,7 +3773,7 @@ elif StateCount == 26 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3821,7 +3805,7 @@ elif StateCount == 27 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3852,7 +3836,7 @@ elif StateCount == 28 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3882,7 +3866,7 @@ elif StateCount == 29 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3911,7 +3895,7 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:
  BF9()
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3939,7 +3923,7 @@ elif StateCount == 30 and RestoreSwitch is True and StdoutSwitch is False:
  StateJ = 0
  BF10()
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3966,7 +3950,7 @@ elif StateCount == 32 and RestoreSwitch is True and StdoutSwitch is False:
  StateI = 0
  StateJ = 0
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")
 elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False:
  StateU = int(State[22])
  StateW = int(State[23])
@@ -3981,7 +3965,7 @@ elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is False:
  StateI = int(State[32])
  StateJ = int(State[33])
  BF11()
- sys.exit(Red + "splicex:" + DefColour + " unable to find password")
+ sys.exit(SpliceX + " unable to find password")

 if RestoreSwitch is False and StdoutSwitch is True:
  StateU = 0
@@ -4376,4 +4360,4 @@ elif StateCount == 33 and RestoreSwitch is True and StdoutSwitch is True:
  SBF11()
  sys.exit(0)

-sys.exit(Red + "splicex:" + DefColour + " unknown error: please report bug to author")
+sys.exit(SpliceX + " unknown error: please report bug to author")

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 10:41:39 2024