machinateur / android-chrome-tab-transfer

A tool to transfer google chrome tabs from your android phone to your computer using `adb`.
MIT License
90 stars 10 forks source link

Investigate adb WiFi Capabilities #15

Open machinateur opened 1 year ago

machinateur commented 1 year ago

On Android, the remote debugging capabilities could significantly reduce friction (cable connection) for downloading tabs.

On the other hand this could expose the device to malicious access, especially in non-private networks or later, when not disabling the debugging properly.

See the adb docs for more details.

Ideally this would also work with the iOS support in #13 as well, but that also remains to be determined.