WebmasterID logoWebmasterID
Search bots

Netsparker / Invicti scanner

Netsparker, rebranded as Invicti, is a commercial dynamic application security testing (DAST) scanner. It crawls a target web application and actively tests inputs for vulnerabilities such as injection and misconfiguration, producing a security report. It is a security-testing tool meant to be run against your own sites with authorization, not a search engine, and its traffic looks like aggressive crawling plus probe requests.

Verified against primary sources

What this means

Invicti (formerly Netsparker) is a dynamic application security testing platform. It crawls an application to map its surface, then sends crafted requests to detect vulnerabilities like SQL injection, cross-site scripting, and misconfiguration, confirming findings where possible.

This is active security testing, intended to be run with authorization against applications you control. It is not a search engine and not benign content crawling — it deliberately probes inputs.

How it identifies itself

Netsparker/Invicti scans typically carry a configurable scanner user-agent referencing the product, which security teams often set explicitly so scans are recognisable in logs. Match on the documented scanner identity and the probe pattern rather than assuming a fixed string.

Because the user-agent is configurable and can be copied, treat it as a claim. An authorized scan should correlate with a test you scheduled.

robots.txt considerations

A security scanner you run is usually configured to ignore robots.txt so it can test the whole application. robots.txt therefore is not a reliable way to limit an authorized scan, and it certainly will not stop an unauthorized one — robots.txt is a request to compliant crawlers, not an access control.

If you see scan traffic you did not authorize, treat it as a security event rather than a robots.txt question.

How it appears in analytics and logs

An Invicti/Netsparker pattern means a DAST scanner crawled and probed your application for vulnerabilities. If you authorized it, it is expected security-testing traffic; if not, it warrants investigation. Either way it is bot traffic, not a human visit or a search-index crawl.

Diagnostic use case

Recognise an Invicti/Netsparker security scan in logs, confirm it is an authorized test of your own application, and distinguish DAST scanning from search indexing or hostile probing.

What WebmasterID can help detect

WebmasterID classifies Netsparker/Invicti scan traffic server-side as security-scanning bot activity and surfaces it on the bot-intelligence surface, so authorized (or unexpected) scans stay separate from human analytics.

Common mistakes

Privacy and accuracy notes

Identification uses only the request user-agent and scan pattern. No visitor identity is involved. WebmasterID records the activity as a bot event, separate from human analytics, and never attaches it to a profile.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.