Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f53ef94

Browse files
committed
Slightly stealthier
1 parent 6943568 commit f53ef94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __initVars(self, regKey, regValue, regType=None, regData=None, parse=False):
4141
self.__regData = regData
4242

4343
self.__randStr = randomStr(lowercase=True)
44-
self.__batPathRemote = "%s/tmpr%s%s.bat" % (conf.tmpPath, self.__operation, self.__randStr)
44+
self.__batPathRemote = "%s/tmpr%s.bat" % (conf.tmpPath, self.__randStr)
4545
self.__batPathLocal = os.path.join(conf.outputPath, "tmpr%s%s.bat" % (self.__operation, self.__randStr))
4646

4747
if parse:

0 commit comments

Comments
 (0)