summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-11Release trunks v0.4.1 (2023-11-11)v0.4.1Shulhan
2023-11-11Makefile: replace the Go linter and apply all their recommendationsShulhan
2023-11-11_www: apply all eslint recommendationsShulhan
2023-11-11_www: setup eslint for linting TypeScript filesShulhan
2023-11-11_www: update wui moduleShulhan
2023-11-11gitmodules: use https instead of git schemeShulhan
2023-11-11go.mod: update all dependenciesShulhan
2023-05-16Release trunks v0.4.0 (2023-05-16)v0.4.0Shulhan
2023-05-16all: move the _doc directory under _wwwShulhan
2023-05-16all: convert the README from asciidoc to markdownShulhan
2023-05-16all: remove WebSocket serverShulhan
2023-05-16_www: replace WebSocket handlers with HTTP endpointsShulhan
2023-05-16all: implement HTTP API to run and cancel attack on HTTP targetShulhan
2023-05-16go.mod: update all dependenciesShulhan
2023-05-16all: fix panic when attacking HTTP due to nil Attack handlerShulhan
2023-05-05all: add boolean Kind for FormInput, FormInputKindBooleanShulhan
2023-05-05all: set the request ConvertParams before calling runHttpTargetShulhan
2023-05-05go.mod: set Go version to 1.19 and update all dependenciesShulhan
2023-05-05all: check and call ConvertParams when running HttpTargetShulhan
2022-08-25Release trunks v0.3.0 (2022-08-25)v0.3.0Shulhan
2022-08-25all: group all documentations under directory _docShulhan
2022-08-21example: fix the HTTP POST handlerShulhan
2022-08-21all: remove trailing new line on each mlog formatShulhan
2022-08-21all: remove unused field Locker in RunRequestShulhan
2022-08-21all: fix all linter warningsShulhan
2022-08-21all: reformat with Go 1.19 gofmtShulhan
2022-08-21go.mod: set minimum Go to 1.18 and update all dependenciesShulhan
2022-04-20_www: set the WebSocket address schema based on URL protocolShulhan
2022-03-14Release trunks v0.2.0 (2022-03-13)v0.2.0Shulhan
2022-03-14all: changes the license of trunks software to GPL 3.0 or laterShulhan
2022-03-13all: update dependenciesShulhan
2022-02-05Release trunks v0.1.0 (2022-02-05)v0.1.0Shulhan
2022-02-05go.mod: update share module to v0.34.0Shulhan
2022-02-05Makefile: run the test with CGO_ENABLED=1Shulhan
2022-01-10all: update share and ciigo modulesShulhan
2021-12-21all: add option to open link inside an iframeShulhan
2021-12-21all: add feature to register custom navigation linkShulhan
2021-12-20go.mod: update share and ciigo modules to latestShulhan
2021-12-10all: realign all structsShulhan
2021-12-10www: fix rendering the WebSocket responseShulhan
2021-12-06go.mod: update to latest share moduleShulhan
2021-10-19cmd/trunks: update the node when changes on .js and .html filesShulhan
2021-10-19www: load the stored variables into Target, HttpTarget, WebSocketTargetShulhan
2021-10-18all: rename internal/cmd/trunks-example to internal/cmd/trunksShulhan
2021-10-17all: merge all workers for related to development to internal/cmdShulhan
2021-10-17www: disable modifying the Base URL on targetShulhan
2021-10-17all: move the main program for example to internal/cmd/trunks-exampleShulhan
2021-10-17www: create separate functions to save to local storagesShulhan
2021-10-11go.mod: update to latest share and ciigo moduleShulhan
2021-09-29_www: store the target attack options to local storageShulhan