首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >hcxdumptool问题

hcxdumptool问题
EN

Ask Ubuntu用户
提问于 2020-01-24 16:26:15
回答 1查看 980关注 0票数 -2
代码语言:javascript
复制
hcxdumptool -o capture.pcapng -i 5ce0c53ef9c7 --enable_status=1 --filterlist_client=filter.txt --filtermode=2


initialization...

failed to backup current interface flags, ioctl(SIOCGIFFLAGS) not supported by driver: No such device

failed to init socket
hcxdumptool need full and exclusive access to the adapter
as well as write permission for the dumpfile
that is not the case
try to use ip link to bring interface down/up
and iw to set monitor mode

terminating...
failed to get interface information: No such device
failed to set interface down: No such device
failed to restore old SIOCSIWMODE: No such device
failed to restore old SIOCSIFFLAGS and to bring interface up: No such device
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-01-24 17:36:19

阅读错误信息!"hcxdumptool need full and exclusive access to the adapter as well as write permission for the dumpfile that is not the case“。

这是一个系统级别的请求,因此必须通过root通过sudo完成。

代码语言:javascript
复制
sudo hcxdumptool -o capture.pcapng -i 5ce0c53ef9c7 --enable_status=1 --filterlist_client=filter.txt --filtermode=2
票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1205455

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档