Skip to content

SIWECOS/docker-compose-scanners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-scanners

To start all siwecos scanners on your local machine, install Docker and docker-compose, clone this repo and run docker-compose up inside the repo's directory.

This repo is still under heavy development and at the moment not ready for use in production environments.

Usage

Start the SIWECOS base components via

docker-compose up

This command will start the SIWECOS Core-API, all scanners and a callback server. All components get a port mapping to the host system so one can either start a complete scan by sending a scan start request to the Core-API or a single scan by sending this request to one of the scanners.

The following components are included at the moment:

Name Port-Mapping
Callback Server 3000
SIWECOS Core-API 8000
INI-S Scanner 8090
HSHS-DOMXSS Scanner 8091
INFOLEAK Scanner 8093
PORT Scanner 8094
TLS Scanner 8095
VERSION Scanner 8096

Quickstart

You can do a quick-scan for a bunch of domains with the running as follows:

  1. Fill the domainList.txt with one domain per line
  2. Run the scan-domains.sh script

The scan-domain.sh script allows different start parameters. You can either run ALL tests by using the [SIWECOS Core-API] or run a specific scanner by its name: DOMXSS, HEADER, INFOLEAK, PORT, TLS, IMAP_TLS, IMAPS_TLS, POP3_TLS, POP3S_TLS, SMTP_TLS, SMTPS_TLS or VERSION

The Results will be saved in the data/scans.json file. You can either open this file directly or check http://localhost:3000/scans.

Releases

No releases published

Packages

No packages published

Languages