A tool for sniffing ticwatch firmwares.
requests
Install additional modules
sudo apt-get install python-pip
sudo pip install requests
# 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
# Install python-requests
pip install requests
# Execute the script
py ticfirm-sniffer.py -a ticwatch -c beta -v 0 1000 -t 200
MIT