Install Kali Linux in WIndows10 Without VirtualBox YOUTUBE or use Docker
- [✔] Installation Bug Fixed
- Added New Tools
- Reverse Engineering
- RAT Tools
- Web Crawling
- Payload Injector
- Multitor Tools update
- Added Tool in wifijamming
- Added Tool in steganography
- Add Table of Contents
- Finish Making anchor links to the Table of Contents
- Add the hacking menu to the Table of Contents
- Finish the Table of Contents
- Add tutorial of how to install docker.io
- add tutorial of how to install docker compose
Hackingtool Menu
Anonymous Hiding Tools
Information gathering tools
- Network Map (nmap)
- Dracnmap
- Port scanning
- Host to IP
- Xerosploit
- RED HAWK (All In One Scanning)
- ReconSpider(For All Scanning)
- IsItDown (Check Website Down/Up)
- Infoga - Email OSINT
- ReconDog
- Striker
- SecretFinder (like API & etc)
- Find Info Using S
- Port Scanner - rang3r (Python 2.7)
- [Port Scanner - Ranger Reloaded (Py- Dracnmap
Wordlist Generator
Wireless attack tools
SQL Injection Tools
Phishing attack tools
Web Attack Tools
Post exploitation tools>
Forensic tools
- Autopsy
- Wireshark
- Bulk extractor
- Disk Clone and ISO Image Acquire
- Toolsley
- Volatility3
Payload creation tools
Exploit framework
Reverse engineering tools
DDOS Attack Tools
XSS Attack Tools
Steganograhy tools
- SteganoHide
- StegnoCracker
- StegoCracker
- Whitespace
Other tools
SocialMedia Bruteforce
Android Hacking tools
IDN Homograph Attack
Email Verify tools
Hash cracking tool
Wifi Deauthenticate
SocialMedia Finder
Web crawling
Mix tools
- Terminal Multiplexer
Install and Run Hackingtool
Whole Commands Guides
git clone https://github.com/Z4nzu/hackingtool.git
chmod -R 755 hackingtool
cd hackingtool
sudo bash install.sh
sudo hackingtool
- Create the docker image
docker buitl -t vgpastor/hackingtool .docker-compose up -d- Get into the container
docker exec -it hackingtool bashOUTPUT:
Select Best Option :
[1] Kali Linux / Parrot-Os (apt)
[2] Arch Linux (pacman)
[0] Exit Enter the options and continue.
- If need open other ports you can edit the docker-compose.yml file
- Volumes are mounted in the container to persist data and can share files between the host and the container
First update all your packages by doing
sudo apt updateAfter you update all your packages then it is time to install docker.io by doing
sudo apt install -y docker.ioTo add systemctl to docker put the command below in your terminal
sudo systemctl enable docker --nowTo verify that you docker put the following command below on your terminal
dockerTo use docker without doing sudo every time put the command below in your terminal
sudo usermod -aG docker $USERNote
Kali linux is based off debian, so this will probably only install on debian based distros and might not work on non-debian based distros.
First use echo command to add docker ce bookworm to your file manager/terminal
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" | \
sudo tee /etc/apt/sources.list.d/docker.list
Import the gpg key
curl -fsSL https://download.docker.com/linux/debian/gpg |
sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Installing the latest version of docker-ce Update all packages
sudo apt updateNow Finally it is time to install docker-ce, docker-ce-cli, and containerd.io
sudo apt install -y docker-ce docker-ce-cli containerd.io- Release Tool
- Add Tools for CTF
- Want to do automatic
Your Favourite Tool is not in hackingtool or Suggestions Please CLICK HERE
docker built -t vgpastor/hackingtool
docker -compose up -d
docker exec -it hackingtool bash
git clone https://github.com/Z4nzu/hackingtool.git
chmod -R 755 hackingtool
cd hackingtool
sudo bash install.sh
sudo hackingtool