diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index a760e62e7..0608fe196 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -453,6 +453,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None dataToSessionFile("]\n") if conf.threadException: - raise sqlmapThreadException, "something unexpected happen into the threads" + raise sqlmapThreadException, "something unexpected happened inside the threads" return queriesCount[0], finalValue