mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Tool] fix searchsploit regex
This commit is contained in:
parent
164524970d
commit
e759b560db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue