All Projects → torproject → sbws

torproject / sbws

Licence: CC0-1.0 License
Unofficial clone of gitweb.torproject.org. Report issues and open merge requests at: https://gitlab.torproject.org/tpo/network-health/sbws/

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sbws

Docker Tor Hiddenservice Nginx
Easily setup a hidden service inside the Tor network
Stars: ✭ 145 (+866.67%)
Mutual labels:  tor, tor-network
onionfruit
OnionFruit™ Connect - Tor access client with country selection, bridge configuration, pluggable transports and experimental DNS support
Stars: ✭ 150 (+900%)
Mutual labels:  tor, tor-network
Ansible Relayor
An Ansible Role for Tor Relay Operators
Stars: ✭ 165 (+1000%)
Mutual labels:  tor, tor-network
Torpy
Pure python Tor client implementation
Stars: ✭ 104 (+593.33%)
Mutual labels:  tor, tor-network
Tor-IP-Addresses
Hourly checked and updated list of IP Addresses of Tor and Tor Exit Nodes
Stars: ✭ 182 (+1113.33%)
Mutual labels:  tor, tor-network
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+11246.67%)
Mutual labels:  tor, tor-network
Torghostng
TorghostNG - Make your internet traffic anonymized through Tor network and Privoxy. Rewritten from TorGhost with Python 3
Stars: ✭ 241 (+1506.67%)
Mutual labels:  tor, tor-network
Onionite
Explore the Tor network
Stars: ✭ 63 (+320%)
Mutual labels:  tor, tor-network
OnionHarvester
A small TOR Onion Address harvester for checking if the address is available or not.
Stars: ✭ 71 (+373.33%)
Mutual labels:  tor, tor-network
GhostNET
GhostNET script that will help you be safer on the cyber
Stars: ✭ 45 (+200%)
Mutual labels:  tor, tor-network
Poopak
POOPAK - TOR Hidden Service Crawler
Stars: ✭ 78 (+420%)
Mutual labels:  tor, tor-network
T0rlib4Android
A minimal android controller library for Tor
Stars: ✭ 25 (+66.67%)
Mutual labels:  tor, tor-network
Tortipi
Tor based Raspberry π hotspot
Stars: ✭ 76 (+406.67%)
Mutual labels:  tor, tor-network
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (+733.33%)
Mutual labels:  tor, tor-network
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (+360%)
Mutual labels:  tor, tor-network
Online Privacy Test Resource List
Privacy Online Test and Resource Compendium (POTARC) 🕵🏻
Stars: ✭ 185 (+1133.33%)
Mutual labels:  tor, tor-network
Sybilhunter
Hunting for Sybils and anomalies in archived Tor network data.
Stars: ✭ 35 (+133.33%)
Mutual labels:  tor, tor-network
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (+166.67%)
Mutual labels:  tor, tor-network
T0rlib4j
T0rlib4j is a Java controller library for Tor
Stars: ✭ 50 (+233.33%)
Mutual labels:  tor, tor-network
tor-ip-changer
request new identity every X seconds interval using TOR client
Stars: ✭ 233 (+1453.33%)
Mutual labels:  tor, tor-network

Readme

Build Status

Simple Bandwidth Scanner (called sbws) is a Tor bandwidth scanner that generates bandwidth files to be used by Directory Authorities.

The scanner measures the bandwidth of each relay in the Tor network (except the directory authorities) by creating a two hops circuit with the relay. It then measures the bandwidth by downloading data from a destination Web Server and stores the measurements.

The generator read the measurements, aggregates, filters and scales them using torflow's scaling method. Then it generates a bandwidth list file that is read by a directory authority to report relays’ bandwidth in its vote.

WARNING: This software is intended to be run by researchers using a test Tor network, such as chutney or shadow, or by the Tor bandwidth authorities on the public Tor network. Please do not run this software on the public Tor network unless you are one of the Tor bandwidth authorities, to avoid creating unnecessary traffic.

ADVICE: It is recommended to read this documentation at Read the Docs. In Tor Project Gitlab (tpo Gitlab) some links won't be properly rendered. It can also be read after installing the Debian package sbws-doc in /usr/share/doc/sbws or after building it locally as explained in ./docs/source/documenting.rst.

Installing

See ./INSTALL.rst (in local directory or tpo Gitlab) or INSTALL.html (local build or Read the Docs).

Deploying and running

See ./DEPLOY.rst (in local directory or tpo Gitlab) or DEPLOY.html (local build or Read the Docs).

Changelog

See ./CHANGELOG.rst (in local directory or tpo Gitlab) or CHANGELOG.html (local build or Read the Docs).

Documentation

More extensive documentation can be found in the ./docs directory, and online at sbws.rtfd.io.

License

This work is in the public domain within the United States.

We waive copyright and related rights in the work worldwide through the CC0-1.0 license.

You can find a copy of the CC0 Public Domain Dedication along with this software in ./LICENSE.md

Authors

See ./AUTHORS.md (in local directory or tpo Gitlab) or AUTHORS.html (local build or Read the Docs).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].