Update fuzz.py

This commit is contained in:
cf_hb
2017-04-10 14:08:03 +08:00
committed by GitHub
parent 0a8daf7825
commit ae5e8e8b55

View File

@@ -187,7 +187,7 @@ class CIF_Fuzz(threading.Thread):
def check_url_blackext(self, uri):
not_staticFlag = True
url_ext = urlparse(uri).path[-4:].lower()
url_ext = urlparse(uri).path[-5:].lower()
if ".js" in uri and ".jsp" not in url_ext:
not_staticFlag = False