Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $ wafw00f -l
BIG-IP Local Traffic Manager F5 Networks
Barikode Ethic Ninja
Barracuda Barracuda Networks
Baffin Bay Mastercard
Bekchy Faydata Technologies Inc.
Beluga CDN Beluga
BinarySec BinarySec
Expand Down
14 changes: 14 additions & 0 deletions wafw00f/plugins/baffinbay.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python3
'''
Copyright (C) 2024, WAFW00F Developers.
See the LICENSE file for copying permission.
'''

NAME = 'Baffin Bay (Mastercard)'


def is_waf(self):
if self.matchHeader(('server', 'baffin-bay-inlet')):
return True

return False
3 changes: 2 additions & 1 deletion wafw00f/wafprio.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'Azion Edge Firewall (Azion)',
'Azure Application Gateway (Microsoft)',
'Azure Front Door (Microsoft)',
'Baffin Bay (Mastercard)',
'BIG-IP AP Manager (F5 Networks)',
'BIG-IP AppSec Manager (F5 Networks)',
'BIG-IP Local Traffic Manager (F5 Networks)',
Expand Down Expand Up @@ -173,4 +174,4 @@
'eEye SecureIIS (BeyondTrust)',
'pkSecurity IDS (pkSec)',
'wpmudev WAF (Incsub)'
]
]