Skip to content

NoelAlgora/kali-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

kali-addons

Script to set up a Kali VM with multiple tools and git repos.

One liner to run it: wget -qO - https://raw.githubusercontent.com/NoelAlgora/kali-addons/master/distro.sh | bash -

To list packages that you have installed on another VM so you can modify the script:

  • Get all manually installed packages including dependencies.

grep " install " /var/log/dpkg.log*

  • Command to list history of apt-get (this does not include dependencies of the packages installed).

grep " install " /var/log/apt/history.log

gunzip -c $(ls -tr /var/log/apt/history.log.*.gz) | grep " install "

About

Script to install multiple tools on a Kali VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages