Skip to content

Instantly share code, notes, and snippets.

View c4ln's full-sized avatar
🎯
Focusing

nuorial c4ln

🎯
Focusing
View GitHub Profile
@c4ln
c4ln / setup.sh
Last active September 16, 2023 10:58
Kali Setup
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
export TERM=xterm-256color
USE_COLORS=true
cp -r * /
apt-get update -qq && apt-get -y install wget &> /dev/null
@c4ln
c4ln / transformkali.sh
Last active September 16, 2023 11:02
Instantly Weaponize Kali
#!/bin/bash
cat > /tmp/transform.sh << 'TRANSFORMSH'
#!/bin/bash
#yourname
if [[ -n "$(cat /usr/local/bin/cusw | grep nuorial)" ]] ; then
printf "\033[1;37m" ; read -p "Enter the name ( > 5 letters) that you want to see on the desktop screensaver: " deskname
while [ "$(echo $deskname | wc -m)" -gt 6 ] ; do read -p "Enter the name ( > 5 letters) that you want to see on the desktop screensaver: " deskname ; done
sed -i "s+nuorial+$deskname+g" /usr/local/bin/cusw