{"id":13642545,"url":"https://github.com/Fraunhofer-AISEC/gallia","last_synced_at":"2025-04-20T16:32:42.752Z","repository":{"id":36968979,"uuid":"486880881","full_name":"Fraunhofer-AISEC/gallia","owner":"Fraunhofer-AISEC","description":"Extendable Pentesting Framework","archived":false,"fork":false,"pushed_at":"2025-04-07T14:59:30.000Z","size":9487,"stargazers_count":138,"open_issues_count":63,"forks_count":28,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-12T16:04:12.883Z","etag":null,"topics":["automotive","pentesting","python","uds","xcp"],"latest_commit_sha":null,"homepage":"https://fraunhofer-aisec.github.io/gallia/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fraunhofer-AISEC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-29T07:38:52.000Z","updated_at":"2025-04-07T14:58:58.000Z","dependencies_parsed_at":"2023-09-26T17:55:46.784Z","dependency_job_id":"ef1fac78-3e5d-444d-919f-fc8fbb703ca2","html_url":"https://github.com/Fraunhofer-AISEC/gallia","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Fgallia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Fgallia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Fgallia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Fgallia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fraunhofer-AISEC","download_url":"https://codeload.github.com/Fraunhofer-AISEC/gallia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249926569,"owners_count":21346586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automotive","pentesting","python","uds","xcp"],"created_at":"2024-08-02T01:01:32.861Z","updated_at":"2025-04-20T16:32:42.367Z","avatar_url":"https://github.com/Fraunhofer-AISEC.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: AISEC Pentesting Team\n\nSPDX-License-Identifier: CC0-1.0\n--\u003e\n\n# Gallia\n\n[![docs](https://img.shields.io/badge/-docs-green)](https://fraunhofer-aisec.github.io/gallia)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gallia)](https://pypi.python.org/pypi/gallia/)\n[![PyPI - License](https://img.shields.io/pypi/l/gallia)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![PyPI](https://img.shields.io/pypi/v/gallia)](https://pypi.python.org/pypi/gallia/)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10696368.svg)](https://zenodo.org/doi/10.5281/zenodo.10696368)\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/gallia.svg)](https://repology.org/project/gallia/versions)\n\nGallia is an extendable pentesting framework with the focus on the automotive domain.\nThe scope of the toolchain is conducting penetration tests from a single ECU up to whole cars.\nCurrently, the main focus lies on the [UDS](https://www.iso.org/standard/72439.html) interface.\nActing as a generic interface, the logging functionality implements reproducible tests and enables post-processing tasks.\nThe [rendered documentation](https://fraunhofer-aisec.github.io/gallia) is available via Github Pages.\n\nKeep in mind that this project is intended for research and development usage only!\nInappropriate usage might cause irreversible damage to the device under test.\nWe do not take any responsibility for damage caused by the usage of this tool.\n\n## Testimonials\n\nLevent Çelik et al. in [Comparing Open-Source UDS Implementations Through Fuzz Testing](https://saemobilus.sae.org/papers/comparing-open-source-uds-implementations-fuzz-testing-2024-01-2799):\n\n\u003e Among the implementations we've identified, Gallia stands out as the most robust and dependable by a significant margin.\n\n## Quickstart\n\nSee the [setup instructions](https://fraunhofer-aisec.github.io/gallia/setup.html).\n\nFirst create a config template with `--template`, store it to a file called [`gallia.toml`](https://fraunhofer-aisec.github.io/gallia/config.html), and adjust it to your needs.\n`gallia` reads this file to set the defaults of the command line flags.\nAll options correspond to a command line flag; the only required option for scans is `gallia.scanner.target`, for instance `isotp://can0?src_addr=0x123\u0026dst_addr=0x312\u0026tx_padding=0xaa\u0026rx_padding=0xaa`.\n\n```\n$ gallia --template \u003e gallia.toml\n```\n\nYou are all set to start your first scan, for instance read the diagnostic trouble codes:\n\n```\n$ gallia primitive uds dtc read\n```\n\nThe target can also be specified by the `--target` option on the command line.\nFor the format of the `--target` argument see the [transports documentation](https://fraunhofer-aisec.github.io/gallia/transports.html).\n\n## Acknowledgments\n\nThis work was partly funded by the German Federal Ministry of Education and Research (BMBF) as part of the [SecForCARs](https://www.secforcars.de/) project (grant no. 16KIS0790).\nA short presentation and demo video is available at this [page](https://www.secforcars.de/demos/10-automotive-scanning-framework.html).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFraunhofer-AISEC%2Fgallia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFraunhofer-AISEC%2Fgallia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFraunhofer-AISEC%2Fgallia/lists"}