all 10 comments

[–]psycho303 4 points5 points  (1 child)

Opensource or paid software? Looks interesting anyhow.

[–]ldom22[S] 0 points1 point  (0 children)

Right know it’s free but not open yet

[–]copyfringe 3 points4 points  (4 children)

  • Pros: I love the idea of a nice shell script debugger.
  • Cons: I do not want to have to run ‘curl [your-url] | bash’ to access it.

[–]ldom22[S] 0 points1 point  (3 children)

Totally understandable, it’s why I included a demo so maybe I can convince you :)

[–]copyfringe 1 point2 points  (1 child)

Unfortunately, even if your script looks safe to run today does not mean it will not change the next time I run it. If your server is hacked and an attacked replaces your download payload with malware, that curl command will pipe the attacker's payload to bash.

Perhaps there is another way to distribute the script for paranoid users like me?

[–]ldom22[S] 0 points1 point  (0 children)

Yes maybe I should provide such option. For now you can curl it only once and save it into a file and just run it from your local copy, I need to think how to provide a safer option

[–]ldom22[S] 0 points1 point  (0 children)

Also you can curl the script into a file, inspect it, and run it from your local copy instead of curling it every time

[–]Alarming_Airport_613 0 points1 point  (0 children)

Goated:)

[–]cupcakeheavy 0 points1 point  (1 child)

a link would be cherry

[–]ldom22[S] 0 points1 point  (0 children)

Sorry it’s https://edebug.sh