https://github.com/byt3exec/chatroom
casual chatroom for host and clients
https://github.com/byt3exec/chatroom
Last synced: about 1 year ago
JSON representation
casual chatroom for host and clients
- Host: GitHub
- URL: https://github.com/byt3exec/chatroom
- Owner: byt3exec
- License: mit
- Created: 2024-02-24T19:09:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T06:28:32.000Z (over 2 years ago)
- Last Synced: 2024-10-17T02:07:49.376Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatgroup
A basic casual chatroom with notification and familiar interface.
Users should careful on the Lack of Encryption side: Messages are sent in plain text over the network, which could be intercepted by malicious entities.
Authentication and Authorization: There's no mechanism to verify the identity of the users or manage user permissions. This could lead to unauthorized access and impersonation.
Input Validation: Without proper validation, the system may be vulnerable to injection attacks, such as sending commands that could be executed by the server or other clients.