mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
sqlmap does not save nor leave back in temporary folder any file named 'sqlmapRANDOM', only random names now, less suspicious
This commit is contained in:
parent
42f53f380f
commit
694356821d
9 changed files with 17 additions and 17 deletions
|
|
@ -198,7 +198,7 @@ class Filesystem:
|
|||
back-end DBMS underlying file system
|
||||
"""
|
||||
|
||||
randScr = "sqlmapfile%s.scr" % randomStr(lowercase=True)
|
||||
randScr = "tmpf%s.scr" % randomStr(lowercase=True)
|
||||
chunkName = randomStr(lowercase=True)
|
||||
fileScrLines = self.__binDataToScr(binaryData, chunkName)
|
||||
forgedScrLines = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue