Dramelac / SetupMyKali

This project can configure a live USB kali with a persistent encrypted partition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SetupMyKali

This project can automatically configure a live USB kali with a persistent encrypted partition

Prerequisites

This script require cryptsetup, parted and dd. pv package is not mandatory but recommended.

apt-get update && apt-get install cryptsetup pv

How to use

Syntaxe

  • Usage:
./setupKali.sh [OPTIONS] -i <iso> -d <usb device>
  • Help :
./setupKali.sh -h
  • Example:
./setupKali.sh -i /data/ISO/kali-linux-amd64.iso -d /dev/sdb

About

This project can configure a live USB kali with a persistent encrypted partition

License:Apache License 2.0


Languages

Language:Shell 100.0%