Skip to content

syn.scan

A module to perform SYN port scanning, as open ports are discovered the tcp-ports meta field of the endpoints will be filled and it will be shown in the net.show view if net.show.meta is set to true.

Perform a syn port scanning against an IP address within the provided ports range.

Stop the current syn scanning session.

Print progress of the current syn scanning session.

ParameterDefaultDescription
syn.scan.show-progress-every1Period in seconds for the scanning progress reporting.

Scan a single ip for ports 1 to 1000:

Terminal window
syn.scan 192.168.1.3 1 1000

Scan several addresses for port 22:

Terminal window
syn.scan 192.168.1.1-50 22

Scan the entire subnet for ports 1 to 10000:

Terminal window
syn.scan 192.168.1.0/24 1 10000