Developing a web scanner toolkit, that will scan websites and web servers for common vulnerabilities. The application comprises of a web spider to review the server or website in question to check for vulnerabilities such as XSS(Cross site scripting) SQL injection and other general injection attacks and cookies, among other types of attacks. User inserts IP address or domain site into the application.

 

The software automatically scans the web pages, URL address, input registration forms and upload facilities to ensure there are no hidden extensions. The application is built in Python and will be used by managers of website and server administrators.