https://github.com/carlospolop/prepkal
Simple script to download some missing tools in Kali
https://github.com/carlospolop/prepkal
kali-setup
Last synced: 11 months ago
JSON representation
Simple script to download some missing tools in Kali
- Host: GitHub
- URL: https://github.com/carlospolop/prepkal
- Owner: carlospolop
- Created: 2019-03-22T23:42:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T17:21:51.000Z (over 5 years ago)
- Last Synced: 2025-03-19T01:07:54.256Z (about 1 year ago)
- Topics: kali-setup
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 33
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prepkal
Simple script to download some missing tools in Kali
```
__ .__
_____________ ____ ______ | | _______ | |
\____ \_ __ \_/ __ \\____ \| |/ /\__ \ | |
| |_> > | \/\ ___/| |_> > < / __ \| |__
| __/|__| \___ > __/|__|_ \(____ /____/
|__| \/|__| \/ \/ since 2019
Prepare a new Kali VM with some missing tools
Valid options:
all -- Install all
tools -- Install main tools
backdoors -- Download some backdoors
privesc -- Download privesc tools
wordlists -- Download some wordlists
forensics -- Download some forensics tools
./prepkal.sh all
```
## Options
- Install all (**all**)
- Install backdoors (**backdoors**)
- Install privesc tools (**privesc**)
- Install wordlists (**wordlists**)
- Install forensics tools (**forensics**)
By Polop(TM)