Google Introduces Open Source Web Security Scanner
Google has released a new web security tool developers can use to check their sites for security vulnerabilities. The tool is called Skipfish and it runs on a Linux or Unix command line in a similar way to well known utilities like Nmap or Nessus. The only difference is that Skipfish runs much faster.
The software is capable of processing 2,000 HTTP requests per second on even a modest system. Tests on local networks have yielded more than 7,000 requests per second. Skipfish owes this amazing speed to its straight-up C implementation.
The tool was designed to identify code that could allow vulnerabilities like cross-site scripting attacks and SQL/XML injection attacks, among others. It even supports asynchronous processing of multithreaded processes for high scalability. If you’re a web developer interested in the software, you can get it here.
Image via H Security