mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
532 B
JSON
18 lines
532 B
JSON
{
|
|
"name": "Check-Point-Firewall",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Check Point Firewall",
|
|
"website": "http://www.checkpoint.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[location]",
|
|
"regexp": "(?-mix:\\/fwauthredirect[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}id[\\d]+$)"
|
|
},
|
|
{
|
|
"status": 401,
|
|
"regexp": "(?-mix:FW-1 at ([^\\s]+): Unauthorized to access the document\\.)"
|
|
}
|
|
]
|
|
}
|