Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Progress bar not incremented correctly when using -x #93

Closed
epi052 opened this issue Oct 24, 2020 · 0 comments · Fixed by #94
Closed

[BUG] Progress bar not incremented correctly when using -x #93

epi052 opened this issue Oct 24, 2020 · 0 comments · Fixed by #94
Labels
bug Something isn't working

Comments

@epi052
Copy link
Owner

epi052 commented Oct 24, 2020

Describe the bug
When -x is used, the scanner only increments the counter when a 'base' request is made. It exits shortly after the number of requests reach roughly the length of the wordlist. This indicates that requests generated from extensions aren't incrementing the progress bar as expected.

To Reproduce
Steps to reproduce the behavior:

  1. feroxbuster -u SOMEURL -x php

Take note of the # of words in the wordlist and the # of requests sent. Expect exit shortly after requests reach # of words.

Expected behavior
All requests should increment progress the bar, not only the base requests.

Environment (please complete the following information):

  • feroxbuster version: 1.0.0 - 1.1.1
  • OS:
    • kali 2020.2
    • ubuntu 20.04
@epi052 epi052 added the bug Something isn't working label Oct 24, 2020
@epi052 epi052 changed the title [BUG] Scan exits earlier than expected when using -x [BUG] Progress bar not incremented correctly when using -x Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant