Skip to content

Commit

Permalink
fixing issue with progress bar reset, adding short version of paths d…
Browse files Browse the repository at this point in the history
…b for testing
  • Loading branch information
CyberRoute committed Aug 21, 2023
1 parent c8d1f39 commit 3d6914d
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 5 deletions.
157 changes: 157 additions & 0 deletions db/dict_short.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions static/js/fetchurls.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ function fetchUrls() {
container.innerHTML += `<p>${url.id} ${url.path} - <span style="color: green;"> http code: ${url.status} progress: ${url.progress} ${url.data}</span></p>`;
}
});

// Update header if progress bar is at 100%
if (bar.style.width === "100%") {
cardHeader.innerHTML = '<h5><i class="bi bi-search"></i> Directory Fuzzing Completed</h5>';
}
} else {
console.error("Error fetching data");
}
Expand Down

0 comments on commit 3d6914d

Please sign in to comment.