openstf / STFService.apk

Monitor and perform various actions on your Android device. Not meant for actual user devices.
Other
242 stars 207 forks source link

An error i found in readme.md #11

Closed larryzhuo closed 7 years ago

larryzhuo commented 7 years ago

I try to connect Agent like this accord readme.md

     adb forward tcp:1090 tcp:1090
     nc localhost 1090

but there are not any binary output.

the i read the code, and try those cmd

     adb forward tcp:1090 localabstract:stfagent
     nc localhost 1090

then i can get those output in terminal

     Listening on @stfagent
     InputClient started
     InputClient closing

am i right?

sorccu commented 7 years ago

You are correct, this changed some time ago. On Tue, Feb 28, 2017 at 19:20 larry zhuo notifications@github.com wrote:

I try to connect Agent like this accord readme.md

 adb forward tcp:1090 tcp:1090
 nc localhost 1090

but there are not any binary output.

the i read the code, and try those cmd

 adb forward tcp:1090 localabstract:stfagent
 nc localhost 1090

then i can get those output in terminal

 Listening on @stfagent
 InputClient started
 InputClient closing

am i right?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openstf/STFService.apk/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_XBnWBCvIVMDhm1klkqCVueHxNmHks5rg_T_gaJpZM4MONmm .

sorccu commented 7 years ago

Should be up to date now!