Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 638 Bytes

Ban TOR IPs

This project provides a BASH script that bans TOR nodes from accessing a server.

The list of TOR nodes is retrieved from here everytime the script is run. In case there is any trouble downloading the list of node, an email is sent to desired recipient.

Requirements

  • SendEmail a lightweight, command line SMTP email client has to be installed.
  • The user running the script must have granted access to iptables.

Acknowledgments

Thanks to Daniel Austin MBCS for compiling the list of TOR nodes.