https://github.com/hansschouten/webscan
Scan for website misconfigurations
https://github.com/hansschouten/webscan
scanners vulnerability-scanner website-scanner
Last synced: 8 months ago
JSON representation
Scan for website misconfigurations
- Host: GitHub
- URL: https://github.com/hansschouten/webscan
- Owner: HansSchouten
- Created: 2019-11-01T11:06:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T20:31:23.000Z (over 4 years ago)
- Last Synced: 2024-12-30T03:19:38.353Z (10 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`.