mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Trivial refactoring for #4379
This commit is contained in:
parent
babe52eb10
commit
0585a55ee0
3 changed files with 11 additions and 15 deletions
|
|
@ -96,7 +96,7 @@ class Filesystem(GenericFilesystem):
|
|||
fcEncodedStrLen = len(fcEncodedStr)
|
||||
|
||||
if kb.injection.place == PLACE.GET and fcEncodedStrLen > 8000:
|
||||
warnMsg = "the injection is on a GET parameter and the file "
|
||||
warnMsg = "as the injection is on a GET parameter and the file "
|
||||
warnMsg += "to be written hexadecimal value is %d " % fcEncodedStrLen
|
||||
warnMsg += "bytes, this might cause errors in the file "
|
||||
warnMsg += "writing process"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue