Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansschouten/webscan

Scan for website misconfigurations
https://github.com/hansschouten/webscan

scanners vulnerability-scanner website-scanner

Last synced: 4 days ago
JSON representation

Scan for website misconfigurations

Awesome Lists containing this project

README

        

# WebScan
Scan for website misconfigurations

## Installation

Dependencies can be installed by running `py setup.py`.

## Usage

Create a data folder and create a `domains.csv` file in the following format:
```
index,domain
0,test.com
1,test2.com
```

Extend `webscan/scanners.py` with additional scanners for each configuration you would like to check.
Add your scanners to `webscan/webscan.py`.

Next, run `py webscan.py`.