gitextract_6cbgby3e/ ├── .airgeddonrc ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── 1-bug_report.yml │ │ ├── 2-general_question.yml │ │ ├── 3-feature_request.yml │ │ ├── 4-compatibility_enhancement.yml │ │ └── config.yml │ ├── PULL_REQUEST_TEMPLATE.md │ └── workflows/ │ ├── dev.yml │ └── master.yml ├── .gitignore ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── airgeddon.sh ├── language_strings.sh ├── pindb_checksum.txt └── plugins/ ├── missing_dependencies.sh └── plugin_template.sh