gitextract_hd18lnk6/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── Docs/ │ ├── Categories.md │ ├── Changelog.md │ ├── Commando_Quickstart_Guide.md │ ├── Contibuting.md │ └── Troubleshooting.md ├── License.txt ├── Profiles/ │ ├── Configs/ │ │ ├── win10config.xml │ │ ├── win10victimconfig.xml │ │ ├── win11armconfig.xml │ │ ├── win11armvictimconfig.xml │ │ ├── win11config.xml │ │ └── win11victimconfig.xml │ ├── Default - ARM.xml │ ├── Default.xml │ ├── Developer.xml │ ├── Full - ARM.xml │ ├── Full.xml │ ├── Lite.xml │ └── Victim.xml ├── README.md └── install.ps1