From ec43419ad17ce3ee3d7c04b9a4a4fb2052ccca1b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 11 Mar 2010 11:20:52 +0000 Subject: [PATCH] minor makeup fix --- lib/techniques/blind/inference.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 065b1b3e0..e765f706b 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -219,9 +219,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None threads.append(thread) # And wait for them to all finish - #for thread in threads: - # thread.join() - try: alive = True while alive: @@ -233,7 +230,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None except KeyboardInterrupt: conf.threadContinue = False raise - + # If we have got one single character not correctly fetched it # can mean that the connection to the target url was lost if None in value: