Metadata-Version: 2.1
Name: whatweb
Version: 0.0.8
Summary: Next generation web scanner
Home-page: https://github.com/jakbin/whatweb
Author: Jak Bin
Author-email: jakbin4747@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/jakbin/whatweb/issues
Keywords: whatweb,web-scanner
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: colorama
Requires-Dist: dnspython
Requires-Dist: requests

# whatweb

Next generation web scanner

 [![PyPI version](https://badge.fury.io/py/whatweb.svg)](https://pypi.org/project/whatweb/)
 [![Downloads](https://pepy.tech/badge/whatweb/month)](https://pepy.tech/project/whatweb)
 [![Downloads](https://static.pepy.tech/personalized-badge/whatweb?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/whatweb)
 ![GitHub Contributors](https://img.shields.io/github/contributors/jakbin/whatweb)
 ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/whatweb)
 ![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/whatweb)
 ![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)


## Installation

```sh
pip3 install whatweb
```

## Usage 
```sh
whatweb {target}           # Enter URL, hostname, IP address
```

## Demo

![Demo](demo.png "whatweb demo")
