Skip to content

Commit

Permalink
Refactor NoirRunner to include passive scan results and add OutputBui…
Browse files Browse the repository at this point in the history
…lderPassiveScan class

Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Sep 29, 2024
1 parent e7e902d commit bb5776d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/noir.cr
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,12 @@ class NoirRunner
else
builder = OutputBuilderCommon.new @options
builder.print @endpoints

print_passive_results
end
end

def print_passive_results
if @passive_results.size > 0
@logger.puts "\nPassive Results:"
builder = OutputBuilderPassiveScan.new @options
Expand Down

0 comments on commit bb5776d

Please sign in to comment.