sniff-admanvoids


Namesniff-admanvoids JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/daveymason/sniff
SummaryA package for sniffing website information
upload_time2024-08-16 21:57:14
maintainerNone
docs_urlNone
authorDavey Mason
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Sniff - The Website Sniffer

Sniff is a command-line tool for sniffing website information including SSL details, WHOIS information, security headers, and more.

## Installation

Install the package using pip:

```sh
pip install sniff_admanvoids
```

## Usage

Run the script with the website URL as an argument:

```sh
sniff example.com
```

## Options

The script supports the following options:

- `--output`: Specify the output format (json, csv, html)

```sh
sniff example.com --output json
```


## Notes

- Ensure you have a stable internet connection while running the script.
- The script currently performs basic technology analysis using HTTP headers. For more detailed analysis, consider using specialized tools or libraries.

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/daveymason/sniff",
    "name": "sniff-admanvoids",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Davey Mason",
    "author_email": "Davey Mason <daveymason@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/cb/cf/a38cf0b62f05d5fd1e21f72e1266d934c53ce069fafe66a26d3369e151e4/sniff_admanvoids-0.1.4.tar.gz",
    "platform": null,
    "description": "\n# Sniff - The Website Sniffer\n\nSniff is a command-line tool for sniffing website information including SSL details, WHOIS information, security headers, and more.\n\n## Installation\n\nInstall the package using pip:\n\n```sh\npip install sniff_admanvoids\n```\n\n## Usage\n\nRun the script with the website URL as an argument:\n\n```sh\nsniff example.com\n```\n\n## Options\n\nThe script supports the following options:\n\n- `--output`: Specify the output format (json, csv, html)\n\n```sh\nsniff example.com --output json\n```\n\n\n## Notes\n\n- Ensure you have a stable internet connection while running the script.\n- The script currently performs basic technology analysis using HTTP headers. For more detailed analysis, consider using specialized tools or libraries.\n\n## License\n\nThis project is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for sniffing website information",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/daveymason/sniff",
        "Issues": "https://github.com/daveymason/sniff/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9548a5be9a798abdcad07fae9027593d8c7126e62f8e9c705e5797a7d0a0d74e",
                "md5": "b6122da9698dd0cededbab0192dbc3bd",
                "sha256": "28fce85a9c2d111fae43a489206db651ea6b3e7be931f1e5bd944cd8669c4115"
            },
            "downloads": -1,
            "filename": "sniff_admanvoids-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6122da9698dd0cededbab0192dbc3bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7078,
            "upload_time": "2024-08-16T21:57:13",
            "upload_time_iso_8601": "2024-08-16T21:57:13.064322Z",
            "url": "https://files.pythonhosted.org/packages/95/48/a5be9a798abdcad07fae9027593d8c7126e62f8e9c705e5797a7d0a0d74e/sniff_admanvoids-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbcfa38cf0b62f05d5fd1e21f72e1266d934c53ce069fafe66a26d3369e151e4",
                "md5": "f0f5cb847ad62a946c29eb6a3990c8d0",
                "sha256": "60fe38f69a4520c33ba7823bb82d4778cb9cdde65f4841bedf1a7f393e524c08"
            },
            "downloads": -1,
            "filename": "sniff_admanvoids-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f0f5cb847ad62a946c29eb6a3990c8d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7663,
            "upload_time": "2024-08-16T21:57:14",
            "upload_time_iso_8601": "2024-08-16T21:57:14.825194Z",
            "url": "https://files.pythonhosted.org/packages/cb/cf/a38cf0b62f05d5fd1e21f72e1266d934c53ce069fafe66a26d3369e151e4/sniff_admanvoids-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 21:57:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daveymason",
    "github_project": "sniff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sniff-admanvoids"
}
        
Elapsed time: 0.62035s