ViRb3 / magisk-frida

🔐 Run frida-server on boot with Magisk, always up-to-date
956 stars 129 forks source link

Enable listening on all interfaces to eliminate the need of ADB connection #47

Closed yechielw closed 8 months ago

yechielw commented 8 months ago

added argument for listening on all interfaces (-l 0.0.0.0)

ViRb3 commented 8 months ago

This sounds very unsafe, given that anybody on your network can connect and instrument your entire device. Unless I'm missing something?

yechielw commented 8 months ago

I just assumed that phones used for testing usual have nothing of interest, but I guess you are right, and it is not such a good idea to listen on all interfaces by default. maybe we can find a way to have a toggle to enable all interfaces or something like that