scan port
This commit is contained in:
+77
@@ -177,3 +177,80 @@ opnsense:
|
||||
|
||||
database:
|
||||
path: "./data/db.sqlite"
|
||||
|
||||
# Services réseau pour l'onglet Ports & Services
|
||||
services:
|
||||
- name: "HTTP"
|
||||
port: 80
|
||||
protocol: "http"
|
||||
- name: "HTTPS"
|
||||
port: 443
|
||||
protocol: "https"
|
||||
- name: "SSH"
|
||||
port: 22
|
||||
protocol: "ssh"
|
||||
- name: "RDP"
|
||||
port: 3389
|
||||
protocol: "rdp"
|
||||
- name: "SMB/CIFS"
|
||||
port: 445
|
||||
protocol: "smb"
|
||||
- name: "FTP"
|
||||
port: 21
|
||||
protocol: "ftp"
|
||||
- name: "DNS"
|
||||
port: 53
|
||||
- name: "MySQL"
|
||||
port: 3306
|
||||
- name: "PostgreSQL"
|
||||
port: 5432
|
||||
- name: "Proxmox VE"
|
||||
port: 8006
|
||||
protocol: "https"
|
||||
- name: "Proxmox Backup"
|
||||
port: 8007
|
||||
protocol: "https"
|
||||
- name: "Home Assistant"
|
||||
port: 8123
|
||||
protocol: "http"
|
||||
- name: "Node-RED"
|
||||
port: 1880
|
||||
protocol: "http"
|
||||
- name: "Jellyfin"
|
||||
port: 8096
|
||||
protocol: "http"
|
||||
- name: "Plex"
|
||||
port: 32400
|
||||
protocol: "http"
|
||||
- name: "Gitea"
|
||||
port: 3000
|
||||
protocol: "https"
|
||||
- name: "Portainer"
|
||||
port: 9443
|
||||
protocol: "https"
|
||||
- name: "Synology DSM"
|
||||
port: 5000
|
||||
protocol: "http"
|
||||
- name: "Unifi Controller"
|
||||
port: 8443
|
||||
protocol: "https"
|
||||
- name: "Arcane"
|
||||
port: 3552
|
||||
protocol: "http"
|
||||
- name: "ESPHome"
|
||||
port: 6053
|
||||
- name: "Cockpit"
|
||||
port: 9090
|
||||
protocol: "https"
|
||||
- name: "HTTP Alt (8080)"
|
||||
port: 8080
|
||||
protocol: "http"
|
||||
- name: "HTTP Alt (8081)"
|
||||
port: 8081
|
||||
protocol: "http"
|
||||
- name: "HTTP Alt (9000)"
|
||||
port: 9000
|
||||
protocol: "http"
|
||||
- name: "ESP8266"
|
||||
port: 8266
|
||||
protocol: "http"
|
||||
|
||||
Reference in New Issue
Block a user