The script kaliBoost.sh
tries to improve Kali Linux by installing new tools, dictionaries and bringing back some tools that doesn't come with kali anymore like the old bashrc stytle and pip2.
Furtheremore, this script creates some usefull aliases that you might need in your pentesting activities and some folders where you can store your shared files from HTB or THM.
- Because a I have a spanish keyboard it adds the spanish keyboard layout to
.bashrc
, if you have a different layout change it at line 61. - The openvpn aliases executes my openvpn files change them by your HackTheBox/tryHackMe name.
- In order to get access to the shared folders you need to execute
sudo usermod -aG vboxsf kali
Because this script creates folders in your shared folder /media/<shared_folder>/
(VB) o /mnt/hgfs/<shared_folder>
(VMWare) you need to download the repo in the same shared folder.
git clone https://github.com/Marmeus/Kali-Booster.git
cd Kali-Booster
chmod +x kaliBoost.sh
./kaliBoost.sh
Changes the default Kali-Linux wallpaper but the one stored at ./Wallpaper.png
. The actual wallpaper was made by Samiel.
Install the Hack font on the system.
Sometimes you are tired of executing the same long command over and over this is why I created the following aliases.
- mkcd: Creates and accesses the directory.
- sttysize: Sends to your clipboard the command
stty rows X columns Y
with the correct rows and columns for your full TTY shell. - rot13: Does rot13 to the input sent through a pipe.
- htb: Starts openvpn for hackthebox.
- htbr: Starts openvpn for hackthebox release arena.
- htbf: Starts openvpn for hackthebox fortress.
- thm: Starts openvpn for hackthebox tryhackme arena.
- certificatesDomain: Obtains the domains of the certificate of the specified URL.
- allports: Obtains all opened TCP ports from the specified hosts.
- allportsUDP: Obtains all opened UDP ports from the specified hosts.
- puertos: Sends to your clipboard all opened ports obtained from the stored output of allports and allportsUDP. A file must be specified.
- portsDepth: Scan the specified ports to the specified IPs.
- vulns: Run the vulns nmap scripts against the specified hosts.
- TopDomains
- SecLists
- Active Directory
- Adds
.git
todirectory-list-2.3-medium.txt
Added hashcat rules at /opt/HashcatRules/
- OneRuleToRuleThemAll
- FFUZ
- Impacket
- Volatility2 aka.
vol.py
- Volatility3 aka.
vol
- JWT_TOOL
- WINDOWS EXPLOIT SUGGESTER
- KERBRUTE
- STEGSEEK
- STEGO-TOOLKIT
- EVIL-WINRM
- GIT-DUMPER
- Foxy-Proxy & add proxies
- Wappalyzer
- User-Agent editor
- Cookie-Editor
Some usefull scripts are downloaded to ~/Scripts
.
- checkSMBPermissions: Checks the permissions of each SMB disk share, because tools like smbmap can sometimes through false positives.
Interesting files at ~/UTILS/
that might be usefull during an attack.
- LinEnum
- Linpeas
- LinuxExploitSuggester
- WinPeas
- pspy
- PowerUp
- PowerView
- Shelock
- POSTMAN
- easy-simple-php-webshell.php
- ProcessMonitor
- AccessChk
- Invoke-Rubeus.ps1
- Invoke-Kerberoast.ps1
- Malicous images with PHP code. Made by: x4v1l0k
- Doesn't lock screen or suspend the machine.
- Configure proxychains
- Default old kali linux
.bashrc
- Changes the shell to bash.
- Pip2