Code Monkey home page Code Monkey logo

Comments (3)

x364e3ab6 avatar x364e3ab6 commented on May 18, 2024

有的啊,你随便在里面访问一个有post的网页都能看到是有“包体”的。
不过从你的内容看,你测试上传漏洞的这个应该是还没公开的上传漏洞吧(.NET的公开了),包体里面存在多个"\r\n\r\n",会导致包体解析出现问题(这个我特么昨天才发现),明天我发布个1.0.0.2版本的你说的这个问题已经修复好了

from dudesuite.

plusgua avatar plusgua commented on May 18, 2024

大佬,我又来了,我下载了你的最新版,那个旧的问题还是没有修复。。就是上传文件的文件没有,但是post的其他数据的确是有的,所以我猜还需要修复下。

from dudesuite.

x364e3ab6 avatar x364e3ab6 commented on May 18, 2024

我认真的复现你的问题,发现在上传文件这块真的会出现无法获取Request Payload,程序本来采用的是WebResourceResponseReceived的方式来获取发送接收的数据,一开始我感觉可能是代码写法太Low不大高级,后来调用了DevTools的GetDevToolsProtocolEventReceiver...发现结果一致。实在没办法使用EDGE和Chrome浏览器进行F12调试发现基于Chrome内核的都回出现一个一致的问题:multipart/form-data 表单上传的都看不到Request Payload... 最后查阅了一些相关资料,大致的结论是... "Chrome 开发者工具不显示数据,因为开发者出于性能原因选择不显示,并承认这是当前设计的限制。",所以··· 这个问题我尽量看有没有其他办法解决,毕竟目前来看是Chrome内核限制了,我再研究研究。

from dudesuite.

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.