We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464f171 commit 7fbeebcCopy full SHA for 7fbeebc
1 file changed
lib/techniques/blind/inference.py
@@ -453,6 +453,6 @@ def downloadThread():
453
dataToSessionFile("]\n")
454
455
if conf.threadException:
456
- raise sqlmapThreadException, "something unexpected happen into the threads"
+ raise sqlmapThreadException, "something unexpected happened inside the threads"
457
458
return queriesCount[0], finalValue
0 commit comments