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

recrusion doesn't add job when using Host header #755

Open
hanzhaodeng opened this issue Nov 12, 2023 · 1 comment
Open

recrusion doesn't add job when using Host header #755

hanzhaodeng opened this issue Nov 12, 2023 · 1 comment
Labels
question Further information is requested

Comments

@hanzhaodeng
Copy link

when doing
ffuf -w ./dir -u http://ip:port/FUZZ -recursion -recursion-depth 1 -H "Host: test.abc.com" when it detects a directory, it doesn't add a job to go deeper.
However when we add the ip test.abc.com in our /etc/hosts file and ran the command
ffuf -w ./dir -u http://test.abc.com:port/FUZZ -recursion -recursion-depth 1
Now it works
I don't think this should be intentional

@hanzhaodeng hanzhaodeng changed the title recrusion doesn't add job when using Host Header recrusion doesn't add job when using Host header Nov 12, 2023
@bsysop
Copy link
Collaborator

bsysop commented Dec 13, 2023

Hi @hanzhaodeng, it looks more like an issue related to the server and not ffuf it self.

Do you have any web that can be used to test it?

@bsysop bsysop added the question Further information is requested label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants