Skip to content

This is a script to install some custom tools and documentations on fresh kali install

Notifications You must be signed in to change notification settings

kidrek/kali--postinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kali--postinstall

This script allows you to install missing tools on fresh installation of the "kali" distribution, like :

  • Windows Manager: Awesome, Regolith
  • Forensic tools: forensics-full metapackage, libguestfs-tools, volatility profiles
  • ...

How to use it

git clone https://github.com/kidrek/kali--postinstall.git
cd kali--postinstall
./postinstall.sh

Modules

How to add modules

Add file, with cnf as extension, in specific directory. It's necessary to have this 3 variables.

NAME=""
DESC=""
COMMAND=""

How to test modules

To test your module, it's not necessary to execute the main script. You have to use source command, then try to display each variables.

# source <MYNEWMODULE>.cnf
# echo $NAME
# echo $DESC
# echo $COMMAND

To execute new modules's command and check result, run :

# source <MYNEWMODULE>.cnf
# eval "$COMMAND"

About

This is a script to install some custom tools and documentations on fresh kali install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published