summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-16all: add default HTTPParamsConverter for [HTTPTarget.ParamsConverter]Shulhan
2024-02-16all: change the signature of default request/response dumperShulhan
2024-02-16example: check for error and set default attack duration to 10 secondsShulhan
2024-02-16all: set default HTTPTarget Attack if its not setShulhan
2024-02-15all: move example to root directoryShulhan
2024-02-08Release gorankusu v0.5.0v0.5.0Shulhan
2024-02-08all: rename left over constant EnvDelopment that still have "trunks"Shulhan
2024-02-08all: allow submit free form request body in HTTPTargetShulhan
2024-02-07all: rename the project to gorankusuShulhan
2024-02-05all: implement form input fileShulhan
2024-02-05_www/wui: update to tipShulhan
2024-02-05all: add type to customize how to dump HTTP request and responseShulhan
2024-02-04http_server: group HTTP paths API into constantsShulhan
2024-02-04example: split registering HTTP and WebSocket target into separate methodsShulhan
2024-02-04go.mod: update all dependenciesShulhan
2024-02-04make: generate test coverageShulhan
2024-01-25internal/cmd/trunks: fix command to run TypeScript compilerShulhan
2024-01-25_www: check HTTP response status greater or equal 400Shulhan
2024-01-25all: fix warnings recommended by linter reviveShulhan
2024-01-25all: support parameter binding in HTTP PathShulhan
2024-01-25go.mod: update all dependenciesShulhan
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