Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion total_replay/utility/utility_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def process_replay_attack_data(self, tag:str, normalized_args_list:list, index_v
search_found_list = self.search_security_content(tag, field_name)

if not search_found_list:
return
continue

ColorPrint.print_info_fg(f"[+][. INFO]: ... Total filtered detections: {len(search_found_list)} ")

Expand Down
Loading