summaryrefslogtreecommitdiff
path: root/obfsproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obfsproxy/Makefile')
-rw-r--r--obfsproxy/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/obfsproxy/Makefile b/obfsproxy/Makefile
new file mode 100644
index 0000000..8694349
--- /dev/null
+++ b/obfsproxy/Makefile
@@ -0,0 +1,18 @@
+RHOST=163.172.126.44:443
+LHOST="10.0.0.209:443"
+
+run:
+ sudo ./obfsproxy -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json
+
+certs:
+ curl -k https://black.riseup.net/ca.crt > /tmp/ca.crt
+ curl -k https://api.black.riseup.net/3/cert > /tmp/cert.pem
+
+check:
+ curl https://wtfismyip.com/json
+
+stop:
+ pkill -9 obfsproxy
+
+obfsproxy:
+ go build