Vulnera is a command-line interface (CLI) tool that allows you to deploy and manage multiple vulnerable server environments for educational and testing purposes.
- Choose Your Vulnerable Environment: Select from a variety of pre-configured vulnerable server setups.
- Educational Tool: Learn about common security vulnerabilities and best practices.
- Flexible and Customizable: Easily deploy, manage, and interact with vulnerable servers via a simple CLI interface.
- Linux or Termux
git
npm
node
- Some vulnerabilities are real, not simulated.
- Do not expose ports ranging from 3000-3999 to the internet.
- You can run most servers offline. (recommended)
git clone https://github.com/stringmanolo/vulnera.git
cd vulnera
./install.sh
# show available commands
vulnera help
# vulnera start <server_name>
vulnera start clickjacking
# list all available servers
vulnera list
# vulnera code <server_name>
vulnera code clickjacking
# vulnera exploit <server_name>
vulnera exploit clickjacking
vulnera update
Contributions are welcome! If you want to contribute to Vulnera, fork the repository and submit a pull request with your proposed changes.
This project is licensed under the GPLv3 License.
For questions or feedback, feel free to contact the maintainer at Telegram or open an issue.