Skip to content

xswxm/Ticfirm-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages