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".
WHID Mobile Connector can be download on Nethunter store (Not updated yet, maybe soon) and on APKPURE wich is latest version https://apkpure.com/whid-mobile-connector/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 Windows users :
- Download Lastest NodeJS version here , install :
https://nodejs.org/en/download/
Then, install ionic
:
npm install -g ionic
install sass
:
npm install -g sass
And the last step , install cordova
:
npm install -g cordova
For Mac users, brew
will make it:
brew install node
- Then, install
npm
:
brew install npm
install sass
:
npm install -g sass
install ionic
:
npm install -g ionic
And the last step , install cordova
:
npm install -g cordova
- 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.
You need to install Graddle if not already
https://gradle.org/install/
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.