-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
349 lines (339 loc) · 16.8 KB
/
index.html
File metadata and controls
349 lines (339 loc) · 16.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE HTML>
<!--
Based on uBeasa template (developed by freshDesignweb).
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.</title>
<meta name="description" content="Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://commixproject.com">
<meta property="og:description" content="Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.">
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<link rel="apple-touch-icon" href="https://commixproject.com/images/logo.png">
<link href='https://fonts.googleapis.com/css?family=Exo 2' rel='stylesheet'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<li>
</li>
<!-- Animate.css -->
<link rel="stylesheet" href="https://commixproject.com/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="https://commixproject.com/css/icomoon.css">
<!-- Themify Icons-->
<link rel="stylesheet" href="https://commixproject.com/css/themify-icons.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://commixproject.com/css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="https://commixproject.com/css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="https://commixproject.com/css/owl.carousel.min.css">
<link rel="stylesheet" href="https://commixproject.com/css/owl.theme.default.min.css">
<!-- Flexslider -->
<link rel="stylesheet" href="https://commixproject.com/css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="https://commixproject.com/css/style.css">
<!-- Modernizr JS -->
<script src="https://commixproject.com/js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="https://commixproject.com/js/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="https://commixproject.com/js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="https://commixproject.com/js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="https://commixproject.com/js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="https://commixproject.com/js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="https://commixproject.com/js/jquery.countTo.js"></script>
<!-- Flexslider -->
<script src="https://commixproject.com/js/jquery.flexslider-min.js"></script>
<!-- Magnific Popup -->
<script src="https://commixproject.com/js/jquery.magnific-popup.min.js"></script>
<script src="https://commixproject.com/js/magnific-popup-options.js"></script>
<!-- Main -->
<script src="https://commixproject.com/js/main.js"></script>
<!-- Header / Footer -->
<script src="https://commixproject.com/js/header.js" type="text/javascript" defer></script>
<script src="https://commixproject.com/js/footer.js" type="text/javascript" defer></script>
</head>
<body>
<header-component></header-component>
<div id="ubea-hero" class="js-fullheight" data-section="home">
<div class="flexslider js-fullheight">
<ul class="slides">
<li style="background-image: url(https://commixproject.com/images/background.png);">
<div class="overlay"></div>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>Get the latest version now.</h2>
<p><a href="https://github.com/commixproject/commix" target="_blank" class="btn btn-primary btn-lg"><i class="fab fa-github"></i> View on Github</a></p>
</div>
</div>
</div>
</li>
<li style="background-image: url(https://commixproject.com/images/background.png);">
<div class="overlay"></div>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>Check what's happening.</h2>
<p><a href="https://twitter.com/commixproject" target="_blank" class="btn btn-primary btn-lg"><i class="fab fa-twitter"></i> Follow on Twitter</a></p>
</div>
</div>
</div>
</li>
<li style="background-image: url(https://commixproject.com/images/background.png);">
<div class="overlay"></div>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>Delve into real-world scenarios.</h2>
<p><a href="https://hub.docker.com/r/commixproject/commix-testbed" target="_blank" class="btn btn-primary btn-lg"><i class="fab fa-docker"></i> View on Dockerhub</a></p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="ubea-section-overflow">
<div class="ubea-section" id="ubea-about" data-section="about">
<br>
<div class="ubea-container">
<div class="row">
<div class="col-md-12">
<div class="ubea-heading">
<h2 class="ubea-left">
Automated All-in-One OS Command Injection Exploitation Tool</h2>
<p><strong>Commix</strong> (short for [<strong>comm</strong>]and [<strong>i</strong>]njection e[<strong>x</strong>]ploiter) is an open source penetration testing tool, written by <a href="https://github.com/stasinopoulos" target="_blank">Anastasios Stasinopoulos</a></b> (<a href="https://twitter.com/ancst" target="_blank">@ancst</a>), that automates the detection and exploitation of <a href="https://www.owasp.org/index.php/Command_Injection" target="_blank">command injection</a> vulnerabilities.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<div class="feature-left">
<span class="icon">
<i class="fa fa-child"></i>
</span>
<div class="feature-copy">
<h3>Easy-to-Use.</h3>
<p><a href="https://github.com/commixproject/commix/wiki/Usage" target="_blank">Automates</a> the detection and exploitation of command injection vulnerabilities in certain vulnerable parameter(s) and/or HTTP header(s).</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="feature-left">
<span class="icon">
<i class="fa fa-toolbox"></i>
</span>
<div class="feature-copy">
<h3>Portable.</h3>
<p>Everything you need to perform effective <a href="https://github.com/commixproject/commix/wiki/Techniques" target="_blank">command injection attacks </a> against multiple operating systems and <a href="https://github.com/commixproject/commix/wiki/Target-applications" target="_blank">applications </a> is included.</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="feature-left">
<span class="icon">
<i class="fa fa-cogs"></i>
</span>
<div class="feature-copy">
<h3>Modular.</h3>
<p>You are able to develop and easily import your <a href="https://github.com/commixproject/commix/wiki/Module-Development" target="_blank">own </a> modules in order to increase the capabilities of commix and/or adapt it to your needs.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box" data-animate-effect="fadeIn">
<div class="row">
<div class="col-md-12">
<div class="feature-left">
<span class="icon">
<i class="fa fa-puzzle-piece"></i>
</span>
<div class="feature-copy">
<h3>Cross-Compatible.</h3>
<p>It is <a href="https://github.com/commixproject/commix/wiki/Usage-Examples" target="_blank">compatible </a> with multiple penetration testing tools and freamworks (e.g. Metasploit Freamwork, Burp-suite, SQLMap etc) thereby the detection and exploitation success rate is higly increased.</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="feature-left">
<span class="icon">
<i class="fa fa-desktop"></i>
</span>
<div class="feature-copy">
<h3>Cross-Platform.</h3>
<p>It is Written in Python! No need to compile anything, only <a href="https://www.python.org/downloads/" target="_blank">Python </a> (version 2.6, 2.7 or 3.x) is required for running commix on any platform.</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="feature-left">
<span class="icon">
<i class="fa fa-code-branch"></i>
</span>
<div class="feature-copy">
<h3>Free & Open Source Software.</h3>
<p>It is a free and open source project licensed under the <a href="https://github.com/commixproject/commix/wiki/License" target="_blank">GPLv3 License</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ubea-section" id="ubea-faq" data-section="faq">
<div class="ubea-container">
<div class="row">
<div class="col-md-9 col-md-offset-2 text-center ubea-heading">
<h2>Frequently Ask Questions</h2>
<p>Below you will find the answers to the questions that are most often asked by the users of commix.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Usage and Example</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: Where can I get all the available options, switches and/or some basic ideas on how to use commix?</p>
<p><strong>A</strong>: To get an overview of commix available options, switches and/or basic ideas on how to use commix, check <a href="https://github.com/commixproject/commix/wiki/Usage" target="_blank">usage</a> , <a href="https://github.com/commixproject/commix/wiki/Usage-Examples" target="_blank">usage examples</a> and <a href="https://github.com/commixproject/commix/wiki/Filters-Bypasses" target="_blank"> filters-bypasses</a> wiki pages on GitHub.</p>
</div>
</div>
</div>
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Gettings Shells</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: How can I get shell on a target host via commix? </p>
<p><strong>A</strong>: We all love shells and that's why commix enables you to get bind/reverse shells and/or easily upload web shells (e.g <a href="https://www.offensive-security.com/metasploit-unleashed/php-meterpreter/" target="_blank"> metasploit PHP meterpreter</a>) on a target host. For more, check the <a href="https://github.com/commixproject/commix/wiki/Getting-Shells" target="_blank">getting shells</a> wiki page on GitHub.</p>
</div>
</div>
</div>
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Modules Development</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: How can I increase the capabilities of the commix tool and/or to adapt it to my needs?</p>
<p><strong>A</strong>: You can easily develop and import our own modules. For more, check the <a href="https://github.com/commixproject/commix/wiki/Module-Development" target="_blank">module development</a> wiki page on GitHub.</p>
</div>
</div>
</div>
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Real-world Scenarios</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: How can I test or evaluate the detection and exploitation capabilities of commix?</p>
<p><strong>A</strong>: Check the <a href="https://github.com/commixproject/commix/wiki/Command-Injection-Testbeds" target="_blank">command injection testbeds</a> wiki page which includes a collection of applications and virtual machines vulnerable to command injection attacks.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Exploitation Demos</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: Is there a place where I can check for demos of commix?</p>
<p><strong>A</strong>: If you want to see a collection of demos, about the exploitation capabilities of commix, take a look at the <a href="https://github.com/commixproject/commix/wiki/Third-Party-References" target="_blank">third party references</a> wiki page on GitHub.</p>
</div>
</div>
</div>
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Bugs and Enhancements</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: I found a bug and/or I have to request new features. What can I do?</p>
<p><strong>A</strong>: For bug reports and/or new features, please open an issue on <a href="https://github.com/commixproject/commix/issues" target="_blank">Github</a> .</p>
</div>
</div>
</div>
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Presentations and White Papers</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: Is there a place where I can find presentations and/or white papers regarding commix?</p>
<p><strong>A</strong>: For presentations and/or white papers published in conferences, check the <a href="https://github.com/commixproject/commix/wiki/Presentations" target="_blank">presentations</a> wiki page on GitHub.</p>
</div>
</div>
</div>
<div class="ubea-accordion">
<div class="ubea-accordion-heading">
<div class="icon"><i class="icon-cross"></i></div>
<h3>Stable Releases</h3>
</div>
<div class="ubea-accordion-content">
<div class="inner">
<p><strong>Q</strong>: Where can I find stable releases of commix?</p>
<p><strong>A</strong>: For stable releases check the <a href="https://github.com/commixproject/commix/releases" target="_blank">Releases</a> page on GitHub.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<div id="ubea-contact" data-section="contact" class="ubea-cover ubea-cover-xs" style="background-image:url(https://commixproject.com/images/background_2.jpg);">
<div class="overlay"></div>
<div class="ubea-container">
<div class="row text-center">
<div class="display-t">
<div class="display-tc">
<div class="col-md-12">
<h3>If you have any other questions, please contact on <a href="https://github.com/commixproject/commix" target="_blank">GitHub </a> or <a href="https://twitter.com/commixproject" target="_blank">Twitter </a>.</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<footer-component></footer-component>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
</body>
</html>