Merge branch 'master' of https://github.com/danijoo/Adbwifiscan
This commit is contained in:
11
README.md
11
README.md
@@ -1,2 +1,13 @@
|
|||||||
# Adbwifiscan
|
# Adbwifiscan
|
||||||
Script to scan an IP range for adb devices and connect to them.
|
Script to scan an IP range for adb devices and connect to them.
|
||||||
|
|
||||||
|
# Requirements
|
||||||
|
gem install adb
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
./adbwifiscan.rb 192.168.178.0/24
|
||||||
|
Starting server
|
||||||
|
Connected devices: []
|
||||||
|
Scan started...
|
||||||
|
Scan complete
|
||||||
|
Connected devices: ["192.168.178.81:5555"]
|
||||||
|
|||||||
Reference in New Issue
Block a user