Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahrl committed Jan 17, 2025
1 parent 5d247bb commit cf4be49
Show file tree
Hide file tree
Showing 299 changed files with 188,639 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions repos/Adalanche/.github/workflows/prerelease.yml
29 changes: 29 additions & 0 deletions repos/Adalanche/.github/workflows/release.yml
5 changes: 5 additions & 0 deletions repos/Adalanche/.gitignore
4 changes: 4 additions & 0 deletions repos/Adalanche/.golangci.yml
24 changes: 24 additions & 0 deletions repos/Adalanche/CONTRIBUTING.md
5 changes: 5 additions & 0 deletions repos/Adalanche/adalanche/all_windows.go
17 changes: 17 additions & 0 deletions repos/Adalanche/adalanche/collector.go
17 changes: 17 additions & 0 deletions repos/Adalanche/adalanche/main.go
12 changes: 12 additions & 0 deletions repos/Adalanche/adalanche/non-collector.go
57 changes: 57 additions & 0 deletions repos/Adalanche/build.ps1
1 change: 1 addition & 0 deletions repos/Adalanche/docs
160 changes: 160 additions & 0 deletions repos/Adalanche/go.mod
530 changes: 530 additions & 0 deletions repos/Adalanche/go.sum
660 changes: 660 additions & 0 deletions repos/Adalanche/license.MD
30 changes: 30 additions & 0 deletions repos/Adalanche/modules/aql/analysis.go
191 changes: 191 additions & 0 deletions repos/Adalanche/modules/aql/api.go
242 changes: 242 additions & 0 deletions repos/Adalanche/modules/aql/lexer.go
820 changes: 820 additions & 0 deletions repos/Adalanche/modules/aql/parser.go
43 changes: 43 additions & 0 deletions repos/Adalanche/modules/aql/parser_test.go
153 changes: 153 additions & 0 deletions repos/Adalanche/modules/aql/predefined-queries.go
67 changes: 67 additions & 0 deletions repos/Adalanche/modules/aql/queries.go
17 changes: 17 additions & 0 deletions repos/Adalanche/modules/aql/token.go
278 changes: 278 additions & 0 deletions repos/Adalanche/modules/aql/tokenid_enums.go
104 changes: 104 additions & 0 deletions repos/Adalanche/modules/aql/tokenstream.go
379 changes: 379 additions & 0 deletions repos/Adalanche/modules/aql/types.go
23 changes: 23 additions & 0 deletions repos/Adalanche/modules/basedata/basedata.go
185 changes: 185 additions & 0 deletions repos/Adalanche/modules/basedata/basedata_gen.go
123 changes: 123 additions & 0 deletions repos/Adalanche/modules/basedata/basedata_gen_test.go
17 changes: 17 additions & 0 deletions repos/Adalanche/modules/cli/collect/collect.go
5 changes: 5 additions & 0 deletions repos/Adalanche/modules/cli/debug.go
299 changes: 299 additions & 0 deletions repos/Adalanche/modules/cli/main.go
325 changes: 325 additions & 0 deletions repos/Adalanche/modules/engine/attributes.go
285 changes: 285 additions & 0 deletions repos/Adalanche/modules/engine/attributevalue.go
183 changes: 183 additions & 0 deletions repos/Adalanche/modules/engine/attributevaluemap.go
97 changes: 97 additions & 0 deletions repos/Adalanche/modules/engine/const.go
426 changes: 426 additions & 0 deletions repos/Adalanche/modules/engine/edge.go
77 changes: 77 additions & 0 deletions repos/Adalanche/modules/engine/edgeanalyzers.go
84 changes: 84 additions & 0 deletions repos/Adalanche/modules/engine/edgeconnections.go
58 changes: 58 additions & 0 deletions repos/Adalanche/modules/engine/edgeconnplus.go
13 changes: 13 additions & 0 deletions repos/Adalanche/modules/engine/edgedirection.go
110 changes: 110 additions & 0 deletions repos/Adalanche/modules/engine/edgedirection_enums.go
102 changes: 102 additions & 0 deletions repos/Adalanche/modules/engine/enums.go
123 changes: 123 additions & 0 deletions repos/Adalanche/modules/engine/index.go
172 changes: 172 additions & 0 deletions repos/Adalanche/modules/engine/loaders.go
1,159 changes: 1,159 additions & 0 deletions repos/Adalanche/modules/engine/object.go
98 changes: 98 additions & 0 deletions repos/Adalanche/modules/engine/objectindex.go
753 changes: 753 additions & 0 deletions repos/Adalanche/modules/engine/objects.go
236 changes: 236 additions & 0 deletions repos/Adalanche/modules/engine/objectslice.go
138 changes: 138 additions & 0 deletions repos/Adalanche/modules/engine/objecttype.go
229 changes: 229 additions & 0 deletions repos/Adalanche/modules/engine/processing.go
180 changes: 180 additions & 0 deletions repos/Adalanche/modules/engine/run.go
910 changes: 910 additions & 0 deletions repos/Adalanche/modules/engine/securitydescriptor.go
28 changes: 28 additions & 0 deletions repos/Adalanche/modules/engine/securitydescriptorcache.go
21 changes: 21 additions & 0 deletions repos/Adalanche/modules/frontend/analyzeobjects.go
70 changes: 70 additions & 0 deletions repos/Adalanche/modules/frontend/certificate_windows.go
91 changes: 91 additions & 0 deletions repos/Adalanche/modules/frontend/cli.go
15 changes: 15 additions & 0 deletions repos/Adalanche/modules/frontend/debugfuncs.go
170 changes: 170 additions & 0 deletions repos/Adalanche/modules/frontend/export-graph.go
249 changes: 249 additions & 0 deletions repos/Adalanche/modules/frontend/html/adalanche.css
258 changes: 258 additions & 0 deletions repos/Adalanche/modules/frontend/html/anonymizer.js
874 changes: 874 additions & 0 deletions repos/Adalanche/modules/frontend/html/custom.js
181 changes: 181 additions & 0 deletions repos/Adalanche/modules/frontend/html/docs/analysis.md
34 changes: 34 additions & 0 deletions repos/Adalanche/modules/frontend/html/docs/aql.md
99 changes: 99 additions & 0 deletions repos/Adalanche/modules/frontend/html/docs/collecting-ad-data.md
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions repos/Adalanche/modules/frontend/html/docs/install.md
31 changes: 31 additions & 0 deletions repos/Adalanche/modules/frontend/html/docs/readme.MD
Binary file not shown.
274 changes: 274 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/autosize.js
Binary file not shown.
Binary file not shown.
4,085 changes: 4,085 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/bootstrap/css/bootstrap-grid.css
12,068 changes: 12,068 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/bootstrap/css/bootstrap.css
12,032 changes: 12,032 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/bootstrap/css/bootstrap.rtl.css
6,314 changes: 6,314 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/bootstrap/js/bootstrap.bundle.js
4,447 changes: 4,447 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/bootstrap/js/bootstrap.esm.js
4,494 changes: 4,494 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/bootstrap/js/bootstrap.js
3,214 changes: 3,214 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/cose-base.js
3,978 changes: 3,978 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/cytoscape-cise.js
1,437 changes: 1,437 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/cytoscape-fcose.js
178 changes: 178 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/d3-force-reuse.js
4,386 changes: 4,386 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/dagre.min.js
5,230 changes: 5,230 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/layout-base.js
27 changes: 27 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/vega-embed.js
2 changes: 2 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/graph/vega.js
19,185 changes: 19,185 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/halfmoon-ui/halfmoon.css
19,062 changes: 19,062 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/jquery-ui-1.13.2.custom/jquery-ui.js
8,681 changes: 8,681 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/jstree/jstree.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,106 changes: 1,106 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/jstree/themes/default/style.css
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/popper.min.js
841 changes: 841 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/spinkit.css
76 changes: 76 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/tippy.css
2 changes: 2 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/tippy.min.js
15 changes: 15 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/toastify.js
15 changes: 15 additions & 0 deletions repos/Adalanche/modules/frontend/html/external/toastify.min.css
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/extrafuncs.js
1,194 changes: 1,194 additions & 0 deletions repos/Adalanche/modules/frontend/html/graph.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/adalanche-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/attacker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 174 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/binary-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/bluesky-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/certificate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/dns.svg
50 changes: 50 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/github.svg
67 changes: 67 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/gpo.svg
4 changes: 4 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/mastodon.svg
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/people-fill.svg
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/person-fill.svg
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/person-x-fill.svg
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/server.svg
60 changes: 60 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/service.svg
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/terminal-fill.svg
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/tv-fill.svg
528 changes: 528 additions & 0 deletions repos/Adalanche/modules/frontend/html/index.html
101 changes: 101 additions & 0 deletions repos/Adalanche/modules/frontend/html/preferences.js
47 changes: 47 additions & 0 deletions repos/Adalanche/modules/frontend/html/report/advplot.html
47 changes: 47 additions & 0 deletions repos/Adalanche/modules/frontend/html/report/index.html
41 changes: 41 additions & 0 deletions repos/Adalanche/modules/frontend/html/themes.js
16 changes: 16 additions & 0 deletions repos/Adalanche/modules/frontend/middleware.go
64 changes: 64 additions & 0 deletions repos/Adalanche/modules/frontend/options.go
64 changes: 64 additions & 0 deletions repos/Adalanche/modules/frontend/preferences.go
77 changes: 77 additions & 0 deletions repos/Adalanche/modules/frontend/render.go
14 changes: 14 additions & 0 deletions repos/Adalanche/modules/frontend/status.go
94 changes: 94 additions & 0 deletions repos/Adalanche/modules/frontend/status_enums.go
389 changes: 389 additions & 0 deletions repos/Adalanche/modules/frontend/ui.go
316 changes: 316 additions & 0 deletions repos/Adalanche/modules/frontend/webservice.go
54 changes: 54 additions & 0 deletions repos/Adalanche/modules/frontend/xgmml.go
468 changes: 468 additions & 0 deletions repos/Adalanche/modules/graph/graph.go
101 changes: 101 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/adedges.go
2,092 changes: 2,092 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/analyze/analyze-ad.go
107 changes: 107 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/attributes.go
567 changes: 567 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/collect/cli.go
29 changes: 29 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/gpo.go
227 changes: 227 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/rawobject.go
244 changes: 244 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/rawobject_gen.go
818 changes: 818 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/analyze/import.go
126 changes: 126 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/analyze/loader.go
57 changes: 57 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/collect/cli.go
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/common.go
219 changes: 219 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/structs.go
7,706 changes: 7,706 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/structs_gen.go
2,948 changes: 2,948 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/structs_gen_test.go
231 changes: 231 additions & 0 deletions repos/Adalanche/modules/persistence/database.go
94 changes: 94 additions & 0 deletions repos/Adalanche/modules/query/comparatortype_enumer.go
90 changes: 90 additions & 0 deletions repos/Adalanche/modules/query/execute.go
454 changes: 454 additions & 0 deletions repos/Adalanche/modules/query/ldapparser.go
657 changes: 657 additions & 0 deletions repos/Adalanche/modules/query/nodefilter.go
42 changes: 42 additions & 0 deletions repos/Adalanche/modules/quickmode/quickmode.go
5 changes: 5 additions & 0 deletions repos/Adalanche/modules/ui/common.go
193 changes: 193 additions & 0 deletions repos/Adalanche/modules/ui/log.go
98 changes: 98 additions & 0 deletions repos/Adalanche/modules/ui/loglevel_enums.go
211 changes: 211 additions & 0 deletions repos/Adalanche/modules/ui/progressbar.go
11 changes: 11 additions & 0 deletions repos/Adalanche/modules/util/generics.go
31 changes: 31 additions & 0 deletions repos/Adalanche/modules/util/json.go
221 changes: 221 additions & 0 deletions repos/Adalanche/modules/util/util.go
41 changes: 41 additions & 0 deletions repos/Adalanche/modules/version/main.go
12 changes: 12 additions & 0 deletions repos/Adalanche/modules/windowssecurity/getsecurity-others.go
52 changes: 52 additions & 0 deletions repos/Adalanche/modules/windowssecurity/getsecurity.go
77 changes: 77 additions & 0 deletions repos/Adalanche/modules/windowssecurity/registry.go
21 changes: 21 additions & 0 deletions repos/Adalanche/modules/windowssecurity/se_object_type.go
215 changes: 215 additions & 0 deletions repos/Adalanche/modules/windowssecurity/sid.go
29 changes: 29 additions & 0 deletions repos/Adalanche/modules/windowssecurity/sid_test.go
110 changes: 110 additions & 0 deletions repos/Adalanche/modules/windowssecurity/wellknown.go
2 changes: 2 additions & 0 deletions repos/Adalanche/prereqs.ps1
342 changes: 342 additions & 0 deletions repos/Adalanche/readme.MD

0 comments on commit cf4be49

Please sign in to comment.