Conper / Opened-Ports

Port scanning and collection of the most important information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opened-Ports

Oports

OPENED-PORTS V.1.0


What is it for?

Port scanning and collection of the most important information:

+ -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 ←


I don't know if it will work on other OS, but this script is only designed to work on Linux.


Installation process: (Linux)

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 :D

Type oports.sh -h to see how to use the script.


You need to have installed:

· NMAP

About

Port scanning and collection of the most important information.


Languages

Language:Shell 100.0%