ronin-rb / ronin-masscan

A Ruby library and CLI for working with masscan.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Fix `Masscan.scan` output file path #20

Closed AI-Mozi closed 8 months ago

AI-Mozi commented 8 months ago

tempfile.path is valid only if output_file is not specified

Also file extensions needs to be specified because of this.