wapty icon indicating copy to clipboard operation
wapty copied to clipboard

[ceased maintenance] An open source alternative to burp suite written in Go.

Results 14 wapty issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
question
hacktoberfest
suggestionswelcome
difficulty/medium

Wapty is not tested on windows but at least running `make testvr` on windows should be done.

bug
hacktoberfest
difficulty/easy
inprogress

Move all possible configurable parameters to config package

hacktoberfest
difficulty/easy

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...

enhancement
hacktoberfest
difficulty/beginner 0 knowlegde

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.

bug
difficulty/hard

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...

enhancement
difficulty/medium

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...

enhancement
difficulty/hard

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.

bug
enhancement
difficulty/easy