help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] How to test against shell code injection?


From: adrelanos
Subject: [Help-bash] How to test against shell code injection?
Date: Sun, 07 Jul 2013 23:48:38 +0000

Hi,

I wrote a server in bash. It handles potentially untrusted input.

Do you know some code to test if its safe?

I mean and tried something like

$(x) \
  ' \
`x`

And nothing strange happened. No code execution.

Do you have better suggestions?

Cheers,
adrelanos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]