Skip to main content
Vulnerability Scanning
Created bymhmdiaa-trickest
Last updated8/12/2024

Input Parameters

string
Maximum number of requests to send per second per machine
file
required
JSONLines records of port or network service discovery details from the Scan for Open Ports or Fingerprint Network Services modules

Outputs

findings

Scan Network Services for Misconfigurations

Description

Scan for network service misconfigurations that range from disclosing information and exposing sensitive functionality to enabling complete takeover of an asset.

Features

  • Scans for a wide range of misconfiguration scenarios.
  • Supports various network protocols.
  • Can scan thousands of web servers simulataneously.

Inputs

Required

  • port-details: JSONLines records of port or network service discovery details from the “Scan for Open Ports” or “Fingerprint Network Services” modules.

Optional

  • rate-limit: Maximum number of requests to send per second per machine (default: 300)

Outputs

  • findings: JSONLines records of finding details.

Changelog

  • v1.0
    • Initial release