Skip to content

Commit

Permalink
Merge pull request blacklanternsecurity#1450 from luke-goddard/correc…
Browse files Browse the repository at this point in the history
…t-docstring-typo

correct-docstring-typo
  • Loading branch information
TheTechromancer authored Jun 11, 2024
2 parents d3a2c5e + 1a176a1 commit 107d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/massdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class massdns(subdomain_enum):
the mutation was found. I.e. the first mutation will be tagged "mutation-1". The second one (a mutation of a
mutation) will be "mutation-2". Mutations of mutations of mutations will be "mutation-3", etc.
This is especially use for bug bounties because it enables you to recognize distant/rare subdomains at a glance.
This is especially useful for bug bounties because it enables you to recognize distant/rare subdomains at a glance.
Subdomains with higher mutation levels are more likely to be distant/rare or never-before-seen.
"""

Expand Down

0 comments on commit 107d883

Please sign in to comment.