xswxm / Ticfirm-sniffer

A tool for sniffing ticwatch firmwares.

Home Page:http://xgeeky.com/?p=1311

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tool for sniffing ticwatch firmwares.

Demo

Demo

Modules

requests

Setting Up

Install additional modules

sudo apt-get install python-pip
sudo pip install requests

How to Use

# Check help documents
sudo python ticfirm-sniffer.py -h
# Check ticwatch's beta version numbers from 0 to 1000 with 200 threads.
sudo python ticfirm-sniffer.py -a ticwatch -c beta -v 0 1000 -t 200

Windows Users with CMD

# Install python-requests
pip install requests
# Execute the script
py ticfirm-sniffer.py -a ticwatch -c beta -v 0 1000 -t 200

License

MIT

About

A tool for sniffing ticwatch firmwares.

http://xgeeky.com/?p=1311

License:MIT License


Languages

Language:Python 100.0%