Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahrl committed Nov 22, 2024
1 parent c7042c8 commit 06e4444
Show file tree
Hide file tree
Showing 290 changed files with 191,923 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.
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
49 changes: 49 additions & 0 deletions repos/Adalanche/build.ps1
151 changes: 151 additions & 0 deletions repos/Adalanche/go.mod
541 changes: 541 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
190 changes: 190 additions & 0 deletions repos/Adalanche/modules/aql/api.go
230 changes: 230 additions & 0 deletions repos/Adalanche/modules/aql/lexer.go
789 changes: 789 additions & 0 deletions repos/Adalanche/modules/aql/parser.go
43 changes: 43 additions & 0 deletions repos/Adalanche/modules/aql/parser_test.go
111 changes: 111 additions & 0 deletions repos/Adalanche/modules/aql/predefined-queries.go
65 changes: 65 additions & 0 deletions repos/Adalanche/modules/aql/queries.go
18 changes: 18 additions & 0 deletions repos/Adalanche/modules/aql/token.go
274 changes: 274 additions & 0 deletions repos/Adalanche/modules/aql/tokenid_enums.go
102 changes: 102 additions & 0 deletions repos/Adalanche/modules/aql/tokenstream.go
389 changes: 389 additions & 0 deletions repos/Adalanche/modules/aql/types.go
25 changes: 25 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
240 changes: 240 additions & 0 deletions repos/Adalanche/modules/cli/main.go
21 changes: 21 additions & 0 deletions repos/Adalanche/modules/dedup/unique.go
325 changes: 325 additions & 0 deletions repos/Adalanche/modules/engine/attributes.go
293 changes: 293 additions & 0 deletions repos/Adalanche/modules/engine/attributevalue.go
96 changes: 96 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
79 changes: 79 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,189 changes: 1,189 additions & 0 deletions repos/Adalanche/modules/engine/object.go
100 changes: 100 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
157 changes: 157 additions & 0 deletions repos/Adalanche/modules/engine/objecttype.go
231 changes: 231 additions & 0 deletions repos/Adalanche/modules/engine/processing.go
169 changes: 169 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
59 changes: 59 additions & 0 deletions repos/Adalanche/modules/frontend/certificate_windows.go
81 changes: 81 additions & 0 deletions repos/Adalanche/modules/frontend/cli.go
15 changes: 15 additions & 0 deletions repos/Adalanche/modules/frontend/debugfuncs.go
94 changes: 94 additions & 0 deletions repos/Adalanche/modules/frontend/enums.go
174 changes: 174 additions & 0 deletions repos/Adalanche/modules/frontend/export-graph.go
234 changes: 234 additions & 0 deletions repos/Adalanche/modules/frontend/html/adalanche.css
258 changes: 258 additions & 0 deletions repos/Adalanche/modules/frontend/html/anonymizer.js
88 changes: 88 additions & 0 deletions repos/Adalanche/modules/frontend/html/colortoggle.js
832 changes: 832 additions & 0 deletions repos/Adalanche/modules/frontend/html/custom.js
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,114 changes: 1,114 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.
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
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.
50 changes: 50 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/gpo.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.
4 changes: 4 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/mastodon.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.
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/people-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/person-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/person-x-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
3 changes: 3 additions & 0 deletions repos/Adalanche/modules/frontend/html/icons/x-logo.svg
498 changes: 498 additions & 0 deletions repos/Adalanche/modules/frontend/html/index.html
89 changes: 89 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
77 changes: 77 additions & 0 deletions repos/Adalanche/modules/frontend/render.go
14 changes: 14 additions & 0 deletions repos/Adalanche/modules/frontend/status.go
320 changes: 320 additions & 0 deletions repos/Adalanche/modules/frontend/webservice.go
446 changes: 446 additions & 0 deletions repos/Adalanche/modules/frontend/webservicefuncs.go
61 changes: 61 additions & 0 deletions repos/Adalanche/modules/frontend/xgmml.go
467 changes: 467 additions & 0 deletions repos/Adalanche/modules/graph/graph.go
101 changes: 101 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/adedges.go
2,082 changes: 2,082 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
582 changes: 582 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/collect/cli.go
34 changes: 34 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/gpo.go
244 changes: 244 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/rawobject.go
244 changes: 244 additions & 0 deletions repos/Adalanche/modules/integrations/activedirectory/rawobject_gen.go
923 changes: 923 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/analyze/import.go
132 changes: 132 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
255 changes: 255 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/structs.go
3,636 changes: 3,636 additions & 0 deletions repos/Adalanche/modules/integrations/localmachine/structs_easyjson.go
7,705 changes: 7,705 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
251 changes: 251 additions & 0 deletions repos/Adalanche/modules/persistence/database.go
94 changes: 94 additions & 0 deletions repos/Adalanche/modules/query/comparatortype_enumer.go
89 changes: 89 additions & 0 deletions repos/Adalanche/modules/query/execute.go
425 changes: 425 additions & 0 deletions repos/Adalanche/modules/query/ldapparser.go
718 changes: 718 additions & 0 deletions repos/Adalanche/modules/query/nodefilter.go
42 changes: 42 additions & 0 deletions repos/Adalanche/modules/quickmode/quickmode.go
63 changes: 63 additions & 0 deletions repos/Adalanche/modules/settings/settings.go
5 changes: 5 additions & 0 deletions repos/Adalanche/modules/ui/common.go
194 changes: 194 additions & 0 deletions repos/Adalanche/modules/ui/log.go
98 changes: 98 additions & 0 deletions repos/Adalanche/modules/ui/loglevel_enums.go
207 changes: 207 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
216 changes: 216 additions & 0 deletions repos/Adalanche/modules/windowssecurity/sid.go
29 changes: 29 additions & 0 deletions repos/Adalanche/modules/windowssecurity/sid_test.go
109 changes: 109 additions & 0 deletions repos/Adalanche/modules/windowssecurity/wellknown.go
2 changes: 2 additions & 0 deletions repos/Adalanche/prereqs.ps1
Binary file added repos/Adalanche/readme-images/found-route.png
Binary file added repos/Adalanche/readme-images/goad-graph.png
Binary file added repos/Adalanche/readme-images/ldap-query.png
Binary file added repos/Adalanche/readme-images/object-types.png
Binary file added repos/Adalanche/readme-images/route-to-target.png
Binary file added repos/Adalanche/readme-images/set-as-target.png
Binary file added repos/Adalanche/readme-images/welcome.png
342 changes: 342 additions & 0 deletions repos/Adalanche/readme.MD

0 comments on commit 06e4444

Please sign in to comment.