thebeanogamer / hstsparser

A tool to parse Firefox and Chrome HSTS databases into forensic artifacts!

Home Page:https://blog.daniel-milnes.uk/hsts-for-forensics-you-can-run-but-you-cant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hstsparser: error: The file FILE does not exist!

oasec1 opened this issue · comments

commented

Running the Windows executable, performing Chrome Analysis, I've verified the file, TransportSecurity exists in that path specified with the commandline.

hstsparser.exe --chrome.exe FILE "C:\Users\XXX\Desktop\YYYY\Work\results\TransportSecurity"

Thanks
Robert

Hey Robert,

You don't need to include the word FILE there. That's a placeholder for you to put your filepath.

I think what you should run is this:

hstsparser.exe --chrome.exe "C:\Users\XXX\Desktop\YYYY\Work\results\TransportSecurity"

Thanks.