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
- Host: GitHub
- URL: https://github.com/ryzeon-dev/op
- Owner: ryzeon-dev
- License: agpl-3.0
- Created: 2024-09-07T23:15:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T15:17:47.000Z (9 months ago)
- Last Synced: 2025-02-04T15:47:16.229Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```