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

Fuzzing terminate due to unknow stack trace error #60

Closed
Sicks3c opened this issue Oct 6, 2020 · 4 comments
Closed

Fuzzing terminate due to unknow stack trace error #60

Sicks3c opened this issue Oct 6, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@Sicks3c
Copy link

Sicks3c commented Oct 6, 2020

Describe the bug
Hello
Thank you for the awesome tool

I've been encountering this issue when fuzzing a url it abort the fuzzing and throw so unknow errors
To Reproduce
Steps to reproduce the behavior:

  1. Downloaded the latest relases
  2. Made an alias for automation looks like this
fastfuzz> # Defined in /root/.config/fish/functions/fastfuzz.fish @ line 1
          function fastfuzz
              feroxbuster --url $argv -w /opt/SecLists/Discovery/Web-Content/dic.txt -d 3 -x html,aspx,php,asp,log
          end

Works in fish
3. I run fastfuzz

Expected behavior
Bruteforce recursively and print out results

Traceback / Error Output

[>-------------------] - 8m     44744/1018686 85/s    http://95.163.33.203/
thread 'tokio-runtime-worker' panicked at 'Already joining!', /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/indicatif-0.15.0/src/progress.rs:1035:13
stack backtrace:
   0:           0x679af8 - <unknown>
   1:           0x48d8ec - <unknown>
   2:           0x6791a6 - <unknown>
   3:           0x678baa - <unknown>
   4:           0x678431 - <unknown>
   5:           0x533e94 - <unknown>
   6:           0x53fbca - <unknown>
   7:           0x4e8dea - <unknown>
   8:           0x68d290 - <unknown>
   9:           0x68d025 - <unknown>
  10:           0x6873c5 - <unknown>
fish: Job 1, 'feroxbuster --url $argv -w /opt…' terminated by signal SIGABRT (Abort)

Environment (please complete the following information):

  • feroxbuster version: 1.0.0
  • OS [WSL 1]
@Sicks3c Sicks3c added the bug Something isn't working label Oct 6, 2020
@epi052
Copy link
Owner

epi052 commented Oct 6, 2020

Good morning!

Thank you for filing this bug report. I pushed an update to address this problem yesterday. Can you try the same scan with feroxbuster version 1.0.1?

You can check the version by running:

./feroxbuster -V
feroxbuster 1.0.1

I strongly suspect you're using version 1.0.0. Can you please confirm?

@Sicks3c
Copy link
Author

Sicks3c commented Oct 6, 2020

Hello @epi052

Thank you for your fast reply
Yes Indeed I'm using 1.0.0
I'm currently running some fuzzing will see if the same occurs or it fix

I'll update you in an hour

Regards

@Sicks3c
Copy link
Author

Sicks3c commented Oct 6, 2020

Looks like the issue is fixed @epi052

I just have a small question
Is there any way to not show the timeout URLs ?

quiet

The quiet will suppress the status and everything ...

Regards

@epi052
Copy link
Owner

epi052 commented Oct 6, 2020

great! glad to hear that particular issue is resolved.

your screenshot cuts off the right-most information. Are those all timeouts?

If so, we could make them warnings, then you'd only see them when -v is used.

Would you mind opening a new issue for that, if it sounds like an agreeable solution?

I'm closing this issue, since v1.0.1 already addresses the initial problem.

@epi052 epi052 closed this as completed Oct 6, 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

No branches or pull requests

2 participants