Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commixproject/commix-testbed
A collection of web pages, vulnerable to command injection flaws.
https://github.com/commixproject/commix-testbed
Last synced: 3 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:01:55.000Z (over 1 year ago)
- Last Synced: 2024-08-01T11:16:36.566Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 356 KB
- Stars: 168
- Watchers: 16
- Forks: 58
- 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
![screenshot](https://user-images.githubusercontent.com/5289251/222951413-e8aabda4-6e73-4174-9365-7c631fa63b47.png)### 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).