Giter VIP home page Giter VIP logo

Comments (4)

han0x7300 avatar han0x7300 commented on September 14, 2024

还有,可以增加 “非”关键字过滤,也就是响应中出现某个关键字就过滤掉,不显示。
比如某接口直接请求会响应:
{"status": -3, "message": "\u83b7\u53d6\u6570\u636e\u5931\u8d25"}
那我就想通过\u83b7\u53d6\u6570\u636e\u5931\u8d25 过滤掉一大批接口。
这个功能可以在html上实现,也可以在参数上加,建议在html上实现。

from packer-fuzzer.

yanghaoi avatar yanghaoi commented on September 14, 2024

html可以把相同的响应列出来。需要鉴权的响应内容其实都一样,根据返回长度排序,很快能分析出真正有未授权的接口。

from packer-fuzzer.

rtcatc avatar rtcatc commented on September 14, 2024

html可以把相同的响应列出来。需要鉴权的响应内容其实都一样,根据返回长度排序,很快能分析出真正有未授权的接口。

此功能已经实现:3b86f52

from packer-fuzzer.

rtcatc avatar rtcatc commented on September 14, 2024

1:HTTP状态码过滤,如500,401,403等。
3:增加可选的授权参数,如--token/--cookie,对比授权和未授权请求某API的返回内容进行过滤。

1和3两个功能已经存在,可见说明文档,感谢您的支持!我们会持续优化

from packer-fuzzer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.