An open API service indexing awesome lists of open source software.

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

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)