MCPcopy Create free account
hub / github.com/BruceDevices/firmware / executeHIDInjection

Method executeHIDInjection

src/modules/ble/BLE_Suite.cpp:921–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921bool HIDExploitEngine::executeHIDInjection(NimBLEAddress target, const String &duckyScript) {
922 HIDDuckyService duckyService;
923 return duckyService.forceInjectDuckyScript(target, duckyScript, "", 0);
924}
925
926bool HIDExploitEngine::testHIDVulnerability(NimBLEAddress target) {
927 String connectionMethod = "";

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected