diff --git a/scripts/scanner/modules/basic/tachyon-discovery.js b/scripts/scanner/modules/basic/tachyon-discovery.js new file mode 100644 index 00000000..1d164c42 --- /dev/null +++ b/scripts/scanner/modules/basic/tachyon-discovery.js @@ -0,0 +1,244 @@ +var module = { + name: "Tachyon Web Discovery checks", + category: "basic" +}; + +function run(ctx) { + var ps = ctx.pathState; + if (ps.isParametric()) { + return; // nothing to do! + } + for(var i=0; i