# Nipper

PlexTrac supports importing XML files from **Nipper.** Nipper is a network security auditing tool used to assess the security of network devices and configurations. It scans network devices, such as routers, switches, and firewalls, and generates detailed reports on their vulnerabilities and compliance with various security standards.

The Nipper tool outputs its scan results in XML format. Users can then import these XML files into PlexTrac to review security findings, generate reports, and perform further analysis using various tools or custom scripts.

{% hint style="info" %}
The security audit section from the Nipper export is optional for import.
{% endhint %}

<div align="left"><figure><img src="/files/g1DM37YsjBgPrJ2gTK7s" alt=""><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/nipper.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.
