A basic web proxy capable of accepting HTTP 1.0/1.1 requests and returning responses to a client
1). Use make to build
2). Run the binary using command ./proxy <port> <substitution> <attack>
3). Use make clean to remove binary
4). requires g++ GNU C++ compiler
1). Install the following version of firefox
The port on which the proxy runs
a binary value to specify if the proxy applies image substitution (0 for no substitution, 1 for substitution)
a binary value to specify if the proxy is implementing an attacker mode (0 for no attack, 1 for attack)
./proxy 9989 1 0