{ "info": { "author": "Christophe Tafani-Dereeper", "author_email": "christophe@tafani-dereeper.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Topic :: Utilities" ], "description": "# NSEInfo\n\nNSEInfo is a tool to\n\n# Sample usages\n\n## Search\n\nFind all NSE scripts related to NFS:\n\n```\nxxx search nfs\n```\n\nFind all NSE exploit scripts related to SMB:\n\n```\nxxx search smb --category exploit\n```\n\nDisplay all the NSE scripts in the category `brute` (bruteforce):\n\n```\nxxx --show-all --category brute\n```\n\nShow the first 5 NSE scripts in the category `discover`:\n\n```\nxxx --show-all --category discovery --limit 5\n```\n\nDisplay all the NSE scripts installed:\n\n```\nxxx --show-all\n```\n\nIf your NSE scripts are not the standard location `/usr/share/nmap/scripts/`, you can use the `-l` or `--location` option to provide your customized path.\n\n## Usage samples\n\nShow a quick description and sample usages (if available) of the NSE script `http-wordpress-enum`:\n\n```\nxxx usage http-wordpress-enum\n```\n \n# Running the tests\n\n```\n$ python -m unittest discover test\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "nse nmap script", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nse-info", "package_url": "https://pypi.org/project/nse-info/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nse-info/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/nse-info/0.1/", "requires_dist": null, "requires_python": null, "summary": "An interactive command-line tool to search and browse NMAP NSE scripts", "version": "0.1" }, "last_serial": 2934788, "releases": { "0.1": [] }, "urls": [] }