Run :
adb shell service call isms 9 s16 "com.android.mms" s16 "123456789" s16 "null" s16 "MESSAGEBODY" s16 "null" s16 "null"
The method is :
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |
| " cat | |
| lac 017777 i " Load accumulator (AC) with argument count | |
| sad d4 " Skip next if we have more than 4 words of args | |
| jmp nofiles " Otherwise, jump to nofiles | |
| lac 017777 " Load AC with address of args | |
| tad d1 " Increment AC by 1, past argument count | |
| tad d4 " Increment AC by 4, now AC points to first real arg | |
| dac name " Save arg pointer from AC into 'name' |
init.rc changes to run any script Can be used to start any android application, service
on property:dev.bootcomplete=1
exec - system system -- /system/bin/sh <custom script path>
# exec - system system -- /system/bin/sh /data/local/bootscript/testservice.sh
Script can contains applications start, stop commands
| #include <iostream> | |
| #include <fstream> | |
| #include <vector> | |
| #include <string> | |
| #include <algorithm> | |
| #include <chrono> | |
| #include <functional> | |
| #define GLFW_INCLUDE_VULKAN | |
| #include <GLFW/glfw3.h> |
The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.
It's as simple as downloading and installing the latest client:
| import logging, urllib2 | |
| import https | |
| client_cert_key = None # file path | |
| client_cert_pem = None #file path | |
| ca_certs = None # file path | |
| handlers = [] | |
| handlers.append( HTTPSClientAuthHandler( |