Skip to content

Commit

Permalink
test: restrict nuclei to a single template to improve perf (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Apr 9, 2024
1 parent 289b86a commit 6f98b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secator/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'msfconsole.resource': load_fixture('msfconsole_input', FIXTURES_DIR, only_path=True),
'dirsearch.output_path': load_fixture('dirsearch_output', FIXTURES_DIR, only_path=True),
'maigret.output_path': load_fixture('maigret_output', FIXTURES_DIR, only_path=True),
'nuclei.template_id': 'prometheus-metrics',
'wpscan.output_path': load_fixture('wpscan_output', FIXTURES_DIR, only_path=True),
'h8mail.output_path': load_fixture('h8mail_output', FIXTURES_DIR, only_path=True),
'h8mail.local_breach': load_fixture('h8mail_breach', FIXTURES_DIR, only_path=True)
Expand Down

0 comments on commit 6f98b98

Please sign in to comment.