diff --git a/network/enumeration/kafka-topics-list.yaml b/network/enumeration/kafka-topics-list.yaml index 461d2e3dc0..44f0d50c0b 100644 --- a/network/enumeration/kafka-topics-list.yaml +++ b/network/enumeration/kafka-topics-list.yaml @@ -17,12 +17,12 @@ network: type: hex read: 1024 host: - - "{{Hostname}}:9092" - - "{{Host}}" + - "{{Hostname}}" + - "{{Host}}:9092" extractors: - type: regex part: raw name: value regex: - - '([a-z.A-Z_0-9-]+)' \ No newline at end of file + - '([a-z.A-Z_0-9-]+)'