mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Trivial style update
This commit is contained in:
parent
75f447ccf8
commit
b74de19213
|
@ -44,7 +44,7 @@ def purge(directory):
|
||||||
for filepath in filepaths:
|
for filepath in filepaths:
|
||||||
try:
|
try:
|
||||||
filesize = os.path.getsize(filepath)
|
filesize = os.path.getsize(filepath)
|
||||||
with open(filepath, 'w+b') as f:
|
with open(filepath, "w+b") as f:
|
||||||
f.write("".join(chr(random.randint(0, 255)) for _ in xrange(filesize)))
|
f.write("".join(chr(random.randint(0, 255)) for _ in xrange(filesize)))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user