A Kali-based container for recon and enumeration using JupyterLab hosted on Docker. Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text.
Uses include data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
# update
sudo apt update && sudo apt -y upgrade
# docker
sudo apt install -y docker.io
sudo systemctl enable docker –now
# python
sudo apt install python3
sudo apt install python3-pip
# pip
sudo pip install docker
# chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’))
# docker
choco install docker-desktop
# python
choco install python3
# pip
py -m pip install docker
curl -sS https://raw.githubusercontent.com/Y2FuZXBh/jupyter-kali/main/build.py | sudo python3 –
(wget -usebasicparsing https://raw.githubusercontent.com/Y2FuZXBh/jupyter-kali/main/build.py).content | python –
sudo docker logs jupyter-kali 2>&1 | grep “http://127.0.0.1” | tail -n 1 | xargs
Please consider following and supporting us to stay updated with the latest info
TWEET-MACHINE (TM) is an innovative Open-Source Intelligence (OSINT) tool designed specifically for Twitter. It enables…
Comprehensive Rust is an open-source, multi-day Rust programming course developed by Google’s Android team. It…
RustPython is an open-source Python 3 interpreter written entirely in Rust, designed to provide a…
Brush is an innovative 3D reconstruction engine utilizing Gaussian splatting, designed to make high-quality 3D…
Clippy, the nostalgic virtual assistant from the late 1990s and early 2000s, has been revived…
The LoL Patcher is a legacy modding tool for League of Legends, designed primarily for…