Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added steps for installing tool #385

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,19 +210,33 @@

## Installation For Linux <img src="https://konpa.github.io/devicon/devicon.git/icons/linux/linux-original.svg" alt="linux" width="25" height="25"/></p><p align="center">

#### This Tool Must Run As ROOT !!!

### !! RUN HACKINGTOOL AS ROOT !!


## Steps 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

After Following All Steps Just Type In Terminal **root@kaliLinux:~** **hackingtool**

## Use image with Docker

Expand Down