|
|
|
## FAQs:
|
|
|
|
|
|
|
|
|
|
|
|
#### **How to read the `analyze_completed` table?**
|
|
|
|
|
|
|
|
+ **status_check** column
|
|
|
|
|
|
|
|
|status_check_value|Explanation In Code|In Simpler form|
|
|
|
|
|---------|---------|-----------|
|
|
|
|
|0|Tor Blocked|Tor is discriminated |
|
|
|
|
|1|Site is blocked on tor and non-tor browsers|Tor is not discriminated . <br> Both are blocked from server-side|
|
|
|
|
|2|Tor is not blocked, rather non-tor browser is blocked|Tor is not discriminated :)|
|
|
|
|
|||Proceed for further tests..|
|
|
|
|
|
|
|
|
|
|
|
|
+ **dom_analyze** column
|
|
|
|
|
|
|
|
|
|
|
|
|dom_analyze_value|Explanation In Code|In Simpler form|
|
|
|
|
|---------|---------|---------|
|
|
|
|
|0|Tor most probably Errors!!|Tor is discriminated |
|
|
|
|
|1|Resembles same|Tor is not discriminated|
|
|
|
|
|2|Survived Checklist but still doubt (Further modules might help)|Tor is not discriminated|
|
|
|
|
|3|Doubtful case!! <br> checking for keywords... <br> Tor Blocked : checklist!!|Tor is discriminated
|
|
|
|
|
|
|
|
|
|
|
|
#### **Why separate modules when the Consensus Lite Module is actually nothing but similar to the DOM Analysis?**
|
|
|
|
|
|
|
|
While creating the modules, first I decided to compare the Structure of the HTML data returned by the control node as well as tor node and come to conclusions. For the demo purpose it did work. Check it out [here](https://raw.githubusercontent.com/Hackhard/Fetcher/main/status%20code/test_run4/tr_bash_output).
|
| ... | ... | |
| ... | ... | |