
Driver Attack Platform for Linux
Background: https://github.com/nccgroup/dapr/wiki
su must be on the device
or ADB must run as root.cd server
npm install
npm run build
Show help menu
npm run dap -- -h
Attach to process
sudo npm run dap -- Xorg
sudo npm run dap -- -n 1088
Attach to process on Android device
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:
wscat -c ws://localhost:8888/event-stream