From 3d6914dbec72d171f32bb20886bed659d2b202fb Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Mon, 21 Aug 2023 17:42:26 +0200 Subject: [PATCH 1/2] fixing issue with progress bar reset, adding short version of paths db for testing --- db/dict_short.txt | 157 +++++++++++++++++++++++++++++++++++++++++ static/js/fetchurls.js | 5 -- 2 files changed, 157 insertions(+), 5 deletions(-) create mode 100644 db/dict_short.txt diff --git a/db/dict_short.txt b/db/dict_short.txt new file mode 100644 index 0000000..aeb6638 --- /dev/null +++ b/db/dict_short.txt @@ -0,0 +1,157 @@ +/!.gitignore +/!.htaccess +/!.htpasswd +/%2e%2e//google.com +/%2e%2e;/test +/%3f/ +/%C0%AE%C0%AE%C0%AF +/%EXT% +/%EXT%.7z +/%EXT%.backup +/%EXT%.bak +/%EXT%.cgi +/%EXT%.conf +/%EXT%.copy +/%EXT%.gz +/%EXT%.htaccess +/%EXT%.js +/%EXT%.json +/%EXT%.log +/%EXT%.old +/%EXT%.original +/%EXT%.php +/%EXT%.py +/%EXT%.rar +/%EXT%.rb +/%EXT%.sql +/%EXT%.swp +/%EXT%.tar +/%EXT%.tgz +/%EXT%.tmp +/%EXT%.txt +/%EXT%.xml +/%EXT%.zip +/%ff +/+CSCOE+/logon.html +/+CSCOE+/session_password.html +/+CSCOT+/oem +/+CSCOT+/oem-customization?app=AnyConnect&type=oem&platform=..&resource-type=..&name=%2bCSCOE%2b/portal_inc.lua +/+CSCOT+/translation +/+CSCOT+/translation-table?type=mst&textdomain=/%2bCSCOE%2b/portal_inc.lua&default-language&lang=../ +/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd +/..;/ +/.0 +/.7z +/.accdb +/.access +/.ackrc +/.action +/.actionScriptProperties +/.addressbook +/.adm +/.admin +/.admin/ +/.agignore +/.agilekeychain +/.agilekeychain.zip +/.aliases +/.all-contributorsrc +/.analysis_options +/.angular-cli.json +/.ansible/ +/.apdisk +/.AppleDB +/.AppleDesktop +/.AppleDouble +/.apport-ignore.xml +/.appveyor.yml +/.apt_generated/ +/.arcconfig +/.architect +/.arclint +/.arcrc +/.asa +/.ashx +/.asmx +/.asp +/.aspnet/DataProtection-Keys/ +/.aspx +/.atfp_history +/.atom/config.cson +/.atoum.php +/.autotest +/.autotools +/.aws/ +/.aws/config +/.aws/credentials +/.axd +/.axoCover/ +/.azure-pipelines.yml +/.azure/accessTokens.json +/.babel.json +/.babelrc +/.babelrc.cjs +/.babelrc.js +/.backup +/.badarg.log +/.badsegment.log +/.bak +/.bak_0.log +/.bash_aliases +/.bash_history +/.bash_logout +/.bash_profile +/.bash_prompt +/.bashrc +/.binstar.yml +/.bithoundrc +/.blg +/.bluemix/pipeline.yaml +/.bluemix/pipeline.yml +/.bootstraprc +/.boto +/.bower-cache +/.bower-registry +/.bower-tmp +/.bower.json +/.bowerrc +/.brackets.json +/.browserslistrc +/.buckconfig +/.build +/.build/ +/.buildignore +/.buildkite/pipeline.json +/.buildkite/pipeline.yaml +/.buildkite/pipeline.yml +/.buildlog +/.buildpacks +/.buildpath +/.buildpath/ +/.builds +/.bumpversion.cfg +/.bundle +/.bundle/ +/.byebug_history +/.bz2 +/.bzr/ +/.bzr/branch-format +/.bzr/README +/.bzrignore +/.c9/ +/.c9/metadata/environment/.env +/.c9revisions/ +/.cabal-sandbox/ +/.cache +/.cache-main +/.cache/ +/.cane +/.canna +/.capistrano +/.capistrano/ +/.capistrano/metrics +/.capistrano/metrics/ +/.cask +/.catalog +/.cc-ban.txt +/.cc-ban.txt.bak \ No newline at end of file diff --git a/static/js/fetchurls.js b/static/js/fetchurls.js index 3ae0588..e786d1c 100755 --- a/static/js/fetchurls.js +++ b/static/js/fetchurls.js @@ -23,11 +23,6 @@ function fetchUrls() { container.innerHTML += `

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

`; } }); - - // Update header if progress bar is at 100% - if (bar.style.width === "100%") { - cardHeader.innerHTML = '
Directory Fuzzing Completed
'; - } } else { console.error("Error fetching data"); } From 5016efcb97915ff7fa64baa0509abc11eeaa51da Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Mon, 21 Aug 2023 17:43:49 +0200 Subject: [PATCH 2/2] fixing issue with progress bar reset, adding short version of paths db for testing --- templates/home.page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.page.html b/templates/home.page.html index 082826e..b4f65a9 100644 --- a/templates/home.page.html +++ b/templates/home.page.html @@ -55,7 +55,7 @@

Network Information

-
Directory Fuzzing in Progress ({{index .StringMap +
Directory Fuzzing ({{index .StringMap "domain"}}.json: 0 bytes)