cecylia f3066d02cf fixed seg faults and missing data due to 1) not looking for GET requests in the same packet as the Client Finished message, and 2) freeing streams in two different places 8 년 전
..
Makefile d6362b4a6e fixed bugs, added crypto locks for multithreading 8 년 전
README 78ef8f2cfb README documents 9 년 전
crypto.c f3066d02cf fixed seg faults and missing data due to 1) not looking for GET requests in the same packet as the Client Finished message, and 2) freeing streams in two different places 8 년 전
crypto.h b68313ff89 implemented Tor trick of pre-emptively approving SOCKS connect 8 년 전
cryptothread.c d6362b4a6e fixed bugs, added crypto locks for multithreading 8 년 전
cryptothread.h d6362b4a6e fixed bugs, added crypto locks for multithreading 8 년 전
flow.c f3066d02cf fixed seg faults and missing data due to 1) not looking for GET requests in the same packet as the Client Finished message, and 2) freeing streams in two different places 8 년 전
flow.h 20d948402d rewrite add_packet and update_flow code to better handle misordered or missing packets 8 년 전
privkey 9a1a5499bb updated slitheen proxy code to recognize tags 9 년 전
ptwist.h 9a1a5499bb updated slitheen proxy code to recognize tags 9 년 전
ptwist168.c 9c98735413 cleaned up code: reduced redundancies and function arguments 9 년 전
ptwist168_32.c 9a1a5499bb updated slitheen proxy code to recognize tags 9 년 전
relay.c f3066d02cf fixed seg faults and missing data due to 1) not looking for GET requests in the same packet as the Client Finished message, and 2) freeing streams in two different places 8 년 전
relay.h 1110af0d6d added Slitheen ID functionality 8 년 전
rserv.c d63fe78cc9 made connection table and switched from processes to threads 9 년 전
rserv.h 9a1a5499bb updated slitheen proxy code to recognize tags 9 년 전
slitheen-proxy.c f3066d02cf fixed seg faults and missing data due to 1) not looking for GET requests in the same packet as the Client Finished message, and 2) freeing streams in two different places 8 년 전
slitheen.h f3066d02cf fixed seg faults and missing data due to 1) not looking for GET requests in the same packet as the Client Finished message, and 2) freeing streams in two different places 8 년 전
util.c 10057195c2 finished packet and record reassembly code 9 년 전
util.h 10057195c2 finished packet and record reassembly code 9 년 전

README

To install:

open slitheen-proxy.c and change the MAC address to your client machine
make openssl
copy libraries and include directories into makefile
make

To run:
./slitheen-proxy [interface to client] [interface to world]