mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring
This commit is contained in:
parent
22c7bc54b4
commit
1e60378fb2
6 changed files with 30 additions and 28 deletions
|
|
@ -136,7 +136,7 @@ class XP_cmdshell:
|
|||
|
||||
for line in lines:
|
||||
echoedLine = "echo %s " % line
|
||||
echoedLine += ">> \"%s\%s\"" % (tmpPath, randDestFile)
|
||||
echoedLine += ">> \"%s\\%s\"" % (tmpPath, randDestFile)
|
||||
echoedLines.append(echoedLine)
|
||||
|
||||
for echoedLine in echoedLines:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue