robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#559 still not fixed? (`CONF: unknown config option: nocapture=servername`)

Blayung opened this issue · comments

commented

I echo a configuration into a file:

seed = 9576739939856650050
rate = 500000.000000
shard = 1/1
nocapture = servername


# TARGET SELECTION (IP, PORTS, EXCLUDES)
ports = 443
range = 0.0.0.0-255.255.255.254

I resume it with masscan -c masscan.conf:
CONF: unknown config option: nocapture=servername

It looks as if the issue has already been documented and fixed in #559 - 3 years ago! For some reason, after installing masscan today with sudo pacman -S masscan, it's still broken.

masscan --version:

Masscan version 1.3.2 ( https://github.com/robertdavidgraham/masscan )
Compiled on: Feb  9 2021 23:48:38
Compiler: gcc 10.2.0
OS: Linux
CPU: unknown (64 bits)

This seems to also be the latest release on github. Why is it still a problem?