Skip to content

"Don't touch my bin!" lets you download a file over HTTP through all TOR exit nodes and checks if the file has been modified, if so, save it for further analysis

Notifications You must be signed in to change notification settings

badonions/dtmb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Don't touch my bin

This uses the stem API for connecting through Tor and the request library for fetching the file, both these can be installed via pip(pip install stem request).

To download all the fingerprints:

$ curl -s https://check.torproject.org/exit-addresses | grep ExitNode  | sed 's/ExitNode //g' > fp.txt

Defaults to download PuTTY if no URL is specified, and latest PuTTY hash if no file is specified

Synopsis

$ python3 check_bin.py [-f | --file <path>] [-u | --url <path>]

Dependencies

  • stem, request, PySocks (pip install stem request PySocks)

Thanks

About

"Don't touch my bin!" lets you download a file over HTTP through all TOR exit nodes and checks if the file has been modified, if so, save it for further analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%