All Questions
Tagged with bash-scriptingremote-code-execution
1 question
3votes
2answers
701views
Are alphanumeric strings safe to pass to a bash script?
I'm currently developing a web service that takes user input and passes it to a bash script as an argument. I know that without sanitizing this allows for remote command execution. So I want to know ...