An open API service indexing awesome lists of open source software.

https://github.com/g3th/siralfred

Automated account checker using ADB shell
https://github.com/g3th/siralfred

Last synced: 12 months ago
JSON representation

Automated account checker using ADB shell

Awesome Lists containing this project

README

          

# Sir-Alfred
--------------------------------------------------------------------------------------
![Alt text](assets/Untitled.png)

### Current version: 5.5 Inch Android Device (due to 'keyevents.tap') ###
--------------------------------------------------------------------------------------

Automated Account checker for Android apps, using Python and ADB shell.

This software is not intended for illegal purposes.

Reads from file and uses shell sendevents to access device, including ``` dumpsys ``` to obtain changes in activity.

Your Phone needs ``` Developer Options > Android Debugging ``` enabled in order to be connected. Some future functions may need root.

--------------------------------------------------

#### Requires Android Debug Bridge running, i.e. :

``` sudo apt-get install android-tools-adb ```

#### Requires pure-python-adb, i.e.:

``` pip3 install -U pure-python-adb ```

#### Run ADB server before starting, i.e.:

``` adb devices ```

--------------------------------------------------

#### To do:

- *Fix 429 response on some apps with tricks*
- *Fix similar 'Too many requests' responses on some apps with proxies/tricks*
- *Add more clients*
- *Add option to restart/quit after list exhaustion*
- *Add option to select user directories for read/write*
- *Add relative paths (i.e. ``` from pathlib import Path ``` )*
- *Add option to select type of combo file so that correct ``` .split() ``` method can be used (i.e. *user:pass* or *user:pass | TEST ACCOUNT BY* etc..)*