Created by Soham Datta
โก Supercharge your Kali Linux setup with the most essential tools for ethical hacking and cybersecurity.
ShadowStrike is a powerful and interactive Bash script designed to streamline the installation of top cybersecurity tools on Kali Linux. Whether you're building a fresh pentest environment or customizing a cyber lab, ShadowStrike simplifies the setup process with categorized tool bundles.
- Easy-to-use CLI menu
- Installs tools by category using official Kali Linux metapackages
- Safe and fast automation with
apt - Reusable for multiple system setups
| No. | Category | Package Installed |
|---|---|---|
| 1 | Top 10 Tools | kali-tools-top10 |
| 2 | Information Gathering | kali-tools-information-gathering |
| 3 | Vulnerability Analysis | kali-tools-vulnerability |
| 4 | Web Applications | kali-tools-web |
| 5 | Password Attacks | kali-tools-passwords |
| 6 | Wireless Attacks | kali-tools-wireless |
| 7 | Exploitation Tools | kali-tools-exploitation |
| 8 | Sniffing & Spoofing | kali-tools-sniffing-spoofing |
| 9 | Post Exploitation | kali-tools-post-exploitation |
- Clone the repository
git clone https://github.com/S0H4M-BreachFinder/Shadow-Strike.git
cd ShadowStrike- Make the script executable
sudo chmod +x ShadowStrike.sh- Run the script
./ShadowStrike.sh- Choose tools
You'll be prompted to enter numbers (space-separated) for categories you'd like to install. Example:
Your choice: 1 3 5 any one according to your needs
_________.__ .___
/ _____/| |__ _____ __| _/______ _ __
\_____ \ | | \\__ \ / __ |/ _ \ \/ \/ /
/ \| Y \/ __ \_/ /_/ ( <_> ) /
/_______ /|___| (____ /\____ |\____/ \/\_/
\/ \/ \/ \/
SHADOWSTRIKE: THE ULTIMATE CYBER ARSENAL
Created by Soham Datta
- Kali Linux or Debian-based distro
- Internet connection
sudoprivileges
This tool is intended only for educational or authorized penetration testing purposes. Do not use ShadowStrike for any illegal or unethical activities. The author is not responsible for misuse of this script.
- Want to add a custom category or tool?
- Found a bug or typo?
- Submit a pull request or open an issue!
If you found ShadowStrike helpful, consider giving it a โญ on GitHub and sharing it with your fellow hackers!