Minor bug fix.

Adapted Metasploit wrapping functions to work with latest msf3 development version too.
This commit is contained in:
Bernardo Damele
2009-07-06 14:40:33 +00:00
parent 0fc4587f02
commit 4b622ed860
2 changed files with 8 additions and 8 deletions

View File

@@ -541,7 +541,7 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeov
for i in range(0, wFileSize, debugSize):
wFileChunk = wFileContent[i:i+debugSize]
chunkName = self.updateBinChunk(wFileChunk, dFile, tmpPath)
chunkName = self.updateBinChunk(wFileChunk, tmpPath)
if i == 0:
infoMsg = "renaming chunk "