Skip to content

Bash script which prepares Kali for a pentest by enabling session logging, installing tools, and making common configuration changes

Notifications You must be signed in to change notification settings

CarsonSallis/kali-setup-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kali Setup Script

Prepares Kali for a pentest by enabling session logging, installing tools, and making common configuration changes

Gnome

i3 + Gnome

One-liner:

(don't forget to reboot after the script finishes :)

curl -k -s https://raw.githubusercontent.com/blacklanternsecurity/kali-setup-script/master/kali-setup-script.sh | bash

Full feature list:

  1. Saves record of terminal sessions
    • Including ALL OUTPUT (saved to ~/Logs)
  2. Installs the following:
    1. CrackMapExec (from GitHub)
    2. Impacket (from GitHub)
    3. Bloodhound (from GitHub)
    4. patator (network brute-force tool)
    5. bettercap
    6. docker
    7. Firefox (official non-ESR version)
    8. Chromium
    9. Sublime Text
    10. golang (plus environment)
    11. zmap
    12. LibreOffice
    13. htop
    14. Remmina
    15. gnome-screenshot
    16. realtek-rtl88xxau-dkms (ALFA wireless drivers)
    17. i3 + Gnome desktop environment
  3. Updates system
  4. Removes gnome-software
  5. Disables animations
  6. Disables auto-lock
  7. Enables tap-to-click
  8. Initializes Metasploit database
  9. Installs rad BLS wallpaper
  10. Cleans up favorites menu

About

Bash script which prepares Kali for a pentest by enabling session logging, installing tools, and making common configuration changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%