Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.2 KB

Readme.md

File metadata and controls

32 lines (20 loc) · 1.2 KB

NSRL Hash Filter

This program allows to filter the NSRL RDS Hash Set for:

  • Manufacturer
  • OS
  • Product Type
  • Product Name

And export the corresponding Hashes to a .txt file.

How To:

Run the Windows Executable or run the Python Script on Linux.

Select an NSRL .iso file (RDS_modern.iso) andclick extract

Wait a moment

Now you can type in what you want to filter for:

  • Only exact matches will be included in the export, so make sure to choose one of suggestions (or you are likely to misspell a name, there are weird dots and whitespaces in the NSRL file).
  • You can filter for multiple things by separating them with commas ","
  • No input or an input ending with a comma will be considered as a Wildcard

Click the left Button to export to a .txt file without a header ("md5") or the right Button to export with a header ("md5").

This Program uses:

pycdlib

Tested Python Version:

  • 3.5