phoneutria


Namephoneutria JSON
Version 1.0rc28 PyPI version JSON
download
home_page
SummaryPython 3 library providing security testing capabilities for webservers, enabling GET and POST requests, and incorporating checks against common vulnerabilities such as XSS, SQL Injection, and CSRF.
upload_time2024-03-17 00:12:59
maintainer
docs_urlNone
author
requires_python>=3.7
licenseGPLv2 license
keywords google hacking get post tools cli scan
VCS
bugtrack_url
requirements requests googlesearch-python
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # phoneutria

![PyPI - Downloads](https://img.shields.io/pypi/dm/phoneutria)
![PyPI - License](https://img.shields.io/pypi/l/phoneutria)
![PyPI - Version](https://img.shields.io/pypi/v/phoneutria)

## Description

Python 3 library providing security testing capabilities for webservers.


## install:

    pip install phoneutria

-----------------

## install in ubuntu:

    pip install phoneutria --break-system-packages
----------

## Command line usage:

### Google Hacking:

    phoneutria -gh access.logs

### Occurrence of the word in website:

    phoneutria -t https://api.example.com -w word

### To make a GET request of the all links in website:

    phoneutria -t https://api.example.com --links

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "phoneutria",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Google Hacking,GET,POST,tools,cli,scan",
    "author": "",
    "author_email": "Juan Bindez <juanbindez780@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/f2/d45d04b9e0141a87e179d842b3925925afe1d1ebf8ceb377cb8092552d82/phoneutria-1.0rc28.tar.gz",
    "platform": null,
    "description": "# phoneutria\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/phoneutria)\n![PyPI - License](https://img.shields.io/pypi/l/phoneutria)\n![PyPI - Version](https://img.shields.io/pypi/v/phoneutria)\n\n## Description\n\nPython 3 library providing security testing capabilities for webservers.\n\n\n## install:\n\n    pip install phoneutria\n\n-----------------\n\n## install in ubuntu:\n\n    pip install phoneutria --break-system-packages\n----------\n\n## Command line usage:\n\n### Google Hacking:\n\n    phoneutria -gh access.logs\n\n### Occurrence of the word in website:\n\n    phoneutria -t https://api.example.com -w word\n\n### To make a GET request of the all links in website:\n\n    phoneutria -t https://api.example.com --links\n",
    "bugtrack_url": null,
    "license": "GPLv2 license",
    "summary": "Python 3 library providing security testing capabilities for webservers, enabling GET and POST requests, and incorporating checks against common vulnerabilities such as XSS, SQL Injection, and CSRF.",
    "version": "1.0rc28",
    "project_urls": {
        "Bug Reports": "https://github.com/juanbindez/phoneutria/issues",
        "Homepage": "https://github.com/juanbindez/phoneutria",
        "Read the Docs": "http://phoneutria.readthedocs.io/"
    },
    "split_keywords": [
        "google hacking",
        "get",
        "post",
        "tools",
        "cli",
        "scan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "306f417917c3ce17ca93bc51c8dd406f09614db4f91be1d9838b926039845821",
                "md5": "a901bdc2e75946fc275d246df97d5292",
                "sha256": "88e18975ec97a8ff2c21fadd0acc4faea90b8397cf56d6b53a215cd4bd1a92f2"
            },
            "downloads": -1,
            "filename": "phoneutria-1.0rc28-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a901bdc2e75946fc275d246df97d5292",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12098,
            "upload_time": "2024-03-17T00:12:57",
            "upload_time_iso_8601": "2024-03-17T00:12:57.752352Z",
            "url": "https://files.pythonhosted.org/packages/30/6f/417917c3ce17ca93bc51c8dd406f09614db4f91be1d9838b926039845821/phoneutria-1.0rc28-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ef2d45d04b9e0141a87e179d842b3925925afe1d1ebf8ceb377cb8092552d82",
                "md5": "a82545c5fb6c26def092e7eabbeaf54b",
                "sha256": "e22141f122928aed2098c2c748b5f91df5784443275ca00258f5d4fe99852f1e"
            },
            "downloads": -1,
            "filename": "phoneutria-1.0rc28.tar.gz",
            "has_sig": false,
            "md5_digest": "a82545c5fb6c26def092e7eabbeaf54b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10454,
            "upload_time": "2024-03-17T00:12:59",
            "upload_time_iso_8601": "2024-03-17T00:12:59.655118Z",
            "url": "https://files.pythonhosted.org/packages/0e/f2/d45d04b9e0141a87e179d842b3925925afe1d1ebf8ceb377cb8092552d82/phoneutria-1.0rc28.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 00:12:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "juanbindez",
    "github_project": "phoneutria",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "googlesearch-python",
            "specs": []
        }
    ],
    "lcname": "phoneutria"
}
        
Elapsed time: 0.21598s