|
1 |
| -# Place Holder |
| 1 | +## Using meterpreter: |
| 2 | +#### Meterpreter shell useful commands for android post-exploitation |
| 3 | +| Commands | Functionality | |
| 4 | +|:--------------- |:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 5 | +| `webcam_chat` | This module allows streaming a webcam from a privileged Firefox Javascript shell. | |
| 6 | +| `webcam_list` | The ‘webcam_list‘ command when run from the Meterpreter shell, will display currently available web cams on the target host. | |
| 7 | +| `webcam_snap` | The ‘webcam_snap’ command grabs a picture from a connected web cam on the target system, and saves it to disc as a JPEG image. By default, the save location is the local current working directory with a randomized filename. | |
| 8 | +| `webcam_stream` | The webcam_stream command basically uses the webcam_snap command repeatedly to create the streaming effect. There is no sound. | |
| 9 | +| `dump_calllog` | The dump_calllog command retrieves the call log from the Android device. | |
| 10 | +| `dump_contacts` | The dump_contacts command allows you to retrieve contacts information form the android device. | |
| 11 | +| `dump_sms` | The dump_sms command allows you to retrieve SMS messages. And save them as a text file. | |
| 12 | +| `geolocate` | The geolocate commands allows you to locate the phone by retrieving the current lat-long using geolocation. | |
| 13 | +| `check_root` | The check_root command detects whether your payload is running as root or not. | |
| 14 | +| `upload` | The upload command allows you to upload a file to the remote target. The -r option allows you to do so recursively. | |
| 15 | +| `download` | The download command allows you to download a file from the remote target. The -r option allows you to do so recursively. | |
| 16 | +| `shell` | The shell command allows you to interact with a shell. | |
| 17 | +| `sysinfo` | The sysinfo command shows you basic information about the Android device. | |
| 18 | +| `record_mic` | The record_mic command records audio. Good for listening to a phone conversation, as well as other uses. | |
| 19 | +| `send_sms` | The send_sms command allows you to send an SMS message. Keep in mind the phone will keep a copy of it, too. | |
2 | 20 |
|
3 |
| -Content coming. Feel free to submit ;-) |
| 21 | +#### Way to change password of services. |
| 22 | +You can recover password for some services (like gmail, twitter and facebook) by receiving SMS message. |
| 23 | +First, click "forgot password" and select SMS options. Then use the command `dump_sms` and you will have |
| 24 | +verification code. Insert the code and change the password. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +## Other post-exploitation tools |
| 29 | +- Pupy: https://github.com/n1nj4sec/pupy |
| 30 | +- TheFatRat: https://github.com/Screetsec/TheFatRat |
| 31 | + |
| 32 | + |
| 33 | +# Refernce: |
| 34 | +### android shell command: |
| 35 | +- https://github.com/jackpal/Android-Terminal-Emulator/wiki/Android-Shell-Command-Reference |
| 36 | +- https://docs.google.com/document/d/1XaCCyAf46_gQYUIWHyRSCQue6d-TzJmKOZ1z1cpl1sI/edit |
| 37 | +- https://android.stackexchange.com/questions/11052/what-useful-android-shell-commands-do-you-know |
| 38 | +- https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/payload/android/meterpreter/reverse_tcp.md |
| 39 | +- https://null-byte.wonderhowto.com/how-to/hack-android-using-kali-remotely-0160161/ |
| 40 | +- http://ddosdipdye.weebly.com/blog/big-android-hacking-article |
| 41 | +- http://www.hackingarticles.in/hack-call-logs-sms-camera-remote-android-phone-using-metasploit/ |
| 42 | +- https://android.stackexchange.com/questions/60906/terminal-on-real-android-device-from-pc |
| 43 | +- https://github.com/n1nj4sec/pupy |
0 commit comments