11 2021 档案
tshark -e 后可以接的特征数据名
摘要:可以将pcap转换成json文件,打开后可以直接看到这些特征名 tshark -r xxx.pcap -T json > xxx.json 阅读全文
posted @ 2021-11-27 16:51 曹婷婷 阅读(238) 评论(0) 推荐(0)
ubuntu安装pycharm
摘要:安装社区版本: sudo snap install pycharm-community --classic 安装专业版 sudo snap install pycharm-professional --classic 阅读全文
posted @ 2021-11-09 11:49 曹婷婷 阅读(209) 评论(0) 推荐(0)
botnet-detection-gnn 环境配置记录
摘要:代码链接:https://github.com/harvardnlp/botnet-detection 环境配置: python 3.7 torch 1.2 torchvision==0.4.0 torch-scatter == 1.3.1 torch-cluster == 1.4.4 torch- 阅读全文
posted @ 2021-11-07 15:32 曹婷婷 阅读(122) 评论(0) 推荐(0)