📚My projects

Opened-Ports (OPORTS)

Script created in Bash that allows you to facilitate visibility of the ports that are open and the services behind each of them after a scan with NMAP.

Project in my GitHub

Examples:

Sample 1
Sample 2

Information collected by the script:
  • OS

  • Open ports

  • Services

  • Versions

It can be used both to analyze the previously mentioned data in a file or create the scan from scratch and then do the analysis.

→ More info in oports.sh -h

This script is only designed to work on Linux.

Installation process:

Firstly:

wget https://raw.githubusercontent.com/Conper/Opened-Ports/main/oports.sh

To be able to run it in any directory, save it here:

/usr/bin/oports.sh

Give it execution permissions:

chmod +x oports.sh

And that's it. Now you can run it in any directory. Type oports.sh -h to see how to use the script.

You need to have installed:

· NMAP

Last updated