katoolin4china
katoolin4china copied to clipboard
Kali tools installer
katoolin for China
What can this code do
-
Automatically install all Kali tools for Chinese user where visited the kali.org slowly.
-
Also, I rewrote a list of functions and collation tools.
-
So there will be a lot of differences with the original version.
-
The new version uses a very convenient pip3 to install the program.
Support the legitimate rights and interests of programmers
Supporting the 996 prohibited license while not violating the GPLv2.0 license.
Requirements
- Python 3.5 or later.
- pip3 for Python3.
- An Debian and its derivatives operating system.
- Not supprot CentOS or RedHat or Fedora.
Tested Distribution
Distribution that have been tested and test videos will put here.
- ~~Ubuntu12.04~~ (Not support, too old)
- ~~Ubuntu14.04~~ (Not support, too old)
- Ubuntu16.04 (
)
- Ubuntu18.04 (
)
- Ubuntu18.10 (
)
- Ubuntu19.04 (
)
Installation
Here is a simple installation way use the pip
sudo apt-get install git
git clone https://github.com/rikonaka/katoolin4china.git
cd katoolin4china
sudo pip3 install .
After this command, the k4c
will installed in you system
Uninstallation
Here is a simple uninstallation way
sudo pip3 uninstall k4c
rm -rf katoolin4china/
Usage
Just run k4c
as root like this
sudo k4c
Upgrade
cd katoolin4china/
git pull
sudo pip3 install --upgrade .
Not Support Tool List
Some software is no longer included in the latest version of the Kail.
So we will NOT install it into you system (actually we also cound't found it's .deb package).
But you can see them at https://tools.kali.org/tools-listing
(because the maintenance staff of the Kali website is lazy).
If you want the technical information detail, please visit https://rikonaka.github.io/katoolin4china/.
Warning
Before upgrade your system, please make sure you have removed all Kali-linux repositories in you /etc/apt/sources.list
.
Have questions
- Please visit
.
Feature
-
[x] Python3 and pip3 support.
-
[ ] Automatically test mirror site speed and latency and choose the best one.
-
[ ] Graphical interface implementation.
-
[ ] Check installed kali package.