Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
canTot — schnell und schlampig canbus h4xing framework | Kitploit
Tools/GitHubGitHub/shipcod3/cantot
Exploit-FrameworksFuzzingPenetrationstests
GitHubshipcod3/cantot

canTot

schnell und schlampig canbus h4xing framework

Repository anzeigen
15027vor 2 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

canTot

canTot ist ein auf Python basierendes CLI-Framework, das auf sploitkit aufbaut und durch seine Ähnlichkeit zu Metasploit einfach zu bedienen ist. Es ähnelt einem Exploit-Framework, konzentriert sich jedoch auf bekannte CAN-Bus-Schwachstellen oder unterhaltsame CAN-Bus-Hacks. Es kann auch als Leitfaden für das Pentesting von Fahrzeugen und das Erlernen von Python für Car Hacking auf einfachere Weise dienen. Es geht nicht darum, das Rad der bekannten CAN-Fuzzer, Auto-Erkundungstools wie caring caribou oder anderer großartiger CAN-Analysatoren neu zu erfinden, sondern darum, alle bekannten Schwachstellen und unterhaltsamen CAN-Bus-Hacks der Automobilsicherheit zu vereinen.

Ein Projekt erstellt von Car Hacking Village Philippines.

Installation

root@kitploit:~
git clone https://github.com/shipcod3/canTot
cd canTot
pip3 install -r requirements.txt

Hinweis: Funktioniert besser mit Kali und Ubuntu.

Beispiel zur Framework-Nutzung:

root@kitploit:~
─$ python3 main.py 

                                                                                                                                                                                                                  
                                                                             @@@@@@@   @@@@@@   @@@  @@@  @@@@@@@   @@@@@@   @@@@@@@                                                                              
                                                                            @@@@@@@@  @@@@@@@@  @@@@ @@@  @@@@@@@  @@@@@@@@  @@@@@@@                                                                              
                                                                            !@@       @@!  @@@  @@!@!@@@    @@!    @@!  @@@    @@!                                                                                
                                                                            !@!       !@!  @!@  !@!!@!@!    !@!    !@!  @!@    !@!                                                                                
                                                                            !@!       @!@!@!@!  @!@ !!@!    @!!    @!@  !@!    @!!                                                                                
                                                                            !!!       !!!@!!!!  !@!  !!!    !!!    !@!  !!!    !!!                                                                                
                                                                            :!!       !!:  !!!  !!:  !!!    !!:    !!:  !!!    !!:                                                                                
                                                                            :!:       :!:  !:!  :!:  !:!    :!:    :!:  !:!    :!:                                                                                
                                                                             ::: :::  ::   :::   ::   ::     ::    ::::: ::     ::                                                                                
                                                                             :: :: :   :   : :  ::    :      :      : :  :      :                                                                                 
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  
                                                                                                         ███████████           █████                                                                              
                                                                                                        ░█░░░███░░░█          ░░███                                                                               
                                                                            ██████   ██████   ████████  ░   ░███  ░   ██████  ███████                                                                             
                                                                           ███░░███ ░░░░░███ ░░███░░███     ░███     ███░░███░░░███░                                                                              
                                                                          ░███ ░░░   ███████  ░███ ░███     ░███    ░███ ░███  ░███                                                                               
                                                                          ░███  ███ ███░░███  ░███ ░███     ░███    ░███ ░███  ░███ ███                                                                            
                                                                          ░░██████ ░░████████ ████ █████    █████   ░░██████   ░░█████                                                                             
                                                                           ░░░░░░   ░░░░░░░░ ░░░░ ░░░░░    ░░░░░     ░░░░░░     ░░░░░                                                                              
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  
                                                                                    >> quick and dirty canbus h4xing framework                                                                                    
                                                                                                   >> @shipcod3                                                                                                   
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  
 
        -=[ 13 uncategorized ]=-                                                                                                                                                                                  
                                                                                                                                                                                                                  
cantot > show modules                                                                                                                                                                                             

Uncategorized modules
=====================

   Name                         Path  Enabled  Description                                                                                                                                                      
   ----                         ----  -------  -----------                                                                                                                                                      
   cherokee_kill_brakes         .     Y        This module will bleed all the brakes on the 2014 Jeep Cherokee while the car is moving. This has the result that the brakes will not work during this time and 
                                               has significant safety issues, even if it only works if you are driving slowly.                                                                                  
   cherokee_kill_engine         .     Y        This module will kill the engine on the 2014 Jeep Cherokee while the car is moving at low speed by killing a particular fuel injector.                          
   cherokee_turn_steering       .     Y        This module will put the Parking Assist Module(PAM) in diagnostic session and send a CAN message to tell the power steering ECU to turn the wheel for the Jeep  
                                               Cherokee 2014.                                                                                                                                                   
   diagnostic_state             .     Y        This module will keep the vehicle in a diagnostic state on loop by sending tester present packet.                                                                
   ecu_hard_reset               .     Y        This module performs hard reset in the ECU Reset Service Identifier (0x11).                                                                                      
   ford_escape_door_ajar_spoof  .     Y        This module will indicate that the door is ajar (open) from the instrument panel despite not opened.                                                            
   ford_escape_kill_engine      .     Y        This module will kill the engine for Ford Escape 2010 without establishing a diagnostic session and works at any speed.                                          
   jeep_wrangler_evicsend       .     Y        This module allows you to display the word Hacked on a 2012 Jeep Wrangler EVIC.                                                                                  
   kill_bus                     .     Y        This module will perform a known denial of service via the CAN bus called Firehose attack.                                                                       
   malibu_overheat              .     Y        This module will flood temp gauge on a 2006 Malibu.                                                                                                              
   mazda_ic_mover               .     Y        This module moves the needle of the accelorometer and speedometer of the Mazda 2 instrument cluster.                                                            
   prius_park_kill_engine       .     Y        This module will kill the fuel to individual or all cylinders in the internal combustion engine of a Toyota Prius 2010 but requires it to be parked.            
   reset_mileage                .     Y        This module clears diagnostic trouble codes and resets the mileage.

cantot > use diagnostic_state                                                                                                                                                                                      
cantot (diagnostic_state) > show options                                                                                                                                                                           

Module options
==============

   Name       Value  Required  Description                      
   ----       -----  --------  -----------                      
   ARBID      2015   Y         Arbitration ID (Default: 0x7DF) 
   INTERFACE  vcan0  Y         CAN interface                   

cantot (diagnostic_state) > run                                                                                                                                                                                    
[*] Putting the vehicle in a diagnostic state...
Press Ctrl+C to stop or cancel

Autor

Jay Turla

Wenn du canTot liebst, kannst du mir einen Kaffee kaufen, um dieses Projekt zu unterstützen :)

Buy Me A Coffee

Mitwirkende

  • superuserx

Danksagungen

  • Nikhil Bogam für CVE-2022-26269 und dass er mir erlaubt hat, seine Erkenntnisse zu portieren.
  • Charlie Miller und Chris Valasek für ihre Forschung und Veröffentlichungen.
  • Ian Tabor (mintynet) für seine Ratschläge und Mentoring.
  • Car Hacking Village
  • Eric Evenchick für pyvit
  • Alexandre D'Hondt für sploitkit
  • carfucar für die Inspiration zu canfuzz_sids.py
  • Craig Smith für das Car Hacker's Handbook und die Inspiration zu hwbridge
  • ps1337's udsSecAccess.py zum Scannen von UDS-Diensten mittels Security Access
  • Keen Security Lab von Tencent für ihre Tesla-Hacks
  • superuserx's Fehlerbehebung für einen logischen Fehler in uds_sec_access.py
Tool herunterladen