summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-29all: implement WebSocket notification when attack finishedShulhan
2021-09-28all: change the environment to set WebSocket port instead of addressShulhan
2021-09-28www: group related fields to use fieldset instead of headerShulhan
2021-09-27all: minimize recompilation on changes on _wwwShulhan
2021-09-27all: implement WebSocket APIShulhan
2021-09-26all: unembed HTTP server on TrunksShulhan
2021-09-25all: simplify development on trunks-exampleShulhan
2021-09-25_www: store the variables, headers, and parameters to local storageShulhan
2021-09-25example: return all response like HTTP Request in JSON formatShulhan
2021-09-25all: check and convert HTTP target parameters to multipart/form-dataShulhan
2021-09-25all: prevent leaking Target and HttpTarget headers and variablesShulhan
2021-09-23_www: word wrap the input labelShulhan
2021-09-23all: convert the params to JSON objectShulhan
2021-09-23_www: fix the layout using px instead of emShulhan
2021-09-22_www: fix missing variables not rendered on TargetShulhan
2021-09-20Makefile: add task to re-compile the TypeScript filesShulhan
2021-09-20_www: set default form input kind to stringShulhan
2021-09-19all: display notification on failed or success RunShulhan
2021-09-19all: add option to set description (Hint) on any inputs elementShulhan
2021-09-18all: add "Hint" for Target, HTTP, and WebSocket TargetShulhan
2021-09-18_www: add "hint" for input of Environment and Attack optionsShulhan
2021-09-18www: refactoring using TypeScript and wui libraryShulhan
2021-09-09_www: set the HTTP and WebSocket background titleShulhan
2021-09-09_www: make the target also clickableShulhan
2021-09-06all: set the original HTTP target if IsCustomizable is trueShulhan
2021-09-02_www: implement hash location on each targetShulhan
2021-09-02_www: hide the "Attack results" on each target if AllowAttack is falseShulhan
2021-09-02_www: reformat all with new prettier configShulhan
2021-08-07_www: only show Attack button if AllowAttack is trueShulhan
2021-08-07all: embed the stylesheet directly into HTML fileShulhan
2021-08-06go.mod: update the share module to v0.29.1Shulhan
2021-08-06all: add an handler ConvertParams to HttpTargetShulhan
2021-04-15_www: make the WebSocket target have the same style with HttpTargetShulhan
2021-04-15all: add function to clear output of HTTP and WebSocket TargetShulhan
2021-04-15all: store the response type and bodyShulhan
2021-04-15_www: do not render empty headers and/or empty parametersShulhan
2021-04-15_www: allow changing the target variablesShulhan
2021-04-09all: reformat "if ... && ..." on RunRequestShulhan
2021-04-09_www: allow changing Target optionsShulhan
2021-04-09all: wrap the websocket Run response inside the EndpointResponseShulhan
2021-04-09all: fix HTTP Run not called when executed from APIShulhan
2021-04-09all: fix double slash when logging attack URLShulhan
2021-04-09all: check for nil PreAttack when on worker attack queueShulhan
2021-04-09all: return non-nil on ToHttpHeader, ToMultipartForm, and ToUrlValuesShulhan
2021-04-09all: change the WebSocket run return type to interface{}Shulhan
2021-04-09_www: display Target Vars and HTTP Target headers in two rowsShulhan
2021-04-09all: add task to generate embedded files in _wwwShulhan
2021-04-07go.mod: update the share module to v0.25.1Shulhan
2021-04-07_screenshots: update the screenshot with cropped imagesShulhan
2021-03-27_www: display list of HTTP and WebSocket target on navigationShulhan