Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New tool: nbtscan #75

Closed
Patrick-DE opened this issue May 14, 2023 · 0 comments
Closed

New tool: nbtscan #75

Patrick-DE opened this issue May 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Patrick-DE
Copy link
Owner

Patrick-DE commented May 14, 2023

{
  "name": "nbtscan",
  "phases": [
    "02. Reconnaissance"
  ],
  "category": "",
  "stealthy": false,
  "platforms": [
    "Linux"
  ],
  "source": "https://github.com/charlesroelli/nbtscan",
  "description": "NBTscan is a program for scanning IP networks for NetBIOS name information. It sends NetBIOS status queries to each address in the supplied range and lists received information in human-readable form.",
  "undetected": [],
  "detected": [],
  "content": "",
  "commands": [
    {
      "id": "f5f60dff-5db9-4e91-bfc6-ef010e5450f2",
      "name": "Help",
      "description": "",
      "tag": "",
      "results": [],
      "cmd": "Usage:\nnbtscan [-v] [-d] [-e] [-l] [-t TIMEOUT] [-b BANDWIDTH] [-r] [-q] [-s SEPARATOR] [-m RETRANSMITS] (-f FILENAME)|(IP_OR_RANGE)\n\nOptions:\n-v      verbose output. Print all names received\n        from each host\n-d      dump packets. Print whole packet contents.\n-e      Format output in /etc/hosts format.\n-l      Format output in lmhosts format.\n        Cannot be used with -v, -s or -h options.\n-t      timeout  wait timeout milliseconds for response.\n        Default 1000.\n-b      bandwidth    Output throttling. Slow down output\n        so that it uses no more that bandwidth bps.\n        Useful on slow links, so that ougoing queries\n        don't get dropped.\n-r      use local port 137 for scans. Win95 boxes\n        respond to this only.\n        You need to be root to use this option on Unix.\n-q      Suppress banners and error messages,\n-s      separator    Script-friendly output. Don't print\n        column and record headers, separate fields with separator.\n-h      Print human-readable names for services.\n        Can only be used with -v option.\n-m      retransmits  Number of retransmits. Default 0.\n-f      filename Take IP addresses to scan from file filename.\n        -f - makes nbtscan take IP addresses from stdin.\n<scan_range>  what to scan. Can either be single IP\n        like 192.168.1.1 or\n        range of addresses in one of two forms: \n        xxx.xxx.xxx.xxx/xx or xxx.xxx.xxx.xxx-xxx."
    },
    {
      "id": "0a58163e-9031-4310-bd3a-64aa03e6e579",
      "name": "Scans 192.168.1.0/24 subnet",
      "description": "",
      "tag": "",
      "results": [
        "INTEL:DOMAIN:COMPUTERS"
      ],
      "cmd": "nbtscan -r 192.168.1.0/24"
    },
    {
      "id": "c5110585-947e-4d16-af3e-9ab6028822fc",
      "name": "Scans C-class network",
      "description": "Prints results in script-friendly format using colon as field separator",
      "tag": "",
      "results": [
        "INTEL:DOMAIN:COMPUTERS"
      ],
      "cmd": "nbtscan -v -s : 192.168.1.0/24"
    },
    {
      "id": "d49dacf9-1f3c-4895-8567-06ef3fe628f3",
      "name": "Scan 192.168.1.0/24 subnet with service names",
      "description": "list all names received from each host (-v), print human-readable service names (-h)",
      "tag": "",
      "results": [
        "INTEL:DOMAIN:COMPUTERS"
      ],
      "cmd": "nbtscan -h -v 192.168.1.0/24"
    }
  ],
  "latest_commit": "2016-05-26T20:16:52Z"
}
@Patrick-DE Patrick-DE added the enhancement New feature or request label May 14, 2023
@Patrick-DE Patrick-DE self-assigned this May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant