Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dapr — Driver Attack Platform for Linux | Kitploit
Tools/GitHubGitHub/nccgroup/dapr
Android SecurityEmbedded Systems SecurityExploit FrameworksVulnerability AnalysisDynamic Code Analysis (DAST)DebuggersFuzzingBinary Exploitation
GitHubnccgroup/dapr

dapr

Driver Attack Platform for Linux

View Repository
18866 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

driver-attack-platform

Background: https://github.com/nccgroup/dapr/wiki

prerequisites

  • A relatively recent verison of nodejs (tested with version v11.4.0)
  • If targeting a linux desktop and using NVM to manage nodejs install, run these commands to allow running node as root.
    • https://stackoverflow.com/a/29903645
  • If targeting an Android device, have ADB installed. su must be on the device or ADB must run as root.

setup

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

usage

Show help menu

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

Attach to process

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

Attach to process on Android device

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

If not using the client UI, you can use wscat to view raw events:

root@kitploit:~
wscat -c ws://localhost:8888/event-stream
Download Tool