# Mining flow detection **Repository Path**: seu-ssl/mining-flow-detection ## Basic Information - **Project Name**: Mining flow detection - **Description**: 挖矿流量检测系统——利用机器学习模型,对捕获流量集进行挖矿流量检测及分类 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2023-03-24 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # For Help ``` python detection.py [pcapfile] [inputFolder] [outputFolder] ''' The "pcapfile" is the name of the pcap file. The "inputFolder" is the path of your pcap file. The "outputFolder" is the path of the output file you want. ''' ``` # Example ``` python detection.py testcollection.pcap C:/Users/12926/Desktop/testcollection.pcap C:/Users/12926/Desktop ```