caringcaribou
caringcaribou copied to clipboard
A friendly car security exploration tool for the CAN bus
added support for Pcan on windows, CAN-FD and unlocking using custom key & seed functions. I used this tool for research and testing mainly on xcp on a project, the...
Hello, I am currently getting familiar with car hacking and found your tool. Since I am not an expert in the field I got two questions regarding possible additions to...
I am testing a device (blackbox testing) and the result from the UDS service enumeration script is giving me 255/255 as the enabled services. I know in fact that in...
It would be nice to be able to simply start a mock ECU directly through a separate module for testing, e.g. `./cc.py -i vcan0 mock uds` to start a UDS...
Add a module for performing various denial of service (DoS) attacks. Useful features could include: * Spam messages with low arbitration ID * Spam error frames * Spam ECU reset...
Add example usage logs to the documentation for all applicable modules.
I suggest adding an appended log recorder, like a blackbox with datetimed results and user actions, with an user-setting for "how big" the log should be and trim it if...
Exposing padding support in uds discovery. This also adds opts --no-pad and --padding to uds discovery subcommand.
When using the configuration of python-can, it was guided to pass interface settings through context, so I made the modification. https://python-can.readthedocs.io/en/stable/configuration.html I have verified that it works properly with python-can-remote....