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

Update README.md #372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
44 changes: 26 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,53 @@
![katoolin](https://cloud.githubusercontent.com/assets/8742190/9415562/83397aae-4840-11e5-8f72-28dfffcc70a9.png)

# katoolin
Automatically install all Kali linux tools

# Features
- Add Kali linux repositories
- Remove kali linux repositories
- Install Kali linux tools
**Automatically install all Kali Linux tools**

## Features

- Add Kali Linux repositories
- Remove Kali Linux repositories
- Install Kali Linux tools

## Requirements

# Requirements
- Python 2.7
- An operating system (tested on Ubuntu)

# Installation
- sudo su
- git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
- chmod +x /usr/bin/katoolin
- sudo katoolin
## Installation

```bash
sudo su
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin
sudo katoolin
```

# Video
## Video
https://www.youtube.com/watch?v=8VxCWVoZEEE

# Usage
## Usage
- Typing the number of a tool will install it
- Typing 0 will install all Kali Linux tools
- back : Go back
- gohome : Go to the main menu
- By installing armitage , you will install metasploit

# Warning
Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .
## <font color="red">Warning</font>
Before updating your system, please remove all Kali-linux repositories to avoid any kind of problem.


# I have some questions!
## I have some questions!

Please visit https://github.com/LionSec/katoolin/issues

# Donations
## Donations
- Paypal : https://www.paypal.me/lionsec
- skrill : [email protected]


# Contact
## Contact
- Website : https://neodrix.com
- Youtube : https://youtube.com/inf98es
- Facebook : https://facebook.com/in98
Expand Down