这是indexloc提供的服务,不要输入任何密码
Skip to content

GitXpresso/hackingtool

 
 

Repository files navigation

All in One Hacking tool For Hackers🥇

HitCount

Install Kali Linux in WIndows10 Without VirtualBox YOUTUBE or use Docker

Update Available V1.2.0 🚀

  • [✔] 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

Table of Contents

Hackingtool Menu
Anonymous Hiding Tools
Information gathering tools
Wordlist Generator
Wireless attack tools
SQL Injection Tools
Phishing attack tools
Web Attack Tools
Post exploitation tools>
Forensic tools
Payload creation tools
Exploit framework
Reverse engineering tools
DDOS Attack Tools
Remote Administrator Tools (RAT)
XSS Attack Tools
Steganograhy tools
Other tools
SocialMedia Bruteforce
Android Hacking tools
IDN Homograph Attack
Email Verify tools
Hash cracking tool
Wifi Deauthenticate
SocialMedia Finder
Payload Injector
Web crawling
Mix tools
  • Terminal Multiplexer
Install and Run Hackingtool
Whole Commands Guides

Installation For Linux

Hackingtool Manual Installation Guide

Steps to guide are given below:

Step: 1 Download hackingtool

git clone https://github.com/Z4nzu/hackingtool.git

Step : 2 Give Permission to hackingtool

chmod -R 755 hackingtool  

Step : 3 Move to hackingtool directory

cd hackingtool

Step : 4 Run hackingtool

sudo bash install.sh

Step : 5 For installing tools in directory

sudo hackingtool

Docker installation

Using Hacktool with Docker

Create Docker Image

  • Create the docker image
docker buitl -t vgpastor/hackingtool .

Run as container

docker-compose up -d

Interact with terminal

  • Get into the container
docker exec -it hackingtool bash

OUTPUT:

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

Dont Have docker heres a Guide on how to install docker.io

First update all your packages by doing

sudo apt update

After you update all your packages then it is time to install docker.io by doing

sudo apt install -y docker.io

To add systemctl to docker put the command below in your terminal

sudo systemctl enable docker --now

To verify that you docker put the following command below on your terminal

docker

To use docker without doing sudo every time put the command below in your terminal

sudo usermod -aG docker $USER

Kali Docker-ce Installation Guide

Note

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 update

Now 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

Thanks to original Author of the tools used in hackingtool

Please Don't Use for illegal Activity

To do

  • Release Tool
  • Add Tools for CTF
  • Want to do automatic

Social Media 📭

Twitter GitHub

Your Favourite Tool is not in hackingtool or Suggestions Please CLICK HERE

Z4nzu's github stats

Don't Forgot to share with Your Friends

The new Update get will soon stay updated

Thank you..!!

Want to install docker package in one whole command here you go

docker built -t vgpastor/hackingtool
docker -compose up -d
docker exec -it hackingtool bash

Want to manually install hackingtool in one whole command here you go

git clone https://github.com/Z4nzu/hackingtool.git
chmod -R 755 hackingtool
cd hackingtool
sudo bash install.sh
sudo hackingtool

About

ALL IN ONE Hacking Tool For Hackers (Forked)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.8%
  • Shell 9.8%
  • Dockerfile 0.4%