From 2d84565d81f66426e651d4c903e687b3639b1dd2 Mon Sep 17 00:00:00 2001 From: niansa Date: Sat, 22 Apr 2023 20:03:46 +0000 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ee5a17 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# No SNI +This project demonstrates breaking SNI based website blockages by faking the SNI. It is mostly just a proof-of-concept. + +## Building +Just run the `Makefile` and wait for it to finish. + +## Usage +Building the project will result in a shared object that can be preloaded to firefox using `LD_PRELOAD`: + + LD_PRELOAD="$(pwd)"/libnosni.so firefox + +You may accept an "invalid" certificate for some blocked websites to work.