Fixed HTML comment context handling + Refactor

This commit is contained in:
Somdev Sangwan
2018-11-15 15:41:01 +05:30
committed by GitHub
parent 60ec370775
commit 614e47276c
18 changed files with 81 additions and 74 deletions

View File

@@ -1,5 +1,6 @@
import re
import json
import re
from core.requester import requester
def wafDetector(url, params, headers, GET, delay, timeout):