Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
radenvodka committed Jun 3, 2019
1 parent 5242274 commit 5938ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/WAF.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @Author: Nokia 1337
* @Date: 2019-06-01 09:58:00
* @Last Modified by: Nokia 1337
* @Last Modified time: 2019-06-03 03:27:43
* @Last Modified time: 2019-06-03 13:12:33
*/
class WAF
{
Expand Down Expand Up @@ -86,7 +86,7 @@ function Domain($Domain){
foreach ($Fingerprint as $name => $regex) {
if(preg_match("/".$regex."/", $value['respons'])){
$check[] = array(
'name' => $name,
'name' => strtoupper($name),
'httpcode' => $value['info']['http_code'],
);
}
Expand Down

0 comments on commit 5938ad2

Please sign in to comment.