DEV Community

Cover image for Why you should use passive vulnerability scan on your website
SmartScanner
SmartScanner

Posted on

Why you should use passive vulnerability scan on your website

A passive vulnerability scan is a type of security scan in which the scanner sends no unusual request to the server. It is like a visitor browsing the site.

Let's review the benefits of a passive vulnerability scan.

Pick Low Hanging Fruits

Browsing the website is the first thing hackers and security experts do when evaluating a website’s security. It is called a passive scan. Many problems can be identified just by looking into the source code of web pages. Issues like Vulnerable WordPress Version, Application Errors and, Password Over Unencrypted Channel are some of such problems. Intercepting requests and responses between the browser and the server can also reveal many weaknesses. For example, you can detect cookie vulnerabilities just by looking into the web server’s response headers.

Less Impact

Passive scan comparing to active scan is less risky for the availability of the web application.
Since no unexpected request is sent to the web server, the server should be able to handle the scan like any other visitor.

⛔ In passive scans, all URLs are visited so, if there are links that perform actions like deleting accounts or files, passive scans can still be dangerous.

Bypass Web Application Firewalls

Websites usually use WAFs to stop attacks in the production environment. Passive scans don't trigger any alarm on WAFs most of the time. So, the scan can proceed without getting blocked by the firewall.

No Schedule Required

Active vulnerability scans usually put a lot of pressure on the web application. That's why they should be performed at a scheduled time to reduce the risk.
But passive tests can be conducted at any time, just like website visitors that can browse the site anytime.

Fast Security Scan

Browsing a website is fast, so does a passive scan. Passive scans are speedy because they send fewer requests to the webserver. Also, there is less chance of getting caught by WAF that might slow down the scan.

How To Perform A Passive Scan?

You can use either a web browser like Google Chrome or an automated web vulnerability scanner like SmartScanner.

Is Passive Scan Enough?

Definitely no! You should perform full comprehensive scans to have a thorough security test.
Passive scans are excellent for a quick evaluation of the website's security, especially when a full scan is not an option.

Top comments (2)

Collapse
 
dyipon profile image
dy

Google Chrome and Windows Defender both denied to download/run SmartScanner...

Collapse
 
smartscanner profile image
SmartScanner

Sorry for the late response!

That's because it's not digitally signed. To digitally sign the setup I have to pay roughly $400 a year. SmartScanner is a startup and at this stage I cannot afford the certificate.

But you can be sure that nothing's wrong with the SmartScanner. Google Chrome and Windows Defender are warning you that the SmartScanner is from an unknown source. (They'll do the same for any other executable file without digital signature)