fix: [Tool] fix searchsploit regex

pull/411/head
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
1 changed files with 1 additions and 1 deletions

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