Skip to content

Releases: getanteon/anteon

v0.11.0

29 Dec 11:14
6b3098d
Compare
Choose a tag to compare

✅ Correlation feature Introduced by @kenanfarukcakir

Correlation - Extract variables from earlier phases and pass them on to the following ones. Usage: https://github.com/ddosify/ddosify#correlation

Breaking Changes

The protocol flag -p is deprecated. You should include the protocol in the target flag: -t. Example:

Old:

ddosify -t servdown.com -p https

New:

ddosify -t https://servdown.com

Changelog

More? 🚀

v0.10.0

15 Dec 12:49
d515b9d
Compare
Choose a tag to compare

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? 🚀

v0.9.1

06 Dec 16:19
1bdd65b
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.9.0

15 Oct 22:51
e53cd98
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.8.3

08 Sep 11:24
eddadbb
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.8.2

05 Sep 13:51
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.8.1

18 Jul 08:22
231ec08
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.8.0

07 Jun 20:47
0410493
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.7.9

28 Apr 10:44
4493b9c
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.7.8

28 Apr 09:51
381f73a
Compare
Choose a tag to compare

Changelog

More? 🚀