dev-shell is a powerful PowerShell-based toolkit that transforms a standard Windows machine into a hacking-ready environment — no need to switch to Linux! Whether you're a penetration tester, red teamer, or curious enthusiast, dev-shell equips your Windows system with offensive capabilities similar to those found in traditional Linux-based hacking distributions.
- 🔍 Local User Enumeration
- 🌐 Port Scanner & Network Discovery
- 🔐 Service Bruteforce (e.g., SMB, RDP, FTP)
- 🏢 Active Directory Enumeration
- 🧠 Post-Exploitation Modules for Windows
- 🛠️ And more features under continuous development!
- Clone the repo or download the
.ps1script:git clone https://github.com/yourusername/dev-shell.git cd dev-shell
- Unblock the script (required for downloaded scripts):
Unblock-File -Path .\dev-shell.ps1
- Allow script execution (if not already set):
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser. - Run the tool
.\dev-shell.ps1
Disclaimer This tool is intended for educational and authorized penetration testing purposes only. The developer is not responsible for any misuse or illegal activity. Always have proper authorization before engaging in any security testing. 🤝 Contributing Feel free to fork the project, open issues, or submit pull requests! Contact
GitHub: d1-d3m0n
Instagram: linux_l0ver
Star the Repo!
If you found this tool useful, consider giving it a ⭐ to support future development.
