Skip to content

cybermax560-exe/Hardware-PT-ToolKIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Hardware-PT Toolkit

#Hardware-PT Toolkit A Bash script to automate the installation of essential hardware hacking tools on Kali Linux and Ubuntu.

#Description

This script simplifies the setup process for hardware hacking by automatically installing a curated list of tools required for tasks like firmware analysis, serial communication, and network scanning. The script is compatible with both Kali Linux and Ubuntu.


Tools Included

Main Tools

  1. flashrom – A utility for reading, writing, verifying, and erasing flash chips.
  2. minicom – A text-based modem control and terminal emulation program.
  3. picocom – A minimal terminal emulation program for serial communication.
  4. sigrok – A suite of software for interfacing with logic analyzers and other test equipment.
  5. pulseview – A graphical frontend for sigrok used for viewing waveforms from logic analyzers.
  6. binwalk – A tool for analyzing, reverse-engineering, and extracting firmware images.
  7. wireshark – A network protocol analyzer for capturing and inspecting network traffic.
  8. nmap – A network scanning tool used for discovering hosts and services on a computer network.
  9. esptool – A utility for flashing firmware onto ESP8266 and ESP32 chips.
  10. screen – A terminal multiplexer that allows you to use multiple terminal sessions within a single window.
  11. bettercap – A network attack and monitoring tool that focuses on man-in-the-middle attacks.
  12. ettercap-graphical – A GUI for Ettercap, used for network sniffing and attacks.
  13. john – A password cracking tool that can be used for testing password strength.
  14. hashcat – A powerful password cracking tool, supporting multiple hash algorithms.
  15. i2c-tools – Utilities for interacting with devices over I2C (Inter-Integrated Circuit) bus.

#Installation

#Clone the repository:

     git clone https://github.com/cybermax560-exe/Hardware-PT-ToolKIT.git

     cd Hardware-PT-ToolKIT

#Make the script executable:

     chmod +x Hardware-PT-ToolKIT.sh

#Run the script:

     ./Hardware-PT-ToolKIT.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages