#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.
- flashrom – A utility for reading, writing, verifying, and erasing flash chips.
- minicom – A text-based modem control and terminal emulation program.
- picocom – A minimal terminal emulation program for serial communication.
- sigrok – A suite of software for interfacing with logic analyzers and other test equipment.
- pulseview – A graphical frontend for
sigrok
used for viewing waveforms from logic analyzers. - binwalk – A tool for analyzing, reverse-engineering, and extracting firmware images.
- wireshark – A network protocol analyzer for capturing and inspecting network traffic.
- nmap – A network scanning tool used for discovering hosts and services on a computer network.
- esptool – A utility for flashing firmware onto ESP8266 and ESP32 chips.
- screen – A terminal multiplexer that allows you to use multiple terminal sessions within a single window.
- bettercap – A network attack and monitoring tool that focuses on man-in-the-middle attacks.
- ettercap-graphical – A GUI for Ettercap, used for network sniffing and attacks.
- john – A password cracking tool that can be used for testing password strength.
- hashcat – A powerful password cracking tool, supporting multiple hash algorithms.
- 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