文件名称:airspy:AirSpy-基于Frida的工具,用于从服务器的角度探索和跟踪在imacOS上的Apple AirDrop协议实施的演变。 在BH USA 2019培训期间发布https
文件大小:59KB
文件格式:ZIP
更新时间:2024-05-26 12:50:39
ios dynamic-analysis frida airdrop TypeScript
空气间谍 从服务器的角度探讨i / macOS上Apple的AirDrop协议实现的工具。 转储请求和响应以及处理每个请求的代码的线性代码覆盖率跟踪。 建造 $ git clone https://github.com/nowsecure/airspy.git $ cd airspy/ $ npm install 跑步 监视实现: # On a local macOS system: $ node dist/bin/airspy.js # Or on a USB-connected iOS device: $ node dist/bin/airspy.js -U 然后在附近的i / macOS设备上弹出打开AirDrop UI。 这应该导致捕获数据并将其写入out/$serial/events.log ,其中$serial是从零开始的数字,每次运行都会递增。 每个请求/响应也被写到单
【文件预览】:
airspy-master
----bin()
--------airspy.ts(16KB)
----package.json(1KB)
----tslint.json(849B)
----.prettierrc(144B)
----package-lock.json(33KB)
----tsconfig.json(334B)
----tsconfig.release.json(132B)
----LICENSE.md(1KB)
----.gitignore(53B)
----lib()
--------shims.d.ts(85B)
--------agent()
--------operation.ts(1KB)
--------config.ts(422B)
--------index.ts(1KB)
--------application.ts(8KB)
----README.md(3KB)
----.editorconfig(247B)