summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-03-27all: change the Run result to return dump of HTTP request and responseShulhan
2021-03-27all: allow client to customize request method, path, and typeShulhan
2021-03-27cmd: rename the program trunks to trunks-exampleShulhan
2021-03-27all: make the HttpTarget Name to be requiredShulhan
2021-03-24all: fix and update linter warningsShulhan
2021-03-24all: implement target for WebSocketShulhan
2021-03-24all: move BaseUrl from AttackOptions to TargetShulhan
2021-03-22all: add badge for pkg.go.dev and fix example package link on UsageShulhan
2021-03-22all: add README and update the package documentationShulhan
2021-03-22_www: ask for confirmation before deleting resultShulhan
2021-03-22_www: make the layout to be responsiveShulhan
2021-03-21all: implement interface and API to cancel running attackShulhan
2021-03-21all: implement interface and API to delete attack resultShulhan
2021-03-21all: load pass attack results and implement function to get attack resultShulhan
2021-03-21all: various changesShulhan