{"id":13841864,"url":"https://github.com/christophetd/nmap-nse-info","last_synced_at":"2025-04-13T19:32:05.514Z","repository":{"id":144732146,"uuid":"93727096","full_name":"christophetd/nmap-nse-info","owner":"christophetd","description":"Browse and search through nmap's NSE scripts.","archived":false,"fork":false,"pushed_at":"2017-06-08T15:02:27.000Z","size":15,"stargazers_count":60,"open_issues_count":2,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T10:21:23.297Z","etag":null,"topics":["nmap","nmap-scan-script","nse-script","nsescript","pentest-tool","pentesting"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christophetd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-08T08:45:29.000Z","updated_at":"2025-03-06T11:05:43.000Z","dependencies_parsed_at":"2024-01-23T12:57:45.405Z","dependency_job_id":"4336be6b-e280-44d8-bf8c-6206eb997c87","html_url":"https://github.com/christophetd/nmap-nse-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophetd%2Fnmap-nse-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophetd%2Fnmap-nse-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophetd%2Fnmap-nse-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophetd%2Fnmap-nse-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christophetd","download_url":"https://codeload.github.com/christophetd/nmap-nse-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248768004,"owners_count":21158571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nmap","nmap-scan-script","nse-script","nsescript","pentest-tool","pentesting"],"created_at":"2024-08-04T17:01:23.104Z","updated_at":"2025-04-13T19:32:05.118Z","avatar_url":"https://github.com/christophetd.png","language":"Lua","funding_links":[],"categories":["Lua (24)","Lua"],"sub_categories":[],"readme":"# NSEInfo\n\nNSEInfo is a tool to interactively search through nmap's NSE scripts.\n\n[![asciicast](https://asciinema.org/a/4av670luoetzj17y7oxho3juh.png)](https://asciinema.org/a/4av670luoetzj17y7oxho3juh)\n\n\n# Installation\n\nNeeds Python 2.7. To install, run:\n\n```\n$ pip install nltk prettytable git+https://github.com/christophetd/nmap-nse-info.git\n```\n\n# Sample usages\n\n## Search\n\nFind all NSE scripts related to NFS:\n\n```\n$ nseinfo search nfs\n\n3 matches found.\n\n+---------------+----------------------------------------------------------+-----------------+\n|  Script name  |                       Description                        |    Categories   |\n+---------------+----------------------------------------------------------+-----------------+\n|   nfs-statfs  | Retrieves disk space statistics and information from a   | discovery, safe |\n|               |                    remote NFS share.                     |                 |\n+---------------+----------------------------------------------------------+-----------------+\n| nfs-showmount |    Shows NFS exports, like the showmount -e command.     | discovery, safe |\n+---------------+----------------------------------------------------------+-----------------+\n|     nfs-ls    | Attempts to get useful information about files from NFS  | discovery, safe |\n|               |                         exports.                         |                 |\n+---------------+----------------------------------------------------------+-----------------+\n\n```\n\nFind all NSE exploit scripts related to SMB:\n\n```\n$ nseinfo search smb --category exploit\n```\n\nDisplay all the NSE scripts in the category `brute` (bruteforce):\n\n```\n$ nseinfo --show-all --category brute\n```\n\nShow the first 5 NSE scripts in the category `discover`:\n\n```\n$ nseinfo --show-all --category discovery --limit 5\n```\n\nDisplay all the NSE scripts installed:\n\n```\n$ nseinfo --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```\n$ nseinfo usage nfs-ls\n\nnfs-ls: Attempts to get useful information about files from NFS exports.\n\n2 sample usages found:\n\n nmap -p 111 --script=nfs-ls \u003ctarget\u003e\n nmap -sV --script=nfs-ls \u003ctarget\u003e\n\nRun \"nmap --script nfs-ls --help\" for more information.\n```\n \n## Running the tests\n\n```\npython -m unittest discover test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophetd%2Fnmap-nse-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophetd%2Fnmap-nse-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophetd%2Fnmap-nse-info/lists"}