Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldoamf/kali-my-linux
Install Kali Linux Tools & Others on your Linux.
https://github.com/geraldoamf/kali-my-linux
arch-linux bash debian kali-linux security-automation security-tools shell-script
Last synced: about 4 hours ago
JSON representation
Install Kali Linux Tools & Others on your Linux.
- Host: GitHub
- URL: https://github.com/geraldoamf/kali-my-linux
- Owner: geraldoamf
- License: apache-2.0
- Archived: true
- Created: 2020-05-10T20:38:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T18:42:11.000Z (about 4 years ago)
- Last Synced: 2025-01-09T20:02:48.037Z (3 days ago)
- Topics: arch-linux, bash, debian, kali-linux, security-automation, security-tools, shell-script
- Language: Ruby
- Homepage:
- Size: 127 KB
- Stars: 40
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kali my Linux
Automatically Install Pentest Tools
---
To do
- [ ] Download packages from GitHub.
- [ ] Running in all distros.___
Running:
- Debian
- Linux Mint
- Ubuntu
- ZorinOS
- Arch Linux
- Manjaro
Download
Debian, Ubuntu, Linux Mint...
```sh
git clone https://github.com/gerald0x01/kali-my-linux && cd kali-my-linux && sudo apt-get install ruby && sudo chmod +x kml.rb
```
Arch Linux, Manjaro...
```sh
git clone https://github.com/gerald0x01/kali-my-linux && cd kali-my-linux && sudo pacman -S ruby && sudo chmod +x kml.rb
```
```sh
# If you don't have yay installed
git clone https://aur.archlinux.org/yay.git && sudo chown $USER -R yay/ && cd yay && makepkg -si
```
Run
```sh
sudo ruby kml.rb
```