New insecure check: X-Frame-Options (Incorrect Values) 路 rfc-st/humble@f85dd78 (original) (raw)

Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
61 61 SEC_S = "https://"
62 62 URL_S = ' URL : '
63 63
64 -version = '\r\n' + '(v. 2023-05-06)' + '\r\n'
64 +version = '\r\n' + '(v. 2023-05-12)' + '\r\n'
65 65 now = datetime.now().strftime("%Y/%m/%d - %H:%M:%S")
66 66
67 67
@@ -920,6 +920,8 @@ def request_exceptions():
920 920 print_details('[ixfo_h]', '[ixfo]', 'm', i_cnt)
921 921 if 'allow-from' in xfo_header:
922 922 print_details('[ixfod_h]', '[ixfod]', 'm', i_cnt)
923 +if xfo_header not in ['deny', 'sameorigin']:
924 +print_details('[ixfoi_h]', '[ixfodi]', 'm', i_cnt)
923 925
924 926 if 'X-Pad' in headers:
925 927 print_details('[ixpad_h]', '[ixpad]', 'd', i_cnt)