https://github.com/commixproject/commix-testbed
A collection of web pages, vulnerable to command injection flaws.
https://github.com/commixproject/commix-testbed
Last synced: about 2 months ago
JSON representation
A collection of web pages, vulnerable to command injection flaws.
- Host: GitHub
- URL: https://github.com/commixproject/commix-testbed
- Owner: commixproject
- Created: 2015-07-02T17:44:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:01:55.000Z (about 2 years ago)
- Last Synced: 2025-02-21T09:45:57.665Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 356 KB
- Stars: 177
- Watchers: 15
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cyber-skills - Commix testbed
- awesome-security-collection - **95**星
README
**Commix-testbed** is a collection of real-world scenarios, vulnerable to command injection flaws, used to evaluate the detection and exploitation abilities of [commix](https://github.com/commixproject/commix):
* [Regular](https://github.com/commixproject/commix-testbed/tree/master/scenarios/regular) injection scenarios.
* [Cookie](https://github.com/commixproject/commix-testbed/tree/master/scenarios/cookie) injection scenarios.
* [User-Agent](https://github.com/commixproject/commix-testbed/tree/master/scenarios/user-agent) injection scenarios.
* [Referer](https://github.com/commixproject/commix-testbed/tree/master/scenarios/referer) injection scenarios.
* [Weak filters](https://github.com/commixproject/commix-testbed/tree/master/scenarios/filters) scenarios. ([Hints](https://github.com/commixproject/commix/wiki/Filters-Bypasses))### Screenshot
### Installation
Download commix-testbed by cloning the official Git repository:git clone https://github.com/commixproject/commix-testbed.git commix-testbed
... or use the [dockerized version](https://hub.docker.com/r/commixproject/commix-testbed) of commix-testbed.
### Bugs and Enhancements
For bug reports or enhancements regarding commix tesbed, please open an [issue](https://github.com/commixproject/commix-testbed/issues).