{% extends "base.html" %} {% block title %}Create Configuration - SneakyScanner{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}

Create New Configuration

Back to Configs
Create Configuration from CIDR Range

Specify a CIDR range to automatically generate a configuration for all IPs in that range. You can edit the configuration afterwards to add expected ports and services.

A descriptive title for your scan configuration
Enter a CIDR range (e.g., 10.0.0.0/24 for 254 hosts). Maximum 10,000 addresses per range.
Logical grouping name for these IPs (default: "Site 1")
Sets the default expectation for ICMP ping responses from these IPs
Upload YAML Configuration

For advanced users: upload a YAML config file directly.

Drag & drop YAML file here or click to browse

{% endblock %} {% block scripts %} {% endblock %}