index
:
gorankusu
dev
main
The Go library for load testing HTTP and WebSocket endpoints.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-29
all: implement WebSocket notification when attack finished
Shulhan
2021-09-28
all: change the environment to set WebSocket port instead of address
Shulhan
2021-09-28
www: group related fields to use fieldset instead of header
Shulhan
2021-09-27
all: minimize recompilation on changes on _www
Shulhan
2021-09-27
all: implement WebSocket API
Shulhan
2021-09-26
all: unembed HTTP server on Trunks
Shulhan
2021-09-25
all: simplify development on trunks-example
Shulhan
2021-09-25
_www: store the variables, headers, and parameters to local storage
Shulhan
2021-09-25
example: return all response like HTTP Request in JSON format
Shulhan
2021-09-25
all: check and convert HTTP target parameters to multipart/form-data
Shulhan
2021-09-25
all: prevent leaking Target and HttpTarget headers and variables
Shulhan
2021-09-23
_www: word wrap the input label
Shulhan
2021-09-23
all: convert the params to JSON object
Shulhan
2021-09-23
_www: fix the layout using px instead of em
Shulhan
2021-09-22
_www: fix missing variables not rendered on Target
Shulhan
2021-09-20
Makefile: add task to re-compile the TypeScript files
Shulhan
2021-09-20
_www: set default form input kind to string
Shulhan
2021-09-19
all: display notification on failed or success Run
Shulhan
2021-09-19
all: add option to set description (Hint) on any inputs element
Shulhan
2021-09-18
all: add "Hint" for Target, HTTP, and WebSocket Target
Shulhan
2021-09-18
_www: add "hint" for input of Environment and Attack options
Shulhan
2021-09-18
www: refactoring using TypeScript and wui library
Shulhan
2021-09-09
_www: set the HTTP and WebSocket background title
Shulhan
2021-09-09
_www: make the target also clickable
Shulhan
2021-09-06
all: set the original HTTP target if IsCustomizable is true
Shulhan
2021-09-02
_www: implement hash location on each target
Shulhan
2021-09-02
_www: hide the "Attack results" on each target if AllowAttack is false
Shulhan
2021-09-02
_www: reformat all with new prettier config
Shulhan
2021-08-07
_www: only show Attack button if AllowAttack is true
Shulhan
2021-08-07
all: embed the stylesheet directly into HTML file
Shulhan
2021-08-06
go.mod: update the share module to v0.29.1
Shulhan
2021-08-06
all: add an handler ConvertParams to HttpTarget
Shulhan
2021-04-15
_www: make the WebSocket target have the same style with HttpTarget
Shulhan
2021-04-15
all: add function to clear output of HTTP and WebSocket Target
Shulhan
2021-04-15
all: store the response type and body
Shulhan
2021-04-15
_www: do not render empty headers and/or empty parameters
Shulhan
2021-04-15
_www: allow changing the target variables
Shulhan
2021-04-09
all: reformat "if ... && ..." on RunRequest
Shulhan
2021-04-09
_www: allow changing Target options
Shulhan
2021-04-09
all: wrap the websocket Run response inside the EndpointResponse
Shulhan
2021-04-09
all: fix HTTP Run not called when executed from API
Shulhan
2021-04-09
all: fix double slash when logging attack URL
Shulhan
2021-04-09
all: check for nil PreAttack when on worker attack queue
Shulhan
2021-04-09
all: return non-nil on ToHttpHeader, ToMultipartForm, and ToUrlValues
Shulhan
2021-04-09
all: change the WebSocket run return type to interface{}
Shulhan
2021-04-09
_www: display Target Vars and HTTP Target headers in two rows
Shulhan
2021-04-09
all: add task to generate embedded files in _www
Shulhan
2021-04-07
go.mod: update the share module to v0.25.1
Shulhan
2021-04-07
_screenshots: update the screenshot with cropped images
Shulhan
2021-03-27
_www: display list of HTTP and WebSocket target on navigation
Shulhan
[prev]
[next]