id: test-nuclei-example info: name: Test Nuclei Example Template author: fscan-dev severity: info description: | This is a test template to demonstrate Nuclei format support in fscan. It will be automatically converted to fscan format during loading. reference: - https://github.com/shadow1ng/fscan http: - method: GET path: - "{{BaseURL}}/robots.txt" matchers: - type: word words: - "User-agent" - "Disallow" condition: and - type: status status: - 200