wapty
wapty copied to clipboard
[ceased maintenance] An open source alternative to burp suite written in Go.
The web UI needs a serious rework that should be made in the following way: * Should be based on a well-documented framework * Should be static HTML/JS/CSS that exposes...
Wapty is not tested on windows but at least running `make testvr` on windows should be done.
Move all possible configurable parameters to config package
Logger now outputs ANSI escape sequences to stdout. It should be possible to set an io.Writer in the [cli/lg](https://github.com/empijei/wapty/tree/master/cli/lg) package where the logger will write HTML formatted output. (it should...
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.