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

关于-allow-redirects参数的问题 #10

Open
clancyb00m opened this issue Jul 9, 2021 · 0 comments
Open

关于-allow-redirects参数的问题 #10

clancyb00m opened this issue Jul 9, 2021 · 0 comments

Comments

@clancyb00m
Copy link

希望可以增加一下允许跳转的判断
最近在看 fingerprint.yml 这块的内容,测试指纹识别的时候,有些站识别不到,比如dwr的指纹:response.body.bcontains(b"dwr/engine.js") ,fofa找几个站试了试,有的站在访问后返回状态码200,但是内容里用js跳转,所以导致指纹匹配不上,希望可以做个判断,增加下常见的跳转判断如:

top.location.href="default.html";

window.location.href="login.do?method=login_new";

var redirectUrl = "/login/Login.jsp?logintype=1" ;
    location.href = redirectUrl;
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

1 participant