How to Install and Uninstall python3-websockify Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-websockify" package

This guide let you learn how to install python3-websockify on Kali Linux

$ sudo apt update $ sudo apt install python3-websockify

2. Uninstall "python3-websockify" package

This guide covers the steps necessary to uninstall python3-websockify on Kali Linux:

$ sudo apt remove python3-websockify $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-websockify package on Kali Linux

Package: python3-websockify
Source: websockify
Version: 0.10.0+dfsg1-5
Installed-Size: 171
Maintainer: Debian OpenStack
Architecture: amd64
Replaces: websockify (<< 0.8.0+dfsg1-14~)
Depends: python3-numpy, python3-pkg-resources, python3:any
Breaks: websockify (<< 0.8.0+dfsg1-14~)
Size: 42956
SHA256: 971b5c6c6f79672ef3fb56b47006d28aef5a441da60e72f127d4d5449eb14dd6
SHA1: af3252a41440c5fd9b28f4478ea6fb00963509e5
MD5sum: d7c5f4522813f58aceb5b0c5912dc32b
Description: WebSockets support for any application/server - Python 3
websockify was formerly named wsproxy and was part of the noVNC project.
.
At the most basic level, websockify just translates WebSockets traffic to
normal socket traffic. Websockify accepts the WebSockets handshake, parses it,
and then begins forwarding traffic between the client and the target in both
directions.
.
Websockify supports all versions of the WebSockets protocol (Hixie and HyBi).
The older Hixie versions of the protocol only support UTF-8 text payloads. In
order to transport binary data over UTF-8 an encoding must used to encapsulate
the data within UTF-8.
.
With Hixie clients, Websockify uses base64 to encode all traffic to and from
the client. This does not affect the data between websockify and the server.
.
With HyBi clients, websockify negotiates whether to base64 encode traffic to
and from the client via the subprotocol header (Sec-WebSocket-Protocol). The
valid subprotocol values are 'binary' and 'base64' and if the client sends
both then the server (the Python implementation) will prefer 'binary'. The
'binary' subprotocol indicates that the data will be sent raw using binary
WebSocket frames. Some HyBi clients (such as the Flash fallback and older
Chrome and iOS versions) do not support binary data which is why the
negotiation is necessary.
.
This package provides the Python 3 module.
Description-md5:
Homepage: https://pypi.python.org/pypi/websockify
Section: python
Priority: optional
Filename: pool/main/w/websockify/python3-websockify_0.10.0+dfsg1-5_amd64.deb