An open API service indexing awesome lists of open source software.

https://github.com/ryzeon-dev/op

Display open ports in Linux systems
https://github.com/ryzeon-dev/op

Last synced: 2 months ago
JSON representation

Display open ports in Linux systems

Awesome Lists containing this project

README

        

# op - Open Ports
FOSS utility to detect open listening ports in linux systems

## Installation
Run the installation script as root

```
sudo ./install.sh
```

## Usage
Run with no arguments to display both TCP and UDP open ports
```
$ op
```

Pass `tcp` to only show TCP open ports
```
$ op tcp
```

Pass `udp` to only show UDP open ports
```
$ op udp
```

If ran as `root`, pid and process name (which opened the port) will be displaye will be displayed

Pass `help` to get help
```
$ op help
```