Skip to content

Commit

Permalink
Fix Masscan.scan output file path
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Feb 5, 2024
1 parent dc22b90 commit 5dc91dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/masscan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def self.scan(*ips,**kwargs,&block)
status = masscan.run_command

if status
return ::Masscan::OutputFile.new(tempfile.path)
return ::Masscan::OutputFile.new(masscan.output_file)
else
return status
end
Expand Down

0 comments on commit 5dc91dc

Please sign in to comment.