This repo is a collection or various scripts/tools I use or am actively playing around with to aide in various penetration testing tasks.
This script helps automate the process of setting up a network interface for Ligolo-NG and also lets you add routes to desired subnets in preparation for pivoting needs.
This script automates the initial setup of a Kali Linux environment for penetration testing engagements. It installs essential tools, configures tmux
, and sets up directory structures for efficient workflow management.
-
Tmux Configuration:
- Automatically sets up a custom
tmux
configuration for streamlined terminal management. - Includes plugin support and useful shortcuts for navigating windows.
- Automatically sets up a custom
-
Engagement Directory Structure:
- Creates a structured folder hierarchy in
/root/home
based on user input. - Example:
/root/home/TIPT-Q4-2024-MB/ ├── nmap/ ├── hosts/ ├── nxc/ ├── loot/ └── web/
- Creates a structured folder hierarchy in
-
Tool Installation:
-
Custom Script Download:
- Downloads a Python tool from a GitHub Gist and renames it to
dc-lookup.py
.
- Downloads a Python tool from a GitHub Gist and renames it to
-
Shell Reload:
- Optionally reloads the shell configuration (
zsh
).
- Optionally reloads the shell configuration (
- A fresh installation of Kali Linux.
- Root privileges to execute the script.
- Clone this repository to your local machine:
git clone https://github.com/mbb5546/Tools/Gonski-kali-setup.sh cd Gonski-kali-setup chmod +x Gonski-kali-setup.sh sudo ./Gonski-kali-setup.sh