Loading...
Thursday, June 28, 2012

webvulscan V0.12- Web Application Vulnerability Scanner


WebVulScan is a web application vulnerability scanner. It is a web application itself written in PHP and can be used to test remote, or local, web applications for security vulnerabilities. As a scan is running, details of the scan are dynamically updated to the user. These details include the status of the scan, the number of URLs found on the web application, the number of vulnerabilities found and details of the vulnerabilities found.
After a scan is complete, a detailed PDF report is emailed to the user. The report includes descriptions of the vulnerabilities found, recommendations and details of where and how each vulnerability was exploited.


The vulnerabilities tested by WebVulScan are 
  • Reflected Cross-Site Scripting
  • Stored Cross-Site Scripting
  • Standard SQL Injection
  • Broken Authentication using SQL Injection
  • Autocomplete Enabled on Password Fields
  • Potentially Insecure Direct Object References
  • Directory Listing Enabled
  • HTTP Banner Disclosure
  • SSL Certificate not Trusted
  • Unvalidated Redirects
Features:
  • Crawler: Crawls a website to identify and display all URLs belonging to the website.
  • Scanner: Crawls a website and scans all URLs found for vulnerabilities.
  • Scan History: Allows a user to view or download PDF reports of previous scans that they performed.
  • Register: Allows a user to register with the web application.
  • Login: Allows a user to login to the web application.
  • Options: Allows a user to select which vulnerabilities they wish to test for (all are enabled by default).
  • PDF Generation: Dynamically generates a detailed PDF report.
  • Report Delivery: The PDF report is emailed to the user as an attachment.

Version History

8th June 2012 - Version 0.12
  • Emailing PDF report is now optional. Therefore, you can just view it in your scan history if you wish instead of having it emailed to you.
  • Crawling a URL at the start of the scan is now optional. Therefore, you can now test a single webpage for the various vulnerabilties instead of scanning an entire website.
  • Issues fixed that some users were having when running WebVulScan on Linux (static path references and case sensitivity). Now tested on Windows (XAMPP 1.7.4 running on Vista) and Linux (XAMPP 1.7.4 running on Ubuntu 12.04).
  • Added information about Linux permissions to instructions.
  • Instructions now in .docx and .txt format

30th April 2012 - Version 0.11

  • First release of WebVulScan.
Download 
Older version
Our post regarding WebVulScan
Screenshot 










2 comments:

  1. i have download and install Webvulscan to my locanlost to test but i have probleme to register admin acount to login !
    error message:
    There was a problem connecting to the database

    ReplyDelete
  2. hi George.
    Thanks for your reply.
    Have you created new Database called "webvulscan" in mysql database.After Creating database
    ""webvulscan".you need to import webvulscan.sql in
    webvulscan database.It will import all application tables.
    For more details you can share your email in comments.i will mail you snapshots details if your want.

    ReplyDelete

 
TOP