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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dapr — Driver Attack Platform for Linux | Kitploit
工具/GitHubGitHub/nccgroup/dapr
Android SecurityEmbedded Systems SecurityExploit FrameworksVulnerability AnalysisDynamic Code Analysis (DAST)DebuggersFuzzingBinary Exploitation
GitHubnccgroup/dapr

dapr

Driver Attack Platform for Linux

查看仓库
1883年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

driver-attack-platform

背景:https://github.com/nccgroup/dapr/wiki

前提条件

  • 相对较新版本的 nodejs(已在 v11.4.0 版本上测试)
  • 如果目标是 Linux 桌面,并且使用 NVM 管理 nodejs 安装,请运行以下命令以允许以 root 身份运行 node。
    • https://stackoverflow.com/a/29903645
  • 如果目标是 Android 设备,请安装 ADB。设备上必须存在 su,或者 ADB 必须以 root 身份运行。

安装

root@kitploit:~
cd server
npm install
npm run build

用法

显示帮助菜单

root@kitploit:~
npm run dap -- -h

附加到进程

root@kitploit:~
sudo npm run dap -- Xorg
sudo npm run dap -- -n 1088

附加到 Android 设备上的进程

root@kitploit:~
npm run dap -- -A mediaserver
npm run dap -- -A -n 31337

如果不使用客户端 UI,可以使用 wscat 查看原始事件:

root@kitploit:~
wscat -c ws://localhost:8888/event-stream
下载工具