Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hansschouten/webscan
- Owner: HansSchouten
- Created: 2019-11-01T11:06:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T20:31:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T00:30:58.886Z (about 2 months ago)
- Topics: scanners, vulnerability-scanner, website-scanner
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.