pyurlquerycli


Namepyurlquerycli JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/maaaaz/pyurlquerycli
SummaryA simple script to interact with urlquery.net APIs from cli
upload_time2025-08-03 15:41:49
maintainerNone
docs_urlNone
authorThomas D.
requires_python>=3
licenseLGPL
keywords urlquery url malware phishing analyze sandbox
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyurlquerycli
        =============
        
        Description
        -----------
        A simple script to interact with urlquery.net APIs from cli.
        
        
        Usage
        -----
        ```
        $ python3 -Wall pyurlquerycli/pyurlquerycli.py -h
        usage: pyurlquerycli.py [-h] -i INPUT_FILE [-k API_KEY] [{submit,check}]
        
        version: 1.0
        
        positional arguments:
          {submit,check}        Action to do on urlquery.net (default 'submit')
        
        optional arguments:
          -h, --help            show this help message and exit
        
        common parameters:
          -i INPUT_FILE, --input-file INPUT_FILE
                                Input file (either list of newline-separated FQDN or URL (for submitting) || submission UUID (for
                                checking reports)
          -k API_KEY, --api-key API_KEY
                                API key (could either be provided in the "SECRET_URLQUERY_APIKEY" env var)
        ```
          
        
        Changelog
        ---------
        * version 1.0 - 2025-08-03: Initial commit
        
        Copyright and license
        ---------------------
        
        pyurlquerycli is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
        
        pyurlquerycli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
        
        See the GNU Lesser General Public License for more details.
        
        You should have received a copy of the GNU General Public License along with pyurlquerycli. 
        If not, see http://www.gnu.org/licenses/.
        
        Contact
        -------
        * Thomas Debize < tdebize at mail d0t com >
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maaaaz/pyurlquerycli",
    "name": "pyurlquerycli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "urlquery url malware phishing analyze sandbox",
    "author": "Thomas D.",
    "author_email": "tdebize@mail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/a1/2d5c3130b9155f8ee48f835ce3e3ec9220189a84957ef0ea2acefacc130e/pyurlquerycli-1.1.tar.gz",
    "platform": null,
    "description": "pyurlquerycli\n        =============\n        \n        Description\n        -----------\n        A simple script to interact with urlquery.net APIs from cli.\n        \n        \n        Usage\n        -----\n        ```\n        $ python3 -Wall pyurlquerycli/pyurlquerycli.py -h\n        usage: pyurlquerycli.py [-h] -i INPUT_FILE [-k API_KEY] [{submit,check}]\n        \n        version: 1.0\n        \n        positional arguments:\n          {submit,check}        Action to do on urlquery.net (default 'submit')\n        \n        optional arguments:\n          -h, --help            show this help message and exit\n        \n        common parameters:\n          -i INPUT_FILE, --input-file INPUT_FILE\n                                Input file (either list of newline-separated FQDN or URL (for submitting) || submission UUID (for\n                                checking reports)\n          -k API_KEY, --api-key API_KEY\n                                API key (could either be provided in the \"SECRET_URLQUERY_APIKEY\" env var)\n        ```\n          \n        \n        Changelog\n        ---------\n        * version 1.0 - 2025-08-03: Initial commit\n        \n        Copyright and license\n        ---------------------\n        \n        pyurlquerycli is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n        \n        pyurlquerycli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  \n        \n        See the GNU Lesser General Public License for more details.\n        \n        You should have received a copy of the GNU General Public License along with pyurlquerycli. \n        If not, see http://www.gnu.org/licenses/.\n        \n        Contact\n        -------\n        * Thomas Debize < tdebize at mail d0t com >",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "A simple script to interact with urlquery.net APIs from cli",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/maaaaz/pyurlquerycli"
    },
    "split_keywords": [
        "urlquery",
        "url",
        "malware",
        "phishing",
        "analyze",
        "sandbox"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9a12d5c3130b9155f8ee48f835ce3e3ec9220189a84957ef0ea2acefacc130e",
                "md5": "889f5f152496667bae5288b0c9b18904",
                "sha256": "9d9f5dcbc6a5ecc11e4048478bebb51f116790584199ae00fd1dafb90bbfff73"
            },
            "downloads": -1,
            "filename": "pyurlquerycli-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "889f5f152496667bae5288b0c9b18904",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 3912,
            "upload_time": "2025-08-03T15:41:49",
            "upload_time_iso_8601": "2025-08-03T15:41:49.197601Z",
            "url": "https://files.pythonhosted.org/packages/b9/a1/2d5c3130b9155f8ee48f835ce3e3ec9220189a84957ef0ea2acefacc130e/pyurlquerycli-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 15:41:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maaaaz",
    "github_project": "pyurlquerycli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyurlquerycli"
}
        
Elapsed time: 1.41085s