https://github.com/0xricksanchez/iotos
A simple script to get your fresh Debian based OS ready for hardware hacking/reversing/exploitation
https://github.com/0xricksanchez/iotos
embedded-systems exploitation fuzzing hacking iot pentest reversing
Last synced: 9 months ago
JSON representation
A simple script to get your fresh Debian based OS ready for hardware hacking/reversing/exploitation
- Host: GitHub
- URL: https://github.com/0xricksanchez/iotos
- Owner: 0xricksanchez
- License: mit
- Created: 2018-04-26T15:55:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T21:33:18.000Z (over 7 years ago)
- Last Synced: 2025-04-13T14:11:41.244Z (about 1 year ago)
- Topics: embedded-systems, exploitation, fuzzing, hacking, iot, pentest, reversing
- Language: Shell
- Size: 21.5 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOTOS
[Experimental!]
This install script is aimed at quickly setting up a new Debian based OS environment to start with the more fun part of hacking.
Initially this script was targeted at setting up the OS for IOT debugging & exploitation, but with that some reverse engineering and fuzzing capabilities joined the ranks of the original programs.
The following tools are getting installed along the way:
* Fully updated system including cross compiling capabilities for mips/arm/ppc and a python2/3 environment.
* [pwntools](https://github.com/Gallopsled/pwntools)
* [ZShell](https://www.zsh.org/)
* [oh-my-zsh](http://ohmyz.sh/)
* [FACT](https://github.com/fkie-cad/FACT_core)
* [Baudrate.py](https://github.com/devttys0/baudrate)
* [ROPgadget](https://github.com/JonathanSalwan/ROPgadget)
* [radare2](https://github.com/radare/radare2)
* [cutter UI for radare2](https://github.com/radareorg/cutter)
* [openOCD](http://openocd.org/)
* [FirmwareModKit](https://github.com/rampageX/firmware-mod-kit)
* [SPIFlash.py](https://github.com/eblot/pyspiflash)
* [pwndbg](https://github.com/pwndbg/pwndbg.git)
* [IDA7 free](https://out7.hex-rays.com/files/)
* [afl](http://lcamtuf.coredump.cx/afl)
* [afl-coreutils](https://github.com/rc0r/afl-utils)
* [wireshark](https://www.wireshark.org/)
* [Scapy](https://scapy.net/)
* [binwalk](https://github.com/ReFirmLabs/binwalk)
* [ScanaStudio](https://cdn.ikalogic.com/dist/scanastudio/)
* [RouterSploit](https://github.com/threat9/routersploit)
* [apktool](https://ibotpeaches.github.io/Apktool/)
* [BurpSuite](https://portswigger.net/burp)
* and more!
This list is variable and might change in the future!