Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 13, 2024
1 parent 098f0c1 commit b40cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/dnscommonsrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b40cef2

Please sign in to comment.