Skip to content

Commit

Permalink
Add OutputBuilderPassiveScan class
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
hahwul committed Sep 29, 2024
1 parent 11d7c65 commit 4e7cb42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/output_builder/passive_scan.cr
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require "../models/output_builder"
require "../models/endpoint"

require "json"
require "yaml"

class OutputBuilderPassiveScan < OutputBuilder

end

0 comments on commit 4e7cb42

Please sign in to comment.