Skip to content

Port Scan with nrich

nrich

nrich is a tool that helps you find open ports and services on a target host. It can be used to identify potential vulnerabilities in your network and help you secure your systems.

Usage

$ echo 149.202.182.140 | nrich -

149.202.182.140 (ftptech1.pcsoft.fr)
  Ports: 21, 80, 111, 443
  CPEs: cpe:/a:apache:http_server:2.4.53

Reference

  • https://gitlab.com/shodan-public/nrich
Feedback