Skip to content

nich - quickly analyze open ports vulnerabilities

homepage-banner

A command-line tool to quickly analyze all IPs in a file and see which ones have open ports/ vulnerabilities. Can also be fed data from stdin to be used in a data pipeline.

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
Leave a message