aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob <jakob.stendahl@outlook.com>2022-09-27 17:08:58 +0000
committerJakob <jakob.stendahl@outlook.com>2022-09-27 17:08:58 +0000
commit12853fe8afd2cd5311cc90faf6c50d0a3a8cf082 (patch)
tree7065f4d50a544b7d4f96f08e8d682b968dcffc82
parent3b7178ce6c7089c6fde653abd5db09c89e84b102 (diff)
downloadtor-site-tester-master.tar.gz
tor-site-tester-master.zip
Update README.mdHEADmaster
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6ece51..236afbd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
+Simple script to test a list of URLs via tor with exit-nodes in different countries.
+## Notes
+- Only tested with Python3.9, on linux with a terminal supporting ANSI escape codes.
+- Does only send one request to each site from each exit-node.
+- It does try to verify that the exit-node is in the correct country, but it will not try to fix it if it is in the wrong country. It will however mention it in the terminal output.
+- If you want more verbose output, it creates logfiles in `logs/<timestamp>.log` which contains the full logs.
+## Usage
You need to have `python3`, `pip`, `make` and `tor` installed (e.g. `apt/dnf install python3 python3-pip make tor`).
```