Skip to content

A Kali based container for discovery and enumeration using JupyterLab hosted on Docker

License

Notifications You must be signed in to change notification settings

Y2FuZXBh/jupyter-kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter-Kali

A Kali based container for recon and enumeration using JupyterLab hosted on Docker

Example


1. Run

run

2. Import/Export Files

single

3. Split Files & Output

split

Setup


Linux (Dublin)

# 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 (root /f `sudo docker`)
sudo pip install docker

Windows WSL2

# 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

Build + Run


Linux
curl -sS https://raw.githubusercontent.com/Y2FuZXBh/jupyter-kali/main/build.py | sudo python3 -
Windows
(wget -usebasicparsing https://raw.githubusercontent.com/Y2FuZXBh/jupyter-kali/main/build.py).content | python -

After Restart Get New Url + Token


sudo docker logs jupyter-kali 2>&1 | grep "http://127.0.0.1" | tail -n 1 | xargs

About

A Kali based container for discovery and enumeration using JupyterLab hosted on Docker

Topics

Resources

License

Stars

Watchers

Forks