Recent content by struskin1

  1. S

    Backdoor - Reverse TCP Connection with Bash From Java Android Apk

    Okay thank you, i will check it and answer. But i'm testing it in the same android device, just with termux i can execute that script and it works, That's why i know that is not the dispositive, is the app or the code
  2. S

    Backdoor - Reverse TCP Connection with Bash From Java Android Apk

    Hey, but that's scripts are working in termux from android (same device i test the apk), so how can it works if /dev/tcp doesn't exists? Termux and this apk have the same permissions accepted (Only file permissions, and internet but that the user doesn't have to accept) It's possible to make a...
  3. S

    Backdoor - Reverse TCP Connection From Android Apk / Java - Bash Script

    Hello guys, I rarely post in a forum, but this time I am forced to do it... the problem is weird... I am developing an app for android and now I need to make a reverse tcp connection through a bash or sh code, or otherwise, execute a bash script saved in some .sh file in file system. The...
  4. S

    Backdoor - Reverse TCP Connection with Bash From Java Android Apk

    Hello guys, I rarely post in a forum, but this time I am forced to do it... the problem is weird... I am developing an app for android and now I need to make a reverse tcp connection through a bash or sh code, or otherwise, execute a bash script saved in some .sh file in file system. The...
Back
Top