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】WebFuzzer跟随重定向问题 #1782

Closed
lazy-forever opened this issue Jul 3, 2024 · 2 comments
Closed

【BUG】WebFuzzer跟随重定向问题 #1782

lazy-forever opened this issue Jul 3, 2024 · 2 comments

Comments

@lazy-forever
Copy link

貌似遇到了一个WebFuzzer的BUG

访问 A.com/a ->302(Location: /e) 跟随重定向到A.com/e
此时的A.com/e返回值->302(Location: https://b.com/bbb) 继续跟随重定向到b.com/bbb
此时的b.com/bbb返回值->302(Location: /login)

此时正常应该跟随重定向到b.com/login 查看详情却发现跟随到了A.com/login

@Vernon818
Copy link
Collaborator

感谢师傅反馈,修复后会在这里告知~

@WAY29
Copy link
Collaborator

WAY29 commented Jul 16, 2024

已经在最新版本中修复

@WAY29 WAY29 closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants