Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
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 @@ -174,6 +174,7 @@ $ wafw00f -l
Safe3 Web Firewall Safe3
Safedog SafeDog
Safeline Chaitin Tech.
Scutum Secure Sky Technology Inc.
SecKing SecKing
SecuPress WP Security SecuPress
Secure Entry United Security Providers
Expand Down
14 changes: 14 additions & 0 deletions wafw00f/plugins/scutum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python3
"""
Copyright (C) 2025, WAFW00F Developers.
See the LICENSE file for copying permission.
"""

NAME = "Scutum (Secure Sky Technology Inc.)"


def is_waf(self):
if self.matchHeader(("Server", "Scutum")):
return True

return False
1 change: 1 addition & 0 deletions wafw00f/wafprio.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
'Safe3 Web Firewall (Safe3)',
'Safedog (SafeDog)',
'Safeline (Chaitin Tech.)',
'Scutum (Secure Sky Technology Inc.)',
'SecKing (SecKing)',
'SecuPress WP Security (SecuPress)',
'Secure Entry (United Security Providers)',
Expand Down