An open API service indexing awesome lists of open source software.

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

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!