Sign inSign up

cysecurity/shieldsup

By cysecurity

Updated 7 months ago

Automated vulnerability scanner for network and web security assessments with differential scanning

Image
Networking
Security
Web servers
0

1.1K

cysecurity/shieldsup repository overview

ShieldsUp

Automated vulnerability scanner that performs network and web security assessments on URLs, IP addresses, and IP ranges. Supports differential scanning to verify fixes and track vulnerability status across repeated scans. Built on Nuclei, Naabu, and Katana.

Features

  • One-time scanning - Run an immediate vulnerability scan on any target URL, IP, or IP range
  • Scheduled scans - Automate scans on a weekly or monthly basis
  • Differential scanning - Rescan targets after remediation to verify fixes, track unfixed vulnerabilities, and classify false positives
  • BugTrack - Track, prioritize, and manage vulnerabilities from a centralized dashboard
  • Custom scripts - Upload custom YAML templates for specific vulnerability detection
  • Web dashboard - Manage scans, view alerts, and download reports from a browser-based panel
  • DOCX/Excel reports - Generate detailed vulnerability reports for stakeholders
  • TLS by default - HTTPS enabled out of the box
  • Multi-user - Role-based access with user management

Quick Start

git clone https://github.com/CSPF-Founder/shieldsup-docker.git
cd shieldsup-docker
python3 setup.py

The setup script generates secure passwords, creates TLS certificates, writes the configuration, and starts the stack. Access the panel at https://localhost:4466.

Architecture

ServiceImagePurpose
shieldsupcysecurity/shieldsupWeb panel + scan engine
mariadbmariadb:10.11User and session storage
mongodbmongo:4.4Scan data and results

Requirements

  • Docker Engine 20.10+
  • Docker Compose v2
  • Python 3.6+ (for setup script)
  • 8 GB RAM minimum (16 GB recommended)

Documentation

Full deployment guide, configuration reference, and troubleshooting: GitHub

Tag summary

Content type

Image

Digest

sha256:70d975960

Size

167 MB

Last updated

7 months ago

docker pull cysecurity/shieldsup