Skip to content

Instantly share code, notes, and snippets.

View deepaste's full-sized avatar
🇧🇷

Ryan R. deepaste

🇧🇷
View GitHub Profile
@deepaste
deepaste / services.py
Last active May 30, 2023 12:48
Dictionary of UDP and TCP services - Python
# Network services, Internet style
# Updated from https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml .
SERVICES = {
1: "tcpmux",
7: "echo",
7: "echo",
9: "discard",
9: "discard",
11: "systat",
13: "daytime",