Metadata-Version: 2.1
Name: gallia
Version: 1.0.0a6
Summary: Extendable Pentesting Framework
Home-page: https://github.com/Fraunhofer-AISEC/gallia
License: Apache-2.0
Author: AISEC Pentesting Team
Requires-Python: >=3.9,<3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiofiles (>=0.8.0,<0.9.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: aiosqlite (>=0.17.0,<0.18.0)
Requires-Dist: argcomplete (>=2.0.0,<3.0.0)
Requires-Dist: python-can (>=4.0.0,<5.0.0)
Requires-Dist: pyxcp (>=0.16.0,<0.17.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Requires-Dist: zstandard (>=0.17.0,<0.18.0)
Project-URL: Documentation, https://fraunhofer-aisec.github.io/gallia
Project-URL: Repository, https://github.com/Fraunhofer-AISEC/gallia
Description-Content-Type: text/markdown

# Gallia

[![docs](https://img.shields.io/badge/-docs-green)](https://fraunhofer-aisec.github.io/gallia)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gallia)](https://pypi.python.org/pypi/gallia/)
[![PyPI - License](https://img.shields.io/pypi/l/gallia)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![PyPI](https://img.shields.io/pypi/v/gallia)](https://pypi.python.org/pypi/gallia/)

Gallia is an extendable pentesting framework with the focus on the automotive domain.
The scope of gallia is conducting penetration tests from a single ECU up to whole cars, with the main focus on the UDS interface.
Taking advantage of this modular design, the [logging and archiving](https://github.com/Fraunhofer-AISEC/penlog) functionality was developed separately.
Acting as a generic interface, the logging functionality implements reproducible tests and enables post-processing analyzer tasks.
The [rendered documentation](https://fraunhofer-aisec.github.io/gallia) is available via Github Pages.

Keep in mind that this project is intended for research and development usage only!
Inappropriate usage might cause irreversible damage to the device under test.
We do not take any responsibility for damage caused by the usage of this tool.

## Quickstart

```
$ pip install gallia
$ gallia simple-dtc --target "isotp://can0?src_addr=0x123&dst_addr=0x312&tx_padding=0xaa&rx_padding=0xaa" read
```

For specifying the `--target` argument see the [transports documentation](https://fraunhofer-aisec.github.io/gallia/transports.html).

## Acknowledgments

This 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).
A short presentation and demo video is available at this [demo page](https://www.secforcars.de/demos/10-automotive-scanning-framework.html).

