Skip to content

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

@clancyb00m

Description

@clancyb00m

希望可以增加一下允许跳转的判断
最近在看 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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions