From b40cef2d3ea07e968c0b054bceadfa0651437d50 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 12 Aug 2024 21:03:23 -0400 Subject: [PATCH] fix description --- bbot/modules/dnscommonsrv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/dnscommonsrv.py b/bbot/modules/dnscommonsrv.py index 5fb279b91..4d804852b 100644 --- a/bbot/modules/dnscommonsrv.py +++ b/bbot/modules/dnscommonsrv.py @@ -6,7 +6,7 @@ class dnscommonsrv(subdomain_enum): watched_events = ["DNS_NAME"] produced_events = ["DNS_NAME"] flags = ["subdomain-enum", "passive", "safe"] - meta = {"description": "", "created_date": "2022-05-15", "author": "@TheTechromancer"} + meta = {"description": "Check for common SRV records", "created_date": "2022-05-15", "author": "@TheTechromancer"} dedup_strategy = "lowest_parent" options = {"max_depth": 2}