masscan
masscan copied to clipboard
`-oG` flag writes nothing to the file
masscan x.x.x.x. -p0-65535 -oG myfile --max-rate 10000
myfile
is left empty after the scan, while the other file writing flags work (some needs extension to be correct lto work like .json
for -oJ
)