Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/safebuffer/remote-adb-scan

pure python remote adb scanner + nmap scan module
https://github.com/safebuffer/remote-adb-scan

android-security mobile-security penetration-testing

Last synced: 24 days ago
JSON representation

pure python remote adb scanner + nmap scan module

Awesome Lists containing this project

README

        

# android remote-adb scan
pure python remote adb scanner + nmap scan module

### python script using
```
python3 adb.py ip
```
### nmap script using
```
nmap -T5 -p T:5555 -Pn --script adb.nse (ip or network range)
```

### Author

Hossam Mohamed / [@wazehell](https://twitter.com/wazehell)