Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@renku/jupyterlab-vnc
Advanced tools
A JupyterLab extension for VNC.
This extension will not work as a standalone.
It is meant to be used in the Docker image created with docker/Dockerfile.
In ./docker/Dockerfile
jupyter labextension install @renku/jupyterlab-vnc
This was quickly put together for a PoC and not meant to be production-ready.
It requires the minimal novnc, webproxy, openbox, x11vnc, xvfb combo in a docker container, but it should work with other VNC server and windows manager.
The VNC is started before Jupyterlab starts. It uses nbserverproxy to further proxy novnc's 6080 port through Jupyterlab's 8888, which requires some runtime adjustment to properly set the path parameter in the URL. This is currently done in the plugin's settings before starting jupyterlab, which could be better handled with a server extensions.
Opengl will not work with xvfb, you'll probably need xorg if that's what you want.
Ports and resolution are hardcoded.
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
FAQs
A JupyterLab extension for VNC
The npm package @renku/jupyterlab-vnc receives a total of 0 weekly downloads. As such, @renku/jupyterlab-vnc popularity was classified as not popular.
We found that @renku/jupyterlab-vnc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.