From e759b560db6283cc3989c25dc0d84a7adc013f7b Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 30 Sep 2019 10:13:47 +0200 Subject: [PATCH] fix: [Tool] fix searchsploit regex --- bin/Tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Tools.py b/bin/Tools.py index 32a522d3..03995a18 100755 --- a/bin/Tools.py +++ b/bin/Tools.py @@ -327,7 +327,7 @@ tools_dict = { }, 'searchsploit': { 'name': 'searchsploit', - 'regex1': r'\| (exploits|shellcodes|)/|\.searchsploit_rc', + 'regex1': r'(exploits|shellcodes)/|searchsploit_rc|Exploit Title', 'nb_regex': 1, 'max_execution_time': default_max_execution_time, 'tag': 'infoleak:automatic-detection="searchsploit-tool"', # tag if all regex match