Results 1 to 4 of 4
Is it secure to call
Code:
system("export IFS=' \t\n'; /bin/ls ");...
- 10-26-2007 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 5
system()
Is it secure to call
Code:system("export IFS=' \t\n'; /bin/ls ");
- 10-26-2007 #2
- 10-26-2007 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 5
But if I append userinput to the system()-command I have to filter characters like ";", "|" and "$", right?
- 10-26-2007 #4


Reply With Quote