Files
OneForAll-mirror/data/rules/whatweb/o2micro-firewall.json
T
2020-07-29 00:02:06 +08:00

19 lines
992 B
JSON

{
"name": "O2Micro-Firewall",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "SifoWorks is a multi-function security gateway system that is based on O2Micro's powerful ASIC design. Apart from its firewall capabilities, SifoWorks is also equipped with several industry-leading security features such as: activating NAT and policy routing concurrently while maintaining line speed processing capability; effective log system; powerful network security mechanism, protection against ARP attacks, content filtering, IDP, DoS / DDoS protection, P2P / IM control, etc.",
"website": "http://www.o2security.com/product/productclass.php?classfiy_sn=73",
"matches": [
{
"regexp": "(?-mix:^O2micro)",
"search": "headers[server]"
},
{
"offset": 1,
"search": "headers[server]",
"regexp": "(?-mix:^(O2micro|Firewall)\\/([\\d\\.]+))"
}
]
}