https://github.com/mathis2001/wappassivescan
Passive Vulnerability Scanner working with Wappalyzer API and MITRE CVE search functionnality.
https://github.com/mathis2001/wappassivescan
bugbounty bugbounty-tool cve mitre passive-vulnerability-scanner pentest pentest-tool pentesting pentesting-tools wappalyzer
Last synced: 12 days ago
JSON representation
Passive Vulnerability Scanner working with Wappalyzer API and MITRE CVE search functionnality.
- Host: GitHub
- URL: https://github.com/mathis2001/wappassivescan
- Owner: mathis2001
- Created: 2023-02-22T14:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T15:02:37.000Z (over 3 years ago)
- Last Synced: 2025-02-26T17:19:27.184Z (over 1 year ago)
- Topics: bugbounty, bugbounty-tool, cve, mitre, passive-vulnerability-scanner, pentest, pentest-tool, pentesting, pentesting-tools, wappalyzer
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WapPassiveScan
Passive Vulnerability Scanner working with Wappalyzer API and MITRE CVE search functionnality.
## Prerequisites:
- requests
- BeautifulSoup
- PrettyTable
- argparse
## Install:
```bash
$ git clone https://github.com/mathis2001/WapPassiveScan
$ cd WapPassiveScan
$ python3 WapPassiveScan.py
```
## Usage:
First, You will have to create an account on https://www.wappalyzer.com/. Then, go to https://www.wappalyzer.com/apikey/ and generate a new API key.
After that, all you have to do is creating a variable named 'WAPPALYZER' in your environment variables containing the key and starting using the tool like that:
```bash
./WapPassiveScan.py [-u url] [-l list of urls] [-o output file]
```
## Options:
```bash
-h, --help show this help message and exit
-u, --url target a single url
-l, --list target a list of urls in a file
-o, --output output filename
```
## Screenshots:


[Capture vidéo 15:57:41.webm](https://user-images.githubusercontent.com/40497633/220944085-39d89b9e-6e1f-4a9b-a7df-e034ab889918.webm)
## To Do:
- Reduce false positives