https://github.com/petermosmans/webscan-wrapper-scripts
A collection of short wrappers and utility scripts for scanning websites (on security vulnerabilities)
https://github.com/petermosmans/webscan-wrapper-scripts
Last synced: about 1 year ago
JSON representation
A collection of short wrappers and utility scripts for scanning websites (on security vulnerabilities)
- Host: GitHub
- URL: https://github.com/petermosmans/webscan-wrapper-scripts
- Owner: PeterMosmans
- License: gpl-3.0
- Created: 2015-10-20T08:18:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T07:29:36.000Z (over 10 years ago)
- Last Synced: 2025-01-23T06:28:58.777Z (over 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webscan-wrapper-scripts
A collection of short wrappers and utility scripts for scanning websites (on security vulnerabilities)
## wappalyzer_wrapper.py
A wrapper around Wappalyzer: Checks which framework(s) a (list of) website(s) use(s)
### Dependencies
* BeautifulSoup (needed by Wappalyzer)
* python-Wappalyzer
* requests
### Installation
pip install -r requirements.txt
### Usage
```
usage: wappalyzer_wrapper.py [-h] [--file FILE] [URL]
positional arguments:
URL the URL to check
optional arguments:
-h, --help show this help message and exit
--file FILE file containing urls to check
```