Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
raspberrypi-setup — 用于快速树莓派设置的Ansible剧本,包含用于无线安全测试、RFID/NFC工具、SDR、Docker、Tor代理和标准系统配置的模块化角色。 | Kitploit
工具/GitHubGitHub/atao/raspberrypi-setup
通用工具RFID/NFC工具脚本与自动化无线安全硬件与物联网安全
GitHubatao/raspberrypi-setup

raspberrypi-setup

用于快速树莓派设置的Ansible剧本,包含用于无线安全测试、RFID/NFC工具、SDR、Docker、Tor代理和标准系统配置的模块化角色。

查看仓库
53214小时46分前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

Raspberry Pi 设置

YAML Lint

此 Ansible 剧本旨在快速配置您的 Raspberry Pi。

它兼容所有型号。已在多种型号上成功测试,包括 Pi Zero W、Pi Zero 2W 和 Pi 4B 等。该剧本在 Debian 及基于 Debian 的发行版上应能良好运行。

角色

通过使用标签选择要安装的组件。每个标签安装特定的软件包和配置:

角色安装:

标签描述备注
standard、std核心安装与配置标准软件包、bashrc、vimrc
ap当未插入以太网线时启动热点适用于移动场景以访问工具。→ AP 配置文件(通过 ssh [email protected] 访问)
display使用 LCD-show 配置显示器需要修改 此文件 以配置正确的显示器。
dockerDocker 安装容器运行时环境
jackit安装 jackit针对 Mousejack 的利用代码
multitor安装带有多个 TOR 实例并实现负载均衡的代理(trimstray/multitor)已知问题
torTor 安装参见 README
rfidRFID 工具安装工具(libnfc、mfoc、mfcuk)以及来自 MifareClassicTool 的密钥 → 参见 备注

容器安装:

独立设置

直接从 Pi 进行设置,运行以下命令: 运行命令前,您必须使用 Raspberry Pi Imager 设置好 Pi。

接下来运行命令:

root@kitploit:~
curl -s https://raw.githubusercontent.com/atao/raspberrypi-setup/main/install.sh | bash -s -- all

Ansible

要设置,请运行以下命令:

root@kitploit:~
git clone https://github.com/atao/raspberrypi-setup.git
cd raspberrypi-setup
sudo ansible-playbook playbook.yml -i hosts --tags all -K

列出剧本任务:

root@kitploit:~
sudo ansible-playbook playbook.yml -i hosts --list-tasks

示例

仅安装部分标签:

root@kitploit:~
curl -s https://raw.githubusercontent.com/atao/raspberrypi-setup/main/install.sh | bash -s -- standard,proxy,rfid,docker,web,jd2

调试

Yaml 检查

root@kitploit:~
yamllint playbook.yml roles/

语法检查:

root@kitploit:~
--syntax-check

--

灵感源自 geerlingguy / mac-dev-playbook 和 nico2che / mac-setup

下载工具
sdrSDR 工具安装rtl_433、rtl_sdr
webNginx 和 Certbot 安装
wifiWiFi 和 GPS 工具安装无线安全测试与战争驾驶
标签描述备注
jd2JDownloader 2 的 Docker 容器 jlesage/jdownloader-2参见 配置技巧
portainerPortainer CE - 一款轻量级的容器化应用服务交付平台 portainer/portainer-ce容器管理器
proxy轮换 Tor HTTP 代理容器提供一个 HTTP 代理端点,具有多个并发隧道连接到 Tor 网络。