TROMMEL sifts through embedded device files to identify potential vulnerable indicators. It identifies the following indicators related to:
It has also integrated vFeed which allows for further in-depth vulnerability analysis of identified indicators to enrich the output.
Also Read : Top 5 DDoS Attacking Tools For Linux,Windows & Android
Usage
$ trommel.py –help
Output TROMMEL results to a file based on a given directory. By default, only searches plain text files.
$ trommel.py -p /directory -o output_file
Output TROMMEL results to a file based on a given directory. Search both binary and plain text files.
$ trommel.py -p /directory -o output_file -b
Notes
Credit : Kyle O’Meara
PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…
HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…
What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…