Skip to content

CyberSocYork/CyberSoc-Kali-ISO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberSoc Kali

A customised build of Kali Linux, created by and for CyberSoc, for use at our sessions.

Changes from a standard Kali image

  • KDE Plasma is the default desktop environment.
  • SDDM is the default display manager.
  • A customised zshrc, loosely based on the one from Sciencentistguy's dotfiles
  • Custom CyberSoc-branded wallpaper.
  • Some added tools:

Usage

Release builds

We provide releases occasionally, with pre-built .isos available for download. We build these with the kali-linux-everything metapackage, so they are very large (over 10GiB). To use this:

  • Download the .iso file from the Google Drive link in the tagged release.
  • Write it to a USB stick with your preferred method. On macOS or Linux, we recommend using the dd utility, and on Windows, we recommend Rufus.

Custom builds

If you want a more recent build than the most recent release, or you want to customise the build (to, for example, reduce the final size of the image), you can build it yourself from this repo.

Customising

To reduce the size of the final image, change the metapackage used as a base. This is done by editing the file ./kali-config/variant-cybersoc/package-lists/kali.list.chroot and changing kali-linux-everything to a different metapackage.

Building

  • If your system has dpkg:
    • Clone the kali-live-build-config repository.
    • Clone this repository into the kali-config directory within the cloned repository.
    • Run ./build.sh --debug --variant cybersoc
  • If your system does not have dpkg, but is Linux-based:
  • The completed image will be placed in images/
  • If your system is not based on Linux:
    • Unfortunately, we cannot provide build instructions for you. The easiest way to build this is probably from inside a Kali Linux VM.

Contributing

Please follow out contributing guide to contribute to this repo.


The files in this repository are available under the GNU GPL.

Our configuration is based on Kali Linux's live-build-config, which is in turn based on Debian's live build.