公网寻找安卓肉鸡
https://www.shodan.io/search?query=android+debug+bridge+product%3A“Android+Debug+Bridge”
python
curl -O https://bootstrap.pypa.io/get-pip.py
centos7.6安装adb
yum -y install wget unzip zip
安装配置SDK
cd /opt && mkdir androidSdk && wget https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip && unzip sdk-tools-linux-3859397.zip
配置命令
echo ‘export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL’ > /etc/profile.d/android.sh
echo ‘export PATH=$PATH:/opt/androidSdk/tools/bin’ >> /etc/profile.d/android.sh
source /etc/profile.d/android.sh
adb 32 64位问题
yum install ncurses ncurses-devel ncurses-libs ncurses-libs.i686 ncurses-devel.i686
linux
git clone https://github.com/Zucccs/PhoneSploit
cd PhoneSploit
pip install colorama
python2 main_linux.py
windox(cmd)
git clone https://github.com/Zucccs/PhoneSploit
extract adb.rar to the phonesploit directory
cd PhoneSploit
pip install colorama
python2 main.py