# Nmap Vulners NSE

PlexTrac supports importing XML [Vulners NSE files](https://nmap.org/nsedoc/scripts/vulners.html) from **Nmap.** Nmap, short for "Network Mapper," is an open-source network scanning tool that allows network administrators and security professionals to discover devices on a network, identify open ports and services, gather information about those services, perform OS fingerprinting, and automate tasks using custom scripts.&#x20;

Nmap Scripting Engine (NSE) enables users to write and execute custom scripts to perform specific tasks during network scanning. NSE scripts are classified into predefined categories. Nmap vulners files use a database to detect potential vulnerabilities in services and systems found during a network scan.

{% hint style="warning" %}
It's important to note that vulners scripts are distinct from vulscan and vuln scripts. The main difference is the vulnerability database used.
{% endhint %}

<div align="left"><figure><img src="/files/ZlFRaNVZoflxqLpRH3lG" alt="" width="166"><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plextrac.com/plextrac-documentation/product-documentation-1/integrations-and-file-imports/nmap-vulners-nse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
