karma9874 / AndroRAT

A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
MIT License
2.99k stars 978 forks source link

Record Audio error #257

Closed Twistee closed 1 year ago

Twistee commented 1 year ago

Hey. I can use every command besides the startAudio one. Everytime i choose this option i get following error: File "/Users/XXXX/AndroRAT/androRAT.py", line 62, in get_shell(args.ip,args.port) File "/Users/XXX/AndroRAT/utils.py", line 342, in get_shell conn.send(message_to_send.encode("UTF-8")) BrokenPipeError: [Errno 32] Broken pipe (The Program also crashes on the infected phone) I hope yall can help me :)

Twistee commented 1 year ago

@karma9874 Can u help?