Skip to content

patryk-gpl/jumpstart-kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains Kali Linux automated bootstrap procedure with some basic DEV tools installed.

The main script bootstrap_kali.sh will install all basic tools (list below) to prepare Kali as DEV environment:

  1. Install:
  • python3 with python3-pip, virtualenv, virtualenvwrapper, pipenv
  • python-pip with virtualenvwrapper
  • vim and Visual Studio Code
  • Docker Community Edition (CE),
  • curl, terminator
  • chromium browser
  1. Full-Upgrade of the distribution on each subsequent script trigger.

Bootstrap procedure is idempotent

Getting started

  1. Clone the repository:

     cd <repository_root_dir>
     git clone [email protected]:patryk-gpl/kali-linux.git
    
  2. Switch to a root user and run the bootstrap script:

     su -
     cd <repository_root_dir>/kali-linux
     chmod +x bootstrap_kali.sh scripts/*.sh
     ./bootstrap_kali.sh
    

Notes

  1. Git commits are following Karma, Git commit messages naming convention.
  2. The bootstrap procedure has been tested with Kali GNU/Linux Rolling, release 2019.1.

About

Kali Linux bootstrap scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages