aboutsummaryrefslogtreecommitdiff
path: root/_www
AgeCommit message (Expand)Author
2025-02-03_www/doc: move original CHANGELOG to root of repositoryShulhan
2025-02-03_www/doc: fix links on documentationShulhan
2025-02-03all: split the CSS into separate fileShulhan
2025-02-03all: update all dependenciesShulhan
2025-02-03all: update links, replace "share" with "pakakeh.go"Shulhan
2024-10-07_www: rename submodule "wui" to "pakakeh_ts"Shulhan
2024-10-07all: update dependenciesShulhan
2024-09-07Release gorankusu v0.7.0 (2024-09-07)v0.7.0Shulhan
2024-06-08_www: support HTTP target with content type "text/html"Shulhan
2024-06-08all: make HTTP Target Params works along with WithRawBodyShulhan
2024-04-24_www: fix form input type file where content is binaryShulhan
2024-04-23_www: fix save on null Headers and VarsShulhan
2024-04-06Release gorankusu v0.6.1 (2024-04-06)v0.6.1Shulhan
2024-03-15all: update module pakakeh.go to the tipShulhan
2024-03-05Release gorankusu v0.6.0 (2024-03-05)v0.6.0Shulhan
2024-02-21all: add global HTTP headers for TargetShulhan
2024-02-19all: fix null navigation linksShulhan
2024-02-08Release gorankusu v0.5.0v0.5.0Shulhan
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-01-25_www: check HTTP response status greater or equal 400Shulhan
2024-01-25all: fix warnings recommended by linter reviveShulhan
2023-11-11Release trunks v0.4.1 (2023-11-11)v0.4.1Shulhan
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-05-16Release trunks v0.4.0 (2023-05-16)v0.4.0Shulhan
2023-05-16all: move the _doc directory under _wwwShulhan
2023-05-16all: remove WebSocket serverShulhan
2023-05-16_www: replace WebSocket handlers with HTTP endpointsShulhan
2022-08-25all: group all documentations under directory _docShulhan
2022-04-20_www: set the WebSocket address schema based on URL protocolShulhan
2022-03-14all: changes the license of trunks software to GPL 3.0 or laterShulhan
2021-12-21all: add option to open link inside an iframeShulhan
2021-12-21all: add feature to register custom navigation linkShulhan
2021-12-10www: fix rendering the WebSocket responseShulhan
2021-10-19www: load the stored variables into Target, HttpTarget, WebSocketTargetShulhan
2021-10-17www: disable modifying the Base URL on targetShulhan
2021-10-17www: create separate functions to save to local storagesShulhan
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: implement WebSocket APIShulhan
2021-09-25all: simplify development on trunks-exampleShulhan
2021-09-25_www: store the variables, headers, and parameters to local storageShulhan
2021-09-23_www: word wrap the input labelShulhan
2021-09-23_www: fix the layout using px instead of emShulhan