whatweb


Namewhatweb JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/jakbin/whatweb
SummaryNext generation web scanner
upload_time2023-01-11 15:11:29
maintainer
docs_urlNone
authorJak Bin
requires_python>=3
license
keywords whatweb web-scanner
VCS
bugtrack_url
requirements requests beautifulsoup4
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 -t {target}             # Enter URL, hostname, IP addresse
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jakbin/whatweb",
    "name": "whatweb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "whatweb,web-scanner",
    "author": "Jak Bin",
    "author_email": "jakbin4747@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# whatweb\n\nNext generation web scanner\n\n [![PyPI version](https://badge.fury.io/py/whatweb.svg)](https://pypi.org/project/whatweb/)\n [![Downloads](https://pepy.tech/badge/whatweb/month)](https://pepy.tech/project/whatweb)\n [![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)\n ![GitHub Contributors](https://img.shields.io/github/contributors/jakbin/whatweb)\n ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/whatweb)\n ![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/whatweb)\n ![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)\n\n\n## Installation\n\n```sh\npip3 install whatweb\n```\n\n## Usage \n```sh\nwhatweb -t {target}             # Enter URL, hostname, IP addresse\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Next generation web scanner",
    "version": "0.0.6",
    "split_keywords": [
        "whatweb",
        "web-scanner"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c40bc39e165c48235265c8d1b9538d5f44dd40b3e9fdfdffb65c57ca9caaf0de",
                "md5": "2c7b3a4bfd0e5bad8d8c339fe7a7b7d4",
                "sha256": "1ff004885251855777eeac952f4d80a8c918f8e340f8b173a4a3d96f39e3c876"
            },
            "downloads": -1,
            "filename": "whatweb-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c7b3a4bfd0e5bad8d8c339fe7a7b7d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 4437,
            "upload_time": "2023-01-11T15:11:29",
            "upload_time_iso_8601": "2023-01-11T15:11:29.182955Z",
            "url": "https://files.pythonhosted.org/packages/c4/0b/c39e165c48235265c8d1b9538d5f44dd40b3e9fdfdffb65c57ca9caaf0de/whatweb-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-11 15:11:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jakbin",
    "github_project": "whatweb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        }
    ],
    "lcname": "whatweb"
}
        
Elapsed time: 0.04515s