Changes
Page history
Update GSoC 2020
authored
Aug 27, 2020
by
Barkin Simsek
Show whitespace changes
Inline
Side-by-side
GSoC-2020.md
View page @
a7fcdc80
...
@@ -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
...
...
...
...