Roberto Clapis
Roberto Clapis
Modifying the intercept.editBuffer() function to automatically send an apis.FORWARD action does not generate the same behavior as all the images are displayed correctly.
The intruder should give the user a chance to repeat many times a request by just changin a portion of it. It should rely on repeater but have its own...
At the moment when a request goes through the proxy there is no way to change the destination endpoint. This is not just a UI problem but the backend does...
At the moment the proxy behaves badly when a connection is proxied to reach itself and starts a connection loop. The proxy should ignore requests directed towards itself.
The [intercept package](https://github.com/empijei/wapty/tree/master/intercept) still lacks test coverage
Some tests in the [mitm package](https://github.com/empijei/wapty/tree/master/mitm) are broken, some other are just not there. Two tests need a fix: * https://github.com/empijei/wapty/blob/master/mitm/mitm_test.go#L234 * https://github.com/empijei/wapty/blob/master/mitm/mitm_test.go#L329 The rest of the code needs more...