Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/safebuffer/remote-adb-scan
- Owner: safebuffer
- Created: 2018-12-07T17:00:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T17:14:57.000Z (about 6 years ago)
- Last Synced: 2024-08-04T17:13:35.317Z (4 months ago)
- Topics: android-security, mobile-security, penetration-testing
- Language: Lua
- Size: 4.88 KB
- Stars: 22
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - safebuffer/remote-adb-scan - pure python remote adb scanner + nmap scan module (Lua)
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)