Trivial refactoring for #4379

This commit is contained in:
Miroslav Stampar
2020-10-13 11:05:13 +02:00
parent babe52eb10
commit 0585a55ee0
3 changed files with 11 additions and 15 deletions

View File

@@ -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"