Minor cosmetic adjustments

This commit is contained in:
Bernardo Damele
2010-01-28 17:07:34 +00:00
parent a2077bfc0e
commit 6f5d2ed171
5 changed files with 13 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ from lib.core.agent import agent
from lib.core.common import dataToStdout
from lib.core.common import getLocalIP
from lib.core.common import getRemoteIP
from lib.core.common import normalizePath
from lib.core.common import pollProcess
from lib.core.common import randomRange
from lib.core.common import randomStr
@@ -647,6 +648,8 @@ class Metasploit:
else:
self.exeFilePathRemote = "%s/%s" % (conf.tmpPath, os.path.basename(self.exeFilePathLocal))
self.exeFilePathRemote = normalizePath(self.exeFilePathRemote)
logger.info("uploading payload stager to '%s'" % self.exeFilePathRemote)
if web: