CoalfireFederal / NetFrenzy

Import a pcap file into Neo4j and view the network graph. Maintainer: @djent-
GNU Affero General Public License v3.0
16 stars 1 forks source link

NetFrenzy.html pull Neo4j creds from ../config.json #14

Open Djent- opened 2 years ago

tvldz commented 2 years ago

@Djent- Reading a local file with JS requires the user interact with a file browser. As an alternative, I propose that we save and persist the user's set configuration with the localstorage API, and also allow the user to clear their config. image

Djent- commented 2 years ago

You can't use the localstorage API from the file: protocol either. Turning NetFrenzy.html into a webserver for additional features is proposed in #30

tvldz commented 2 years ago

The localstorage API does work from the file:// scheme in both Firefox and Chrome, from my tests.

Djent- commented 2 years ago

sure

Djent- commented 2 years ago

Title updated ref ebc2125