Firmware Slap - Discovering Vulnerabilities In Firmware

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
Firmware_Slap_1.gif


Firmware slap combines concolic analysis with function clustering for vulnerability discovery and function similarity in firmware. Firmware slap is built as a series of libraries and exports most information as either pickles or JSON for integration with other tools.
Slides from the talk can be found here

Setup
Firmware slap should be run in a virtual environment. It has been tested on Python3.6
Code:
python setup.py install
Download Firmware_Slap
 
Top Bottom