From 8cf2a1a5510012ae9195685f4f3ff156c27c8bdb Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Tue, 21 Nov 2023 13:53:51 +0100 Subject: [PATCH] adding links on the fuzzer results --- static/js/fetchurls.js | 2 +- templates/home.page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/fetchurls.js b/static/js/fetchurls.js index 02d570c..107538e 100755 --- a/static/js/fetchurls.js +++ b/static/js/fetchurls.js @@ -17,7 +17,7 @@ function fetchUrls() { speedElement.innerText = url.data; bar.innerText = url.progress.toFixed(0) + "%"; // format the percentage to one decimal place if (url.status === 200) { // only display 200 status codes in green - container.innerHTML += `

${url.id} ${url.path} - http code: ${url.status} progress: ${url.progress} ${url.data}

`; + container.innerHTML += `

${url.id} ${url.path} - http code: ${url.status} progress: ${url.progress} ${url.data}

`; } }); } else { diff --git a/templates/home.page.html b/templates/home.page.html index b4f65a9..30fefc4 100644 --- a/templates/home.page.html +++ b/templates/home.page.html @@ -64,7 +64,7 @@
Directory Fuzzing ({{index .Str style="width: 0%; background-color: #3c3b36; border: 1px solid #ac0c0c;">
- +

Loading data...