akde/infosec

Information security is ultimately about managing risk


Some notes:

  • Is based on Debian Testing.

Build an own Kali ISO image

apt install curl git live-build
git clone https://gitlab.com/kalilinux/build-scripts/live-build-config.git
cd live-build-config
...
./build.sh --verbose

This will cre­ate a cus­tom ISO.

  • Files can be added via kali-config/common/includes.chroot. This is the root direc­to­ry of the installed system.
  • Scripts can be added in the chroot in lib/live/config. All (exe­cutable!) scripts in this direc­to­ry will be exe­cut­ed by init dur­ing installation.

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';