gpt4 book ai didi

rest - tshark 数据包捕获过滤器按请求 url

转载 作者:行者123 更新时间:2023-12-04 12:18:48 26 4
gpt4 key购买 nike

我试图只捕获包含对某个 API 端点的请求的数据包,因此尝试使用以下内容进行过滤:

 tshark -i 2 -f 'port 80' -T pdml http.request.uri contains "/google/"

但是我不断收到以下错误:
tshark: A capture filter was specified both with "-f" and with additional 
command-line arguments.

尝试删除 -f,但这也无济于事。有什么建议?

例如网址: https://testAPI.com/termsearch/google/application

最佳答案

您的 tshark 命令不正确。要指定 Wireshark 显示过滤器,您需要使用 -Y选项。

视窗:

tshark -i 2 -T pdml -Y "http.request.uri contains \"/google/\""

*尼克斯:
tshark -i 2 -T pdml -Y 'http.request.uri contains "/google/"'

关于rest - tshark 数据包捕获过滤器按请求 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39840230/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com