Skip to content

Instantly share code, notes, and snippets.

Simplest way to try/demo, without doing NVT updates or anything like that:

  • Run atomicorp's docker image
    docker run -d \
               -p 443:443 \
               --name openvas \
               atomicorp/openvas
@jlabusch
jlabusch / keen.js.patch
Created July 22, 2017 22:52
Patching keen/dashboards.git to use local service.
--- assets/lib/keen-js/dist/keen.js 2017-07-22 23:50:23.942057361 +0100
+++ assets/lib/keen-js/dist/keen.js 2017-07-21 23:27:18.848062732 +0100
@@ -2182,7 +2182,7 @@
this.trigger('error', 'Client is missing projectId property');
return;
}
- return "http://localhost:8004" + path;
+ return this.config.protocol + '://' + this.config.host + '/projects/' + this.projectId() + path;
};
Keen.log = function(message) {

Keybase proof

I hereby claim:

  • I am jlabusch on github.
  • I am jlabusch (https://keybase.io/jlabusch) on keybase.
  • I have a public key whose fingerprint is B97B 66DE D472 7F44 6092 F7AD 7FE3 AA53 F103 3C21

To claim this, I am signing this object: