Remove viewed limitation in page_to_hit : skip good requests
This commit is contained in:
		| @@ -31,7 +31,6 @@ class IWLAPreAnalysisPageToHit(IPlugin): | ||||
|  | ||||
|             for p in super_hit['requests']: | ||||
|                 if not p['is_page']: continue | ||||
|                 if int(p['status']) not in viewed_http_codes: continue | ||||
|                 if time.mktime(p['time_decoded']) < start_time: continue | ||||
|                 uri = p['extract_request']['extract_uri'] | ||||
|                 for r in self.regexps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user