Shell Command Injection
Shell Command Injection is a really simple concept and vulnerability that lot of website designers overlook. The only time when one needs to worry about this type of exploit is when they are issuing a direct system command through their web application, either a php webpage that lists whe directory content using ls, or a […]