Loading posts...
  • Pentesting tools and useful commands

    GTFOBins — list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems. Kali OS Select Network Repositories Default: echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" | sudo tee /etc/apt/sources.list More stable: echo "deb http://http.kali.org/kali kali-last-snapshot main contrib non-free" | sudo tee /etc/apt/sources.list Install all tools: sudo apt install -y…
  • Generating free ssl certificate for website on Windows

    Free certificate can be generated here: https://zerossl.com/ If you need to convert CRT to PFX, download openssl here: https://indy.fulgan.com/SSL/ Something like "openssl-1.0.2q-x64_86-win64.zip" will work. If you have separate crt for CA, join it with main certificate in text editor and name new file bundle.crt Copy all certificates to openssl folder. Open folder in terminal and…
  • Configure clean MacBook

    Programs to install: Visual Studio Code Figma Brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Iterm brew install --cask iterm2 Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" Spectacle Notion