redkit75
redkit75
No matter what filter is used, too many identical URL and body requests are being sent. Also, it's ridiculous that it's sending 40-50 requests to the URL of some .js...
Can you add OpenAPI support to the CrawlerGo? It would be great if it would parse the links from the json and yaml file.
### Describe the bug wget https://github.com/zaproxy/zaproxy/releases/download/v2.14.0/ZAP_2.14.0_Linux.tar.gz sudo apt update sudo apt install default-jdk tar -xzvf ZAP_2.14.0_Linux.tar.gz sudo ./zap.sh -daemon -port 8090 -host 0.0.0.0 -config network.localServers.mainProxy.behindNat=true [ZAP-daemon] INFO org.zaproxy.addon.network.ExtensionNetwork - ZAP...
### How are you running AnythingLLM? Local development ### What happened? I installed the application on Ubuntu. It's not possible to upload files. It gives the following error, and I...
Will PHP support be added as well? More than 20% of today's websites are built with PHP.
Hello, On the Import Config page, when I select the Chunker option as Code, I choose either the Python or PHP option. Then, I select a file with the .py...
你好, 有时由于 CSRF 保护机制,相同 URL 的相同请求会失败。 可以添加类似于 Charles Proxy 中的 Breakpoints 或 BurpSuite 中的 Intercept 这样的功能吗?如果在开启状态时能够编辑请求,那将是一个非常棒的功能。
### Describe the bug: While scanning for SSRF vulnerabilities using OWASP ZAP, I encountered an issue where detected vulnerabilities appear in the Alerts section, but are not reflected in the...
描述: 使用 Chrome 访问 Whistle 的 Web 界面 http://127.0.0.1:8899/#network 时,所有网络请求都能如预期般显示。然而,当在新标签页或不同浏览器(例如 Firefox、Safari)中打开相同的 URL 时,之前捕获的请求不会出现。只有在打开新标签页或浏览器后进行的新请求才会可见。看起来网络数据没有被持久化,并且每个 WebSocket 连接的数据是独立的。 重现步骤: 在 Chrome 中打开 http://127.0.0.1:8899/#network 并进行一些网络活动。 在 Chrome 中打开一个新标签页并导航到 http://127.0.0.1:8899/#network —— 之前捕获的请求不可见。 在另一个浏览器(例如 Firefox、Safari)中打开相同的 URL...
Hello, I have a scenario where I need to create and send AJAX requests purely through JavaScript, without relying on HTML form elements or user input from the page. My...