Web Security Tools

We are glad to introduce various Web Security Tools which can help you to check your websites for security flaws.

Web Security Tools for web application testing.

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.