summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-09-29all: implement WebSocket notification when attack finishedShulhan
2021-09-28all: change the environment to set WebSocket port instead of addressShulhan
2021-09-28www: group related fields to use fieldset instead of headerShulhan
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-25_www: store the variables, headers, and parameters to local storageShulhan
2021-09-25example: return all response like HTTP Request in JSON formatShulhan
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-23_www: word wrap the input labelShulhan
2021-09-23all: convert the params to JSON objectShulhan
2021-09-23_www: fix the layout using px instead of emShulhan
2021-09-22_www: fix missing variables not rendered on TargetShulhan
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