Git Product home page Git Product logo

kali-linux-setup-environment's Introduction

kali-linux_logo

Installation

Using Git

git clone https://github.com/s3r0s4pi3ns/kali-linux-setup-environment.git \
    && chmod +x kali-linux-setup-environment/install.sh

Using Curl

curl -O https://github.com/s3r0s4pi3ns/kali-linux-setup-environment/archive/refs/heads/main.zip \
    && unzip main.zip

Usage

The script needs to be executed with zsh terminal or you will get some command not found errors on your process. We assume that you are running this script using zsh as default shell.

kali-linux-setup.environment/install.sh
#or
cd kali-linux-setup.environment && ./install.sh
#or
zsh kali-linux-setup.environment/install.sh

The script create a backup of the configuration files that are going to be tampered and can be runned multiple times without messing up the actual configuration.

Configuration

The config folder contains all the related configurations that are important for the script because it takes this files and move them to the new system in the correct way.

Fonts ✍️

This folder contains all the external fonts, the default used is HackNerdFonts from Nerd-Fonts to beautify the zsh terminal experience along with kitty.

Kitty Terminal 🐱

The Kitty terminal is the next-gen cross platform shell designed for enjoyment in use, I defined a smooth configuration to start working with it and enjoy the potential gives us.

Vim 👨🏽‍💻

I use this configuration made from my daily basis experience to get confortable with vim and do everything from a terminal

Vscode settings 🆚

This only contains the settings.json for my daily worklow, it is not included in the automatic installation.

ZSH 🖥️

The minimalist setup for zsh with plugins that works for me and I use everyday, a ready .zshrc configuration file to start being productive in no time.

Keyboard shorcuts

After the installation I usually create few shortcuts:

  • Command kitty --start-as maximized with shorcut: Super + Enter
  • Command firejail /usr/bin/firefox with shorcut: Super + Shift + F

DNS Resolvers

A sanitized dns resolvers to use in my recon activities when I need to validate some subdomains from the target. I sanitize this list automatically with a scheduled github action on my repo https://github.com/s3r0s4pi3ns/clean-dns-resolvers

Custom scripts

A set of custom scripts for my personal needs

vpn-down.sh

This one cut the network connection when the vpn is down. I assign this script when I run openvpn to avoid leak my real network information in the middle of a process:

openvpn --script-security 2 --down "$HOME/scripts/vpn-down.sh" --config <openvpn file>

kali-linux-setup-environment's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.