Skip to content

Commit

Permalink
ruffed
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 6, 2025
1 parent bd03c7d commit 4a3d593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bbot/test/test_step_1/test_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,9 @@ async def test_hostname_extraction(bbot_scanner):
{
"evilcorp.com": {
"A": ["127.0.0.1"],
"TXT": ["v=spf1 include:spf-a.evilcorp.com include:spf-b.evilcorp.com include:icpbounce.com include:shops.shopify.com include:_spf.qemailserver.com include:spf.mandrillapp.com include:spf.protection.office365.us include:spf-003ea501.gpphosted.com 127.0.0.1 -all"]
"TXT": [
"v=spf1 include:spf-a.evilcorp.com include:spf-b.evilcorp.com include:icpbounce.com include:shops.shopify.com include:_spf.qemailserver.com include:spf.mandrillapp.com include:spf.protection.office365.us include:spf-003ea501.gpphosted.com 127.0.0.1 -all"
],
}
}
)
Expand Down

0 comments on commit 4a3d593

Please sign in to comment.