Update GSoC 2020 authored by Barkin Simsek's avatar Barkin Simsek
...@@ -11,6 +11,37 @@ This wiki page contains the final report for the "Tor Project: Cloudflare CAPTCH ...@@ -11,6 +11,37 @@ This wiki page contains the final report for the "Tor Project: Cloudflare CAPTCH
## What work has been done during GSoC period? ## What work has been done during GSoC period?
```mermaid
flowchart LR
%% Definitions
start((Start))
db[(Database)]
api(API)
dashboard(Dashboard)
tor_metrics(Tor Metrics)
public(Public Usage)
analysis(Data Analysis)
urls(URL List)
fetching_tools(Browsers)
detection(CAPTCHA Detection)
%% Relations
start --> db
subgraph CAPTCHA Monitor Core
urls --> fetching_tools
fetching_tools --> detection
detection --> db
db --> analysis --> db
end
db --> api
api --> dashboard
api --> tor_metrics
api --> public
```
### Challenges ### Challenges
### Findings ### Findings
... ...
......