Replies: 1 comment 2 replies
-
@brenocss instead of doing hardcoded parsing in dnsx, same can be achieved with template with nuclei. id: spf-fingerprint
info:
name: SPF IP Fingerprint
author: pdteam
severity: info
tags: dns,txt
dns:
- name: "{{FQDN}}"
type: TXT
matchers:
- type: regex
regex:
- "IN\tTXT"
- "[0-9]{1,3}(?:\\.[0-9]{1,3}){0,3}/[0-9]+"
condition: and
extractors:
- type: regex
regex:
- "[0-9]{1,3}(?:\\.[0-9]{1,3}){0,3}/[0-9]+" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please describe your feature request:
-spf
to extract ip's from spf records (includes,redirects,...)Describe the use case of this feature:
Beta Was this translation helpful? Give feedback.
All reactions