GitHub Repository

Description

Opened-Ports is a Linux script that uses Nmap to scan a target and extract only the most relevant information:

  • Open ports
  • Services running on those ports
  • Service versions
  • Detected operating system

It can:

  • Analyze a previously saved Nmap scan result file.
  • Perform a new scan from scratch and then analyze the results.

๐Ÿ“ Note: Designed for Linux. Functionality on other operating systems is not guaranteed.

CTF Machines

Installation (Linux)

  1. Download the script:
wget https://raw.githubusercontent.com/Conper/Opened-Ports/main/oports.sh
mv ./oports.sh /usr/bin/oports
chmod +x /usr/bin/oports