Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 724 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 724 Bytes

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