Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Exegol - Exegol Is A Kali Light Base With A Few Useful Additional Tools And Some Basic Configuration

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Exegol - Exegol Is A Kali Light Base With A Few Useful Additional Tools And Some Basic Configuration


๐Ÿ’ก Newskategorie: IT Security Nachrichten
๐Ÿ”— Quelle: feedproxy.google.com


Exegol is a fully configured kali light base with a few useful additional tools (~50), a few useful resources (scripts and binaries for privesc, credential theft etc.) and some configuration (oh-my-zsh, history, aliases, colourized output for some tools). It can be used in pentest engagements and BugBounty. Exegol's original fate was to be a ready-to-hack docker in case of emergencies during engagements. It is now an environnement my team and I use in day to day engagements.

Quick start
The project is on Docker Hub, you don't need to clone this git.
  1. First set the following aliases in your bashrc/zshrc/whateverrc.
alias exegol-update='docker pull nwodtuhs/exegol'
alias exegol-build='docker build --tag nwodtuhs/exegol /PATH/TO/Exegol/'
alias exegol-run='docker run --interactive --tty --detach --network host --volume /PATH/TO/Exegol/shared-volume:/share --name exegol nwodtuhs/exegol'
alias exegol-shell='docker exec -it exegol zsh'
alias exegol-stop='docker stop exegol && docker rm exegol'
  1. Then pull : docker pull nwodtuhs/exegol
  2. Then run the docker and get a shell : exegol-run && exegol-shell
  3. Stop it when you're done : exegol-stop

Pre-requisites
Docker is needed here if you want to run Exegol in a docker (intended). You can also use the install.sh in order to deploy Exegol elsewhere but I don't guarantee it'll work. (That being said I don't guarantee anything bro)
Need a quick install of docker & docker-compose? Check this out (intended for kali users but I guess it could work on any other Debian based system)
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' | sudo tee /etc/apt/sources.list.d/docker.list
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
sudo curl -L "https://github.com/docker/compose/releases/download/1.25.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
sudo curl -L https://raw.githubusercontent.com/docker/compose/1.25.3/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose
sudo groupadd docker
sudo usermod -aG docker $USER

Install (from Docker Hub)
It can be long, pull exegol before needing it.
docker pull nwodtuhs/exegol

Install (from GitHub)
The build can be long, build exegol before needing it.
git clone https://github.com/ShutdownRepo/Exegol
cd Exegol
docker build --tag exegol .

Usage
I personnaly use these aliases to go fast (very fast)
alias exegol-update='docker pull nwodtuhs/exegol'
alias exegol-build='docker build --tag nwodtuhs/exegol /PATH/TO/Exegol/'
alias exegol-run='docker run --interactive --tty --detach --network host --volume /PATH/TO/Exegol/shared-volume:/share --name exegol nwodtuhs/exegol'
alias exegol-shell='docker exec -it exegol zsh'
alias exegol-stop='docker stop exegol && docker rm exegol'
  • Update the docker : exegol-update
  • Run the docker : exegol-run
  • Get a shell when exegol is up and running (it is possible to pop multiple shells) : exegol-shell
  • Stop exegol : exegol-stop

Tools
The tools installed in Exegol are mostly installed from sources in order to have the latest version when deploying Exegol. Some of the tools can be found in a complete kali install though. Some installs are made with go, pip, apt, gem etc. The installs are not perfect but hey, it works! You will find most of the tools in /opt/tools. Some of the tools:

Useful resources
In addition to the many tools pre-installed and configured for some, you will find many useful pre-fetched resources like scripts and binaries in /opt/resources. There some pre-EoP enumeration scripts (EoP: Escalation of Privileges) and other useful binaries like Rubeus or mimikatz.

To-Do List

Things to add
Here are some things to add that I have in mind, I'll work on that asap
  • is it possible to use Wifi and Bluetooth??
  • add pre-compiled (obfuscated too?) binaries for x64/x86 Windows (Rubeus, JuicyPotato...)

Small issues to correct
  • Check lsassy, shellerator don't have anymore requirement issues
  • Issue with dementor and grc, output is not printed unless the process has ended...
  • Check darkarmour work flawlessly
  • SSRFMap includes resources with relative path

Credits & thanks
Credits and thanks go to every infosec addicts that contribute and share but most specifically to @th1b4ud for the base "Kali Linux in 3 seconds with Docker".


...



๐Ÿ“Œ Kali Linux 2021.3 Release (OpenSSL, Kali-Tools, Kali Live VM Support, Kali NetHunter Smartwatch)


๐Ÿ“ˆ 44.26 Punkte

๐Ÿ“Œ "I'll keep it light this time, just want to check out some of it's features." *A few hours later*


๐Ÿ“ˆ 29.5 Punkte

๐Ÿ“Œ Some-Tools - Install And Keep Up To Date Some Pentesting Tools


๐Ÿ“ˆ 28.98 Punkte

๐Ÿ“Œ Upgrade Kali Linux 1.x To Kali Linux 2.x Without Errors - Kali Sana


๐Ÿ“ˆ 28.75 Punkte

๐Ÿ“Œ Kali Linux - How to Upgrade Gnome to Kali-xfce 2019.4 (Fix Error) Kali Undercover Full Tutorial 2020


๐Ÿ“ˆ 28.75 Punkte

๐Ÿ“Œ Kali Linux Announced New Kali 2020.1 Comes With Kali โ€œNon-Root Users By Defaultโ€


๐Ÿ“ˆ 28.75 Punkte

๐Ÿ“Œ Kali Linux 2019.4 Release (Xfce, Gnome, GTK3, Kali-Undercover, Kali-docs, KeX, PowerShell & Public Packaging)


๐Ÿ“ˆ 28.75 Punkte

๐Ÿ“Œ What are some linux utilities/tools/apps you would want to have, that don't exist and think would be really useful.


๐Ÿ“ˆ 28.37 Punkte

๐Ÿ“Œ How AI Is Useful โ€” and Not Useful โ€” for Cybersecurity


๐Ÿ“ˆ 27.77 Punkte

๐Ÿ“Œ A few additional wordsโ€ฆ


๐Ÿ“ˆ 27.18 Punkte

๐Ÿ“Œ Kali Linux 2019.2 Released โ€“ Kernel 4.19.28, Hacking Tools Updates and New Kali Linux NetHunter


๐Ÿ“ˆ 26.88 Punkte

๐Ÿ“Œ Kali Linux 2019.2 Released โ€“ Kernel 4.19.28, Hacking Tools Updates and New Kali Linux NetHunter


๐Ÿ“ˆ 26.88 Punkte

๐Ÿ“Œ Kali Linux 2021.1 released: Tweaked DEs and terminals, new tools, Kali ARM for Apple Silicon Macs


๐Ÿ“ˆ 26.88 Punkte

๐Ÿ“Œ Kali Linux 2021.2 released: Kaboxer, Kali-Tweaks, new tools, and more!


๐Ÿ“ˆ 26.88 Punkte

๐Ÿ“Œ Kali Linux 2022.4 released: Kali NetHunter Pro, desktop updates and new tools


๐Ÿ“ˆ 26.88 Punkte

๐Ÿ“Œ Kali Linux 2023.4 released: New tools, Kali for Raspberry Pi 5, and more!


๐Ÿ“ˆ 26.88 Punkte

๐Ÿ“Œ Some good tools useful in infosec


๐Ÿ“ˆ 26.59 Punkte

๐Ÿ“Œ Adding to the Toolkit โ€“ Some Useful Tools for Cloud Security


๐Ÿ“ˆ 26.59 Punkte

๐Ÿ“Œ Review of a few Distros (and a few non Linux OSes!)


๐Ÿ“ˆ 26.28 Punkte

๐Ÿ“Œ Kali Linux 2022.3 Release (New Tools in Kali & Test Lab)


๐Ÿ“ˆ 25.09 Punkte

๐Ÿ“Œ Kali Linux 2022.4 โ€“ New Release adds 6 new tools, Kali NetHunter Update, Azure


๐Ÿ“ˆ 25.09 Punkte

๐Ÿ“Œ Kali Linux 2023.1 โ€“ Adds Kali Purple for defensive security, python updates, new tools


๐Ÿ“ˆ 25.09 Punkte

๐Ÿ“Œ Kali Linux 2024.1 released: New tools, new look, new Kali Nethunter kernels


๐Ÿ“ˆ 25.09 Punkte

๐Ÿ“Œ Kali Linux 2024.1 released: New tools, new look, new Kali Nethunter kernels


๐Ÿ“ˆ 25.09 Punkte

๐Ÿ“Œ US Marines seek a few supposedly good men ... who leaked naked pics of a few good women


๐Ÿ“ˆ 24.49 Punkte

๐Ÿ“Œ Ok let's see who knows... What does this sepecifc wireless adapter support and why is this so useful in Kali Linux?


๐Ÿ“ˆ 24.36 Punkte











matomo