fix: [Tool] fix searchsploit regex

This commit is contained in:
Terrtia 2019-09-30 10:13:47 +02:00
parent 164524970d
commit e759b560db
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

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