Tools and tests to improve system security?

1
Hello, by searching a little about the security issue, I was wondering if there is any tool that tests the security of a PHP system, trying to apply various forms of intrusion into the system. I wanted to know if my systems are safe, I use best practices on security issues, but I've never seen them working.

Is there any tool that does intrusion testing automatically? Like SQL and XSS injection attacks. If so, how do you use it? (brief explanation)

    
asked by anonymous 05.11.2016 / 19:03

1 answer

1

There are several tools. They test the application and the WEB server, regardless of the language in which it was developed.

To test, just enter the URL and type of tests.

NOTE: Free versions have limitations, but they are already helping to identify security holes in the application and the server.

Here are some of them:

05.11.2016 / 19:16