TinyCheck 开源项目教程

TinyCheck 开源项目教程

TinyCheckTinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.项目地址:https://gitcode.com/gh_mirrors/ti/TinyCheck

1. 项目的目录结构及介绍

TinyCheck 项目的目录结构如下:

TinyCheck/
├── assets/
│   ├── css/
│   ├── img/
│   ├── js/
│   └── templates/
├── config/
│   ├── default.yaml
│   └── whitelist.yaml
├── docs/
├── frontend/
├── install.sh
├── LICENSE
├── README.md
├── server.py
└── watch.py
  • assets/: 包含项目的静态资源,如 CSS、图片和 JavaScript 文件,以及 HTML 模板。
  • config/: 包含项目的配置文件,如 default.yamlwhitelist.yaml
  • docs/: 包含项目的文档文件。
  • frontend/: 包含前端相关的文件和代码。
  • install.sh: 项目的安装脚本。
  • LICENSE: 项目的许可证文件。
  • README.md: 项目的介绍和使用说明。
  • server.py: 项目的服务器启动文件。
  • watch.py: 项目的监控启动文件。

2. 项目的启动文件介绍

server.py

server.py 是 TinyCheck 项目的主要启动文件之一,负责启动 Web 服务器。该文件包含了服务器的配置和运行逻辑。

watch.py

watch.py 是 TinyCheck 项目的另一个主要启动文件,负责监控网络流量和检测恶意活动。该文件包含了监控和分析网络流量的逻辑。

3. 项目的配置文件介绍

default.yaml

default.yaml 是 TinyCheck 项目的主要配置文件,包含了项目的默认配置选项,如服务器端口、数据库连接信息等。

whitelist.yaml

whitelist.yaml 是 TinyCheck 项目的白名单配置文件,用于定义允许的网络流量和连接。该文件包含了白名单的详细配置信息。

以上是 TinyCheck 开源项目的目录结构、启动文件和配置文件的介绍。希望这些信息能帮助你更好地理解和使用该项目。

TinyCheckTinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.项目地址:https://gitcode.com/gh_mirrors/ti/TinyCheck

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

余媛奕Lowell

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值