You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Run email-related modules (DMARC, SPF, MTA-STS misconfigurations) even when the domain has no MX records at the target or its registered domain.",
198
+
)
199
+
200
+
parser.add_argument(
201
+
"--disable-negative-signatures",
202
+
action="store_true",
203
+
help="Disable negative signatures so generic dangling CNAME/NS findings are still reported for known non-exploitable services.",
204
+
)
205
+
190
206
parser.add_argument("target", nargs="?", type=validate_target, help="subdomain to analyze")
0 commit comments