Giter Site home page Giter Site logo

cantot's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on a cli-based framework for fun canbus hacking
  • ๐ŸŒฑ Iโ€™m currently learning isotp
  • ๐Ÿ“ซ How to reach me: shipcodez at gmail dot com
  • ๐Ÿ˜„ Pronouns: he/him
  • โšก Fun fact: I love to party

If you love my projects you can buy me a coffee to support me :)

Buy Me A Coffee

cantot's People

Contributors

shipcod3 avatar superuserx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cantot's Issues

Dependency issues with python 3.10

Something seems to be amiss with the dependancies. Tried running on kali and macos. I'll post back if I find a solution.

Traceback (most recent call last):
  File "/home/kali/Desktop/Projects/canplayground/canTot/main.py", line 2, in <module>
    from sploitkit import FrameworkConsole
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/sploitkit/__init__.py", line 9, in <module>
    from tinyscript.helpers.path import Path
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/tinyscript/__init__.py", line 13, in <module>
    from .features import *
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/tinyscript/features/__init__.py", line 5, in <module>
    from .handlers import *
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/tinyscript/features/handlers.py", line 9, in <module>
    from ..helpers.constants import WINDOWS
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/tinyscript/helpers/__init__.py", line 26, in <module>
    from .text import *
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/tinyscript/helpers/text.py", line 6, in <module>
    import mdv
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/mdv/__init__.py", line 3, in <module>
    from .markdownviewer import run, main
  File "/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/mdv/markdownviewer.py", line 160, in <module>
    from markdown.util import etree
ImportError: cannot import name 'etree' from 'markdown.util' (/home/kali/Desktop/Projects/canplayground/canTot/cantot-env/lib/python3.10/site-packages/markdown/util.py)

Connection Setup

I am trying to use this canTot tool with raspberry pi. I am using 2 way CAN connectors to communicate with both target and raspberry pi, so that I can see messages from canTot in my CANalyzer simulation. After starting the UDS fuzzer, I am not able to see any messages in the CANalyzer. Not sure why these messages are not reaching the target. Need help with connection setup

canTot powered by Scapy

Current modules use simple CAN sockets and single frames. But if you want to add more complex UDS functionality you need ISOTP. I would suggest to use Scapy for that since it has an advanced implementations of a lot of automotive protocols which makes it more comfortable to build new modules in the future.

You can take a look at my fork where I made an example module uds_read_data_by_id.py based on Scapy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.