Skip to content

Commit

Permalink
Merge pull request #20 from CyberRoute/bar
Browse files Browse the repository at this point in the history
fixing issue with progress bar reset
  • Loading branch information
CyberRoute authored Aug 21, 2023
2 parents c8d1f39 + 5016efc commit 83ae7b5
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 6 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
2 changes: 1 addition & 1 deletion templates/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2><i class="fas fa-network-wired"></i> Network Information</h2>
<div class="card bg-dark text-light mb-4">
<div class="card-body">
<div class="card-header bg-success">
<h5><i class="bi bi-search"></i> Directory Fuzzing in Progress (<span id="data">{{index .StringMap
<h5><i class="bi bi-search"></i> Directory Fuzzing (<span id="data">{{index .StringMap
"domain"}}.json: 0 bytes</span>)</h5>
</div>
<div class="progress" style="height: 20px;">
Expand Down

0 comments on commit 83ae7b5

Please sign in to comment.