Server Side Code Injection

Server Side Code Injection (SSI) can be disastrous. Such as PHP inclusion which will allow scripts to run, SSI vulnerabilities will allow compiled server side to be executed by the website or external websites through the use of web services. These types of attacks are very hard to discover even if suspected. The process in which they are inserted are explained in Directory Traversal and arbitrary File Creation.

WebSafe will test for Server Side Code Injection:
By attempting several file creation and modification scripts, it is possible to test if a website is vulnerable to Server Side Code Injection.
DisclaimerPrivacyTerms of Use