123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- mkdir slitheen; cd slitheen
- wget https://cs.uwaterloo.ca/~cbocovic/ff_bootstrapped_2018_03_25.tar.gz
- echo '6c45728775474f5fdae4b0c7477b1ca71271357cfb04fd29446c99b5ea4adf7b ff_bootstrapped_2018_03_25.tar.gz' | sha256sum -c
- docker load < ff_bootstrapped_2018_03_25.tar.gz
- rm ff_bootstrapped_2018_03_25.tar.gz
- hg clone ssh://hg@git-crysp.uwaterloo.ca/firefox
- cd firefox
- hg checkout slitheen
- cd ..
- git clone git@git-crysp.uwaterloo.ca:slitheen/code
- git clone git@git-crysp.uwaterloo.ca:slitheen/testenv
- cd testenv
- ./build-slitheen
- ./mktestenvconfig
- sed -i s,/somewhere/firefox,$(cd ..; /bin/pwd)/firefox, testenv_config
- sed -i s,/somewhere/slitheen/code,$(cd ..; /bin/pwd)/code, testenv_config
- ./ous_run
-
-
- ./mach build
- cd ../slitheen_code/client
- make
- exit
- ./relay_run
-
- make
-
- /cd ../telex-tag-v3/
- make genkeys
- ./genkeys
- exit
- cp ../code/telex-tag-v3/privkey ../code/relay_station/
- cp ../code/telex-tag-v3/pubkey ../firefox/
- cp ../code/telex-tag-v3/pubkey ../code/client/
- A. ./relay_run
- B. ./ous_run
- C. ./socks_run
- D. ./net_run
-
- vncviewer localhost
- sudo ./slitheen veth1 eth0
- ./mach run
- ./socks
|