summaryrefslogtreecommitdiff
path: root/trunks.go
AgeCommit message (Expand)Author
2024-02-07all: rename the project to gorankusuShulhan
2024-02-05all: implement form input fileShulhan
2024-02-05all: add type to customize how to dump HTTP request and responseShulhan
2024-01-25all: fix warnings recommended by linter reviveShulhan
2024-01-25all: support parameter binding in HTTP PathShulhan
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-05-16Release trunks v0.4.0 (2023-05-16)v0.4.0Shulhan
2023-05-16all: remove WebSocket serverShulhan
2023-05-16all: implement HTTP API to run and cancel attack on HTTP targetShulhan
2023-05-16all: fix panic when attacking HTTP due to nil Attack handlerShulhan
2023-05-05all: set the request ConvertParams before calling runHttpTargetShulhan
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-21all: remove trailing new line on each mlog formatShulhan
2022-08-21all: reformat with Go 1.19 gofmtShulhan
2022-03-14all: changes the license of trunks software to GPL 3.0 or laterShulhan
2022-02-05Release trunks v0.1.0 (2022-02-05)v0.1.0Shulhan
2022-01-10all: update share and ciigo modulesShulhan
2021-12-21all: add feature to register custom navigation linkShulhan
2021-12-10all: realign all structsShulhan
2021-10-17all: merge all workers for related to development to internal/cmdShulhan
2021-09-29all: implement WebSocket notification when attack finishedShulhan
2021-09-28all: change the environment to set WebSocket port instead of addressShulhan
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-25all: check and convert HTTP target parameters to multipart/form-dataShulhan
2021-09-25all: prevent leaking Target and HttpTarget headers and variablesShulhan
2021-09-23all: convert the params to JSON objectShulhan
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-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-24all: fix and update linter warningsShulhan
2021-03-24all: implement target for WebSocketShulhan
2021-03-24all: move BaseUrl from AttackOptions to TargetShulhan
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
2021-03-21all: rename loadTestingResult to AttackResultShulhan
2021-03-21all: implement API and interface for attack functionalityShulhan
2021-03-15trunks: a module for testing HTTP servicesShulhan