I Putu Ariyasa
I Putu Ariyasa
hi @Fahrj , how do i test this? do i need to compile it?
> As I understand you want to start ReverseSSH at startup and let it dial to another machine and open the listener there, right? Yes you're right > It is...
Hi @tony , it seems like this tools is no longer being maintained. my workaround is to run spider before ajax spider since i guess the session after spidering is...
sure, something like this (assuming you have started the zap daemon before) ``` zap-cli spider -c "$CONTEXT_NAME" -u "$CONTEXT_USER" "$URL" && zap-cli ajax-spider "$URL" ``` or with quick-scan ``` zap-cli...
Thanks for the quick response. In this case, a simple math to count success rate with 1 - (err/req). Another thing is for alerting that use the new grafana alerting,...
Well noted. Thanks for considering the feature.
thank you very much @yesoreyeram
Hi, not a direct solution, but what do you think of using terraform with [custom provider](https://registry.terraform.io/providers/TelkomIndonesia/nebula) for managing your entire cluster certificates? A [terraform module](https://registry.terraform.io/modules/TelkomIndonesia/mesh/nebula) is also available for quick...
for example when you use luarocks which has it's own LUA_PATH due to variants in each dependency installed, or when you use docker to keep your host machine clean but...
For me, who is using terraform 0.11.4 (trying to move to 0.12), upgrading to v2.6.0 also result in similar situation. i can only upgrade to v2.5.0 safely without recreating all...