Playstore decided to remove it (Google is the person to blame). The sources are still available here and you can still find latest APK on https://apkpure.com/whid-mobile-connector/whid.usb.injector
WHID Mobile Connector is designed to be a user-friendly mobile app allowing you to easily control your WHID gadget(s). Please, refer to WHID if you want more information about HID attacks and/or the concept behind this "USB-key".
Official link for the WHID Mobile Connector on the Play store is here https://play.google.com/store/apps/details?id=whid.usb.injector.
The WHID Mobile Connector is an ionic mobile app (aka Hybrid application) - (~ should work on any devices) So far, only Android builds are released. Fresh builds can be retrieved here: https://github.com/whid-injector/WHID The UI is Angular-based and "native" functions are done using Cordova framework, seamlessly for the end-users.
Sure. Few steps to make the magic happen:
- First, install node and npm (depends on your OS)
For Mac users, brew
will make it:
brew install node
- Then, install
npm
:
brew install npm
Finally, install ionic
:
npm install -g ionic
- Clone the repo using Git:
git clone https://github.com/whid-injector/WHID-Mobile-Connector/
- Go in the folder
cd WHID-Mobile-Connector
- Add Android platform to the project
ionic cordova platform add android
Then, you're ready to build a resulting APK that can be deployed wherever you want.
ionic cordova build android
If everything goes well, APK should be at:
/path/to/my/folder/platforms/android/app/build/outputs/apk/debug/app-debug.apk
If you're still reading until here, you rock! We're also eager to receive/get/integrate your contributions! :)
Code has been released under GPLv3. If you want to contribute, feel free to:
- Fork/clone the repo
- Apply your changes
- Open a pull-request.
Other than that, we also accept filing issues but give as many details as you can (!), this helps us a lot for troubleshooting issues.