anteon icon indicating copy to clipboard operation
anteon copied to clipboard

Feature request: record / save browsing as a config.json

Open icougil opened this issue 2 years ago • 7 comments

Hi team!

I just arrived to your application, and it looks fairly simple to use and at the same time, really powerful, so congratulations on your side! 😃👍

I was wondering, have you thought of a way to "record" a user's navigation in the config.json format ? It would be really super useful for example, to really automate behaviours on a website.

Another option could also be to use other existing tools and try to "transform" the data format of each tool to ddosify's own format. For example, you could start from a .har or .js file provided by Chrome (the former if you export your navigation via network, the latter if you record a session) or else use tools like Postman with its .json format.

Best regards,

icougil avatar Apr 24 '22 09:04 icougil

Hi @icougil

Thanks for the nice words :)

We are planning 2 options to cover this requirement. The first one is importing the .har file to the Ddosify. The second one is importing the Postman collection. Postman would be a better option since most of the developers already use it to test their APIs. But before starting this we have to finalize parametrization/correlation support which we are working on these days. So we can be compatible with Postman .json format.

Best,

kursataktas avatar Apr 25 '22 11:04 kursataktas

👍 totally understandable. I look forward to hearing more about this kind of features 😉

icougil avatar Apr 25 '22 16:04 icougil

I think potentially you could also support .side files (Selenium scenarious). But it's more complex than just navigation.

zhiburt avatar Oct 07 '22 11:10 zhiburt

@zhiburt This would be interesting feature. There are lots of Selenium users.

kursataktas avatar Oct 07 '22 18:10 kursataktas

Another format the tool could support is a sitemap xml. It can help to find slow pages of your site.

Elyseum avatar Oct 17 '22 17:10 Elyseum

Another format the tool could support is a sitemap xml. It can help to find slow pages of your site.

yep this would be super powerful!

hpvd avatar Aug 04 '23 12:08 hpvd

there seem to be already another sitemap.xml request, see https://github.com/ddosify/ddosify/issues/15

hpvd avatar Aug 04 '23 12:08 hpvd