Skip to content

Sigma Linter

Web

Oh wow, another web app interface for command-line tools that already exist!
This one seems a little busted, though...

image

A YAML-linter is provided, with a few examples:

image image image image

After a bit of searching, I came across this blog

Upon trying the approach in the blog:

image

The displayed error indicates that the command was indeed executed! Now we try with valid commands to get the flag

image

To resolve the errors shown:

image

Executed successfully, but not displayed. Since title is a mandatory field, try to inject the command there:

image

Yep it worked! We can see the output of the shell command in the error message. We now know there's a flag.txt:

image