JPCERTCC / LogonTracer

Investigate malicious Windows logon by visualizing and analyzing Windows event log
Other
2.7k stars 441 forks source link

Feature request: Package Javascript libraries #133

Open jnimmo opened 1 year ago

jnimmo commented 1 year ago

Konnichiwa,

I'd love to be able to run LogonTracer offline; currently this is difficult as the Javascript libraries are all hosted on CDNs.

I have been testing out using Parcel to bundle the following dependencies; but thought this would be good to raise as a feature request in case you had a preferred way of achieving this.

Thanks very much for your consideration

  "dependencies": {
    "@popperjs/core": "^2.9.2",
    "bootstrap": "^5.0.1",
    "bootstrap4-toggle": "^3.6.1",
    "chart.js": "^2.7.2",
    "cytoscape": "^3.19.0",
    "cytoscape-qtip": "^2.8.0",
    "desvg": "^1.0.2",
    "floatthead": "^2.2.4",
    "font-awesome": "^4.2.0",
    "jquery": "^3.2.1",
    "moment": "^2.22.2",
    "neo4j-driver": "^4.4.10",
    "qtip2": "^2.2.0",
    "tempusdominus-bootstrap-4": "^5.0.1"
  }
shu-tom commented 10 months ago

Thank you for your enhansment request. I understand the need for your request and will be ready.