add csv index by OS, then by tactic and technique, add art_layer json per OS (#903)
* add csv index by OS, then by tactic and technique * generate art layer for each OS * generate art layer for each OS * update readme * reset files * a little cleanup * a little cleanup * deleted files from old location * new folder structure and naming * link fix * temp add
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$(document).ready(function () {
|
||||
$.get("https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/index.yaml", function (data) {
|
||||
$.get("https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/Indexes/index.yaml", function (data) {
|
||||
window.atomic_index = jsyaml.safeLoad(data);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user