Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tor-circumvention-analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
tor-circumvention-analytics
Commits
1b2cdd82
Verified
Commit
1b2cdd82
authored
6 years ago
by
Torsten Grote
Browse files
Options
Downloads
Patches
Plain Diff
Add bridge blocking script to README
parent
03d47b1b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+9
-0
9 additions, 0 deletions
README.md
with
10 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
1b2cdd82
.idea
.idea
__pycache__
countries.json
countries.json
countries-bridges.csv
countries-bridges.csv
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
9
−
0
View file @
1b2cdd82
...
@@ -38,6 +38,15 @@ When older reports are available, these will be ignored.
...
@@ -38,6 +38,15 @@ When older reports are available, these will be ignored.
countries-that-block-tor.py --since=2017-12-24 ooni-sync/data/vanilla_tor/
countries-that-block-tor.py --since=2017-12-24 ooni-sync/data/vanilla_tor/
## Find countries that might block Tor bridges
Download OONI reports for
`tcp_connect`
instead of
`vanilla_tor`
.
Use ooni-sync as explained above.
Then run the following command to get a CSV file that helps with the analysis.
countries-that-block-bridges.py ooni-sync/data/tcp_connect/
# Limitations
# Limitations
Please note that the output of the scripts might give false negatives,
Please note that the output of the scripts might give false negatives,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment