SANDEVISTAN is your unified cybersecurity toolkit — a single space where reconnaissance, exploitation, and post-exploitation tools converge. No more context switching between dozens of platforms. Everything you need is here, optimized and ready to deploy.
# Clone the repository
git clone https://github.com/WhiteMuush/sandevistan.git
cd sandevistan
# Make the entry point executable and run
chmod +x sandevistan.sh
./sandevistan.shHeads-up: SANDEVISTAN orchestrates third-party tools and may need
sudoto install them. It will ask for confirmation before each install.
- All-in-One Arsenal — Comprehensive suite of security tools in one place
- Streamlined Workflow — No more tool hunting; everything at your fingertips
- Pluggable Architecture — Add a new tool in one focused PR (see docs/ADDING_A_TOOL.md)
- Easy Deployment — Simple installation, sensible defaults
Quick discovery and footprinting to map targets and enumerate services.
Automated checks to find common and custom vulnerabilities across web and network surfaces.
Frameworks and targeted exploit tools for validating vulnerabilities and gaining initial access.
- Tools: Metasploit Framework, SearchSploit, RouterSploit, BeEF, AutoSploit, SPARTA, Sn1per
Tools for lateral movement, persistence, and deeper system enumeration after compromise.
- Tools: PEASS-ng (LinPEAS / WinPEAS), LaZagne, Mimikatz, Evil-WinRM, PowerSploit, Linux Smart Enumeration, Impacket
Password cracking, credential capture, and network credential abuse utilities.
Generators and obfuscators for custom payload creation and delivery.
Experience a visually striking, immersive interface that embodies cyberpunk aesthetics. Our design combines futuristic elements with a user-friendly layout so you not only work efficiently but enjoy the process.
sandevistan/
├── sandevistan.sh # Thin entry point
├── lib/
│ ├── core.sh # Colors, constants
│ ├── ui.sh # ASCII art, banners
│ ├── installer.sh # Install / prompt / logging helpers
│ └── modules/ # One file per module
└── docs/
├── ARCHITECTURE.md
└── ADDING_A_TOOL.md
The tools cloned at runtime land in ~/tools by default. Override with:
export SANDEVISTAN_TOOLS_DIR=/opt/sandevistan-tools
./sandevistan.shPull Requests are welcome — see CONTRIBUTING.md and docs/ADDING_A_TOOL.md. The codebase is intentionally small and predictable so a new tool integration is usually one focused PR.
Bug reports and tool requests use the GitHub issue templates.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it, but please credit the original authors (Melvin PETIT / WhiteMuush).
Found a vulnerability? Please follow the responsible-disclosure process in SECURITY.md — do not open a public issue.
This tool is intended for educational purposes and authorized security testing only. Use at your own risk. The authors and contributors accept no responsibility or liability for any misuse, damages, data loss, service disruption, or legal consequences resulting from its use. Ensure you have explicit permission and comply with all applicable laws. No warranties, express or implied.

