Web Security Tools
We are glad to introduce various free security tools which can help you to check your websites for security flaws.
Web Security Tools for web application testing.
Website Malware Scanner
- scan your website for suspicious code and hidden iFrames, check malicious redirects to a 3rd-party URL, check blacklists.
Website Malware Monitoring
- scan your website daily and receive alerts about security problems.
PHP Security Scanner
- scan your PHP/Perl sources line-by-line to find vulnerable code. This can help to see important lines in the source code where user-defined variables should be sanitized.
Web Security Testing
- test your website for input validation vulnerabilities. You may send arbitrary HTTP query with any fake values.
XSS String Encoder
- a tool for XSS tests. Here you can use different types of string-encoding. This allows to check your anti-XSS filters.
SQL Encoder
- a tool for SQL Injection tests. Here you can use different types of string-encoding. This allows to check your SQL-injection filters.


