github getanteon/anteon v0.10.0

3 years ago

Changelog

✅ Debug Mode Introduced by @kenanfarukcakir

Example Usage:

ddosify -t https://httpbin.ddosify.com/json --debug

Result:

***********  REQUEST  ***********
> Target:     https://httpbin.ddosify.com/json
> Method:     GET
Request Headers:
Request Body:

***********  RESPONSE  ***********
< StatusCode:    200
Response Headers:
< Server:                              nginx/1.23.2
< Content-Type:                        application/json
< Content-Length:                      429
< Connection:                          keep-alive
< Strict-Transport-Security:           max-age=31536000
< Date:                                Thu, 15 Dec 2022 20:11:21 GMT
< Access-Control-Allow-Origin:         *
< Access-Control-Allow-Credentials:    true
Response Body:
{
  "slideshow": {
    "author": "Yours Truly",
    "date": "date of publication",
    "slides": [
      {
        "title": "Wake up to WonderWidgets!",
        "type": "all"
      },
      {
        "items": [
          "Why \u003cem\u003eWonderWidgets\u003c/em\u003e are great",
          "Who \u003cem\u003ebuys\u003c/em\u003e WonderWidgets"
        ],
        "title": "Overview",
        "type": "all"
      }
    ],
    "title": "Sample Slide Show"
  }
}

More? 🚀

Don't miss a new anteon release

NewReleases is sending notifications on new releases.