| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-15 | all: update module pakakeh.go to the tip | Shulhan | |
| On the "lib/http" we refactoring RequestMethod and RequestType type from int to string for readability, when the value is encoded, for example to JSON. So instead of 0, 1 or 2; it will print "GET", "CONNECT", or "HEAD". | |||
| 2024-03-05 | all: replace module "share" with "pakakeh.go" | Shulhan | |
| 2024-02-16 | all: set default HTTPTarget Attack if its not set | Shulhan | |
| Previously, the function for Attack need to be coded manually. This changes introduce new function DefaultHTTPAttack that generate HTTPAttackHandler based on the HTTPTarget method, request type, and Params; if AllowAttack is true and Attack is nil. Implements: https://todo.sr.ht/~shulhan/gorankusu/4 | |||
