summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2023-11-11Makefile: replace the Go linter and apply all their recommendationsShulhan
2022-08-21example: fix the HTTP POST handlerShulhan
2022-08-21all: remove trailing new line on each mlog formatShulhan
2022-08-21all: fix all linter warningsShulhan
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-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-10-18all: rename internal/cmd/trunks-example to internal/cmd/trunksShulhan
2021-10-17all: move the main program for example to internal/cmd/trunks-exampleShulhan
2021-09-28www: group related fields to use fieldset instead of headerShulhan
2021-09-26all: unembed HTTP server on TrunksShulhan
2021-09-25example: return all response like HTTP Request in JSON formatShulhan
2021-09-25all: prevent leaking Target and HttpTarget headers and variablesShulhan
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-04-09all: change the WebSocket run return type to interface{}Shulhan
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: load pass attack results and implement function to get attack resultShulhan
2021-03-21all: various changesShulhan
2021-03-21all: implement API and interface for attack functionalityShulhan
2021-03-15trunks: a module for testing HTTP servicesShulhan