Skip to content

Vulnera is a command-line interface (CLI) tool designed to deploy multiple vulnerable servers for educational and testing purposes. Choose from a curated list of insecure server environments to launch and explore various security vulnerabilities in a controlled environment. Ideal for educational purposes, security research, and testing scenarios.

License

Notifications You must be signed in to change notification settings

StringManolo/vulnera

Repository files navigation

Vulnera: Multi-Vulnerable Servers CLI

Vulnera is a command-line interface (CLI) tool that allows you to deploy and manage multiple vulnerable server environments for educational and testing purposes.

Features

  • 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.

Installation

Prerequisites

  • Linux or Termux
  • git
  • npm
  • node
Warning
  • Some vulnerabilities are real, not simulated.
  • Do not expose ports ranging from 3000-3999 to the internet.
  • You can run most servers offline. (recommended)

Download

git clone https://github.com/stringmanolo/vulnera.git
cd vulnera

Install

./install.sh

Usage

Basic Usage

help

# show available commands
vulnera help

start a server

# vulnera start <server_name>
vulnera start clickjacking

list servers

# list all available servers
vulnera list

show server code

# vulnera code <server_name>
vulnera code clickjacking

show exploit

# vulnera exploit <server_name>
vulnera exploit clickjacking

update

vulnera update

Contributing

Contributions are welcome! If you want to contribute to Vulnera, fork the repository and submit a pull request with your proposed changes.

More Details

License

This project is licensed under the GPLv3 License.

Contact

For questions or feedback, feel free to contact the maintainer at Telegram or open an issue.

About

Vulnera is a command-line interface (CLI) tool designed to deploy multiple vulnerable servers for educational and testing purposes. Choose from a curated list of insecure server environments to launch and explore various security vulnerabilities in a controlled environment. Ideal for educational purposes, security research, and testing scenarios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published