Skip to content

A collection of short wrappers and utility scripts for scanning websites (on security vulnerabilities)

License

Notifications You must be signed in to change notification settings

PeterMosmans/webscan-wrapper-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of short wrappers and utility scripts for scanning websites (on security vulnerabilities)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages