About

This blog is mainly for writeups on any CTF challanges I attempt and tech problems I've run into and how I've found a solution.

Pentesting/Hacking stuff

Kali container setup

docker volume create kali-root
docker run -it --name kali --privileged --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --device /dev/net/tun -p 8080:8080 -p 4444:4444 -p 4445:4445 -v kali-root:/root kalilinux/kali-rolling /bin/bash

apt update && apt upgrade -y
apt update && apt -y install kali-linux-headless

Useful resources

Helpful blog posts

Notes

  • When using reverse shells make sure the payload contains the OpenVPN Private IP