-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·103 lines (81 loc) · 5.01 KB
/
index.html
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
<html>
<head>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="dist/uPlot.min.css">
<title>Mythic Community Overview</title>
</head>
<body>
<div class="container" id="cckitContent">
<h3>Mythic Community Overview</h3>
<p><i class="fas fa-star fa-lg"></i> indicates update in the last 30 days.</p>
<p>
For agent comparison, check out the <a href="/overview/agent_matrix.html">Agent Capability Matrix</a>.
</p>
<hr/>
<table id="cckit_table" class="display stripe my_table_layout" >
<thead>
<tr>
<th data-toggle="tooltip" data-placement="top" title="Date the project was last updated">Last Update</th>
<th data-toggle="tooltip" data-placement="top" title="Last updated branch">Branch</th>
<th data-toggle="tooltip" data-placement="top" title="Category of the project">Category</th>
<th data-toggle="tooltip" data-placement="top" title="Latest Image">Docker Image</th>
<th></th>
<th data-toggle="tooltip" data-placement="top" title="Project name">Name</th>
<th data-toggle="tooltip" data-placement="top" title="Project description">Description</th>
<th data-toggle="tooltip" data-placement="top" title="Latest Commit Message">Commit Message</th>
<th data-toggle="tooltip" data-placement="top" title="GitHub stars are used to highlight popularity">Stars</th>
<th data-toggle="tooltip" data-placement="top" title="Clone Count the last two weeks.">Clones</th>
<th data-toggle="tooltip" data-placement="top" title="Project link">URL</th>
<th data-toggle="tooltip" data-placement="top" title="Project Stats"></th>
</tr>
</thead>
<tfoot>
<tr>
<th>Last Update</th>
<th>Branch</th>
<th>Category</th>
<th>Docker Image</th>
<th></th>
<th>Name</th>
<th>Description</th>
<th>Commit Message</th>
<th>Stars</th>
<th>Clones</th>
<th>URL</th>
<th></th>
</tr>
</tfoot>
</table>
</div>
<script type="text/javascript" charset="utf8" src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/plug-ins/1.10.25/dataRender/hyperLink.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/plug-ins/1.10.25/dataRender/ellipsis.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/plug-ins/1.10.25/dataRender/datetime.js"></script>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<h2 id="modal_header">Modal Header</h2>
<span class="close">×</span>
</div>
<div class="modal-body">
<div id="mygraph_clones" style="width: 100%"></div>
<div id="mygraph_views" style="width: 100%"></div>
</div>
</div>
</div>
<script src="dist/uPlot.iife.js"></script>
<script src="js/cckit_table.js?cb=20221103"></script>
</body>
Forked from Cobalt Strike's Community Kit (<a href="https://cobalt-strike.github.io/community_kit/" target="_blank">Community Kit</a>)
</html>