Skip to content

Instantly share code, notes, and snippets.

View VoXaN24's full-sized avatar
✈️
Self-Killed

VoXaN24

✈️
Self-Killed
View GitHub Profile
@VoXaN24
VoXaN24 / windows_and_office_kms_setup.adoc
Last active August 31, 2023 00:36 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@VoXaN24
VoXaN24 / makekali.sh
Last active August 27, 2022 23:00 — forked from warecrash/makekali.sh
Convert Debian to Kali
apt update
apt -y install wget gnupg dirmngr
wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import
sudo gpg --keyserver keyserver.ubuntu.com --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add -
apt update
apt -y upgrade
apt -y dist-upgrade
apt -y autoremove --purge