FlagHack Protocol

In FlagHack, various network protocols are utilized to simulate real-world networking scenarios. These protocols are essential for tasks such as establishing connections, transferring data, and ensuring secure communications between devices. Learn more

Following protocols are used in the game:

DHCP Client

Client-side implementation of the Dynamic Host Configuration Protocol.

port: 68

DHCP Server

Server-side implementation of the Dynamic Host Configuration Protocol.

port: 67

MySQL

Open-source relational database management system.

port: 3306

PostgreSQL

Open-source relational database management system.

port: 5432

Redis

In-memory data structure store, used as a database, cache, and message broker.

port: 6379

Memcached

High-performance, distributed memory object caching system.

port: 11211

MQTT

Lightweight messaging protocol for small sensors and mobile devices, optimized for high-latency or unreliable networks.

port: 1883

SIP

Session Initiation Protocol, used for initiating, maintaining, and terminating real-time sessions that include voice, video, and messaging applications.

port: 5060

NFS

Network File System, a distributed file system protocol.

port: 2049

HTTP

Hypertext Transfer Protocol, used for transmitting web pages.

port: 80

HTTPS

Secure version of HTTP, using SSL/TLS for encryption.

port: 443

FTP

File Transfer Protocol, used for transferring files over a network.

port: 21

FTPS

FTP over SSL/TLS, providing secure file transfer.

port: 990

SFTP

SSH File Transfer Protocol, a secure file transfer protocol over SSH.

port: 22

SSH

Secure Shell, a protocol for secure remote login and other secure network services.

port: 22

Telnet

A protocol for text-based communication over a network, not secure.

port: 23

SMTP

Simple Mail Transfer Protocol, used for sending emails.

port: 25

SMTPS

Secure SMTP, using SSL/TLS for secure email transmission.

port: 465

POP3

Post Office Protocol version 3, used for retrieving emails.

port: 110

IMAP

Internet Message Access Protocol, used for retrieving and managing emails.

port: 143

DNS

Domain Name System, used for resolving domain names to IP addresses.

port: 53

RDP

Remote Desktop Protocol, used for remote desktop connections.

port: 3389

SMB

Server Message Block, a network file sharing protocol.

port: 445