Androrat is an open source RAT (Remote Administration Tool) for Android. It is a client-server application developed in Java (Java Android for the client and Java / Swing for the server) by a team of four university developers in just one month. Therefore it is almost a proof of concept, although it is quite functional since in its first versions it can:
- Get the contacts (and all the information from them)
- Get call records
- Get all messages
- GPS / Network location
- Monitor received messages in real time
- Monitor the status of the phone in real time (received call, sent call, missed call ..)
- Take a picture from the camera
- Get the sound of the microphone (or other sources ..)
- Get streaming video (only for activity-based clients)
- Send a text message
- Call any Number
- Open a URL in the default browser
- Make the phone vibrate
The Android application runs as a service (not an activity) that starts during startup. Therefore, the user does not have to interact with the service (although there is a debugging activity that allows configuring the IP address and the connection port).
The connection to the server can be triggered by an SMS or a call (configurable).
The connection to the server can be triggered by an SMS or a call (configurable).
No comments:
Post a Comment