HACKING
MenuWriteupsMy ProjectsAbout me
  • ๐Ÿ‘พEthical Hacking
  • ๐Ÿ”‘Cracking - Hashing
  • Operating Systems
    • ๐ŸงLinux
  • Reconnaissance
    • ๐ŸŒNetwork Scanning
  • Post-Exploitation
    • โฌ†๏ธPrivilege Escalation
    • ๐Ÿ› ๏ธPrivilege Escalation Tools
      • โ™ ๏ธLinPEAS
      • โ™ฅ๏ธPspy64
      • โ™ฃ๏ธLinux Smarter Enumeration
      • #๏ธโƒฃGTFObins
  • โ˜ ๏ธVulnerabilities
    • ๐Ÿ’ฅSoftware Vulnerabilities
      • Bash
      • C
    • Linux Vulns
  • Practice
    • ๐Ÿ“–Writeups
      • HackMyVM
        • Easy ๐ŸŸข
          • Gift
          • Helium
          • Hidden
          • Ripper
          • Beloved
          • Noob
          • Hundred
          • Bah
          • Doc
          • Warez
          • Doubletrouble
          • Stars
          • Method
  • About me
    • ๐Ÿ“šMy projects
    • ๐Ÿ‘คAbout me
Powered by GitBook
On this page
  • Opened-Ports (OPORTS)
  • Installation process:
  1. About me

My projects

Last updated 1 year ago

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

Examples:

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 โ†

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

This script is only designed to work on Linux.

๐Ÿ“š
GitHub
Sample 1
Sample 2