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
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…