File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ $ wafw00f -l
177177 Safe3 Web Firewall Safe3
178178 Safedog SafeDog
179179 Safeline Chaitin Tech.
180+ Scutum Secure Sky Technology Inc.
180181 SecKing SecKing
181182 SecuPress WP Security SecuPress
182183 Secure Entry United Security Providers
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+ """
3+ Copyright (C) 2025, WAFW00F Developers.
4+ See the LICENSE file for copying permission.
5+ """
6+
7+ NAME = "Scutum (Secure Sky Technology Inc.)"
8+
9+
10+ def is_waf (self ):
11+ if self .matchHeader (("Server" , "Scutum" )):
12+ return True
13+
14+ return False
Original file line number Diff line number Diff line change 126126 'Safe3 Web Firewall (Safe3)' ,
127127 'Safedog (SafeDog)' ,
128128 'Safeline (Chaitin Tech.)' ,
129+ 'Scutum (Secure Sky Technology Inc.)' ,
129130 'SecKing (SecKing)' ,
130131 'SecuPress WP Security (SecuPress)' ,
131132 'Secure Entry (United Security Providers)' ,
You can’t perform that action at this time.
0 commit comments