TL;DR You can convert Delta files into database that can be imported into tools that support that formatDownload the program hereSet the input file to the “RDS_*_delta.zip” file and specify and output folderClick Convert and wait for it to finishThere should be a file with the same name as the zip file but with aContinue reading “Converting NSRL RDS Deltas”
Category Archives: NSRL
Importing NSRL V3 hashsets into legacy tools
TL;DR NSRLConvert can change the new SQLite NSRL hashsets into a plain list of MD5 hashes. The program is available here and can be used with the following syntax: NSRLConvert.exe {databasename} {outputfile}Example:NSRLConvert.exe RDS_2022.12.1_modern_minimal.db MD5.txt In Detail This last example will convert the Modern Minimal database to a list of MD5 hashes, 1 hash per line.Continue reading “Importing NSRL V3 hashsets into legacy tools”