{"id":13700904,"url":"https://github.com/hdm/nextnet","last_synced_at":"2025-04-06T19:12:35.708Z","repository":{"id":57501217,"uuid":"120713888","full_name":"hdm/nextnet","owner":"hdm","description":"nextnet is a pivot point discovery tool written in Go.","archived":false,"fork":false,"pushed_at":"2021-01-01T19:08:48.000Z","size":11,"stargazers_count":433,"open_issues_count":13,"forks_count":55,"subscribers_count":20,"default_branch":"main","last_synced_at":"2024-02-15T09:34:42.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hdm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-08T05:09:54.000Z","updated_at":"2023-12-08T12:39:43.000Z","dependencies_parsed_at":"2022-09-14T19:41:40.291Z","dependency_job_id":null,"html_url":"https://github.com/hdm/nextnet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm%2Fnextnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm%2Fnextnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm%2Fnextnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm%2Fnextnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hdm","download_url":"https://codeload.github.com/hdm/nextnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535519,"owners_count":20954576,"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":[],"created_at":"2024-08-02T20:01:06.834Z","updated_at":"2025-04-06T19:12:35.683Z","avatar_url":"https://github.com/hdm.png","language":"Go","funding_links":[],"categories":["Network Scanners","Go"],"sub_categories":[],"readme":"nextnet\r\n===\r\n\r\n[![GoDoc](https://godoc.org/github.com/hdm/nextnet?status.svg)](https://godoc.org/github.com/hdm/nextnet)\r\n\r\nnextnet is a pivot point discovery tool written in Go.\r\n\r\n## Download\r\n\r\nBinary packages are available [here](https://github.com/hdm/nextnet/releases/latest).\r\n\r\n## Install\r\n\r\nMost folks should download a compiled binary from the releases page. If you have Go installed, you can build your own binary by running:\r\n```\r\n$ go get github.com/hdm/nextnet\r\n```\r\n\r\n## Usage\r\n\r\n```\r\nUsage: ./nextnet [options] \u003ccidr or ip address\u003e ... \u003ccidr or ip address\u003e\r\n\r\nProbes a list of networks for potential pivot points.\r\n\r\nOptions:\r\n\r\n  -h, --help            Show Usage and exit.\r\n  \r\n  -rate int\r\n    \tSet the maximum packets per second rate (default 1000)\r\n      \r\n  -version\r\n    \tShow the application version\r\n```\r\n\r\n### Local Network Discovery\r\nIdentify a multi-homed Windows desktop on the local network.\r\n\r\n```\r\n$ nextnet 192.168.0.0/24\r\n\r\n{\"host\":\"192.168.0.112\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"DESKTOP-H14GTIO\",\"nets\":[\"192.168.10.12\",\"192.168.20.12\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"14:dd:a9:e4:10:a0\"}}\r\n\r\n```\r\n\r\n### Fast External Network Scans\r\nQuickly identify multi-homed hosts running Netbios on the internet\r\n\r\n```\r\n$ nextnet -rate 10000 114.80.0.0/16 | grep nets\r\n\r\n{\"host\":\"114.80.62.194\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WIN-6F47E00F5JS\",\"nets\":[\"192.168.80.2\",\"192.168.90.8\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"b8:2a:72:d6:e6:b7\"}}\r\n{\"host\":\"114.80.60.40\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"ESX140-2008G\",\"nets\":[\"192.168.11.40\",\"114.80.60.40\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"00:0c:29:03:df:5a\"}}\r\n{\"host\":\"114.80.86.222\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"SHOFFICE-ISA\",\"nets\":[\"114.80.86.222\"],\"info\":{\"domain\":\"\\u0001\\u0002__MSBROWSE__\\u0002\",\"hwaddr\":\"00:0c:29:5f:ba:d1\"}}\r\n{\"host\":\"114.80.153.49\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WIN-0GRAGSOGFGS\",\"nets\":[\"114.80.153.49\",\"172.16.0.157\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"90:b1:1c:40:72:31\"}}\r\n{\"host\":\"114.80.156.143\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WIN-E1GEEJQBT45\",\"nets\":[\"114.80.156.143\",\"192.168.60.1\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"b0:83:fe:e9:3b:d0\"}}\r\n{\"host\":\"114.80.157.110\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"SHWGQ-DBWEB\",\"nets\":[\"112.65.248.9\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"00:26:55:1e:8c:04\"}}\r\n{\"host\":\"114.80.157.108\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"DATA-FCMB\",\"nets\":[\"112.65.248.8\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"00:1f:29:64:e5:f4\"}}\r\n{\"host\":\"114.80.157.170\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"DZH-TRS6\",\"nets\":[\"10.10.2.13\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"ac:16:2d:7a:ff:f0\"}}\r\n{\"host\":\"114.80.157.44\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WINAD2\",\"nets\":[\"169.254.35.57\",\"114.80.157.44\"],\"info\":{\"domain\":\"WINAD02\",\"hwaddr\":\"00:50:56:9d:4f:e1\"}}\r\n{\"host\":\"114.80.156.99\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WUHAN\",\"nets\":[\"10.1.1.2\",\"169.254.95.120\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"34:40:b5:9e:cf:28\"}}\r\n{\"host\":\"114.80.166.28\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"KEDE-MOBILE-131\",\"nets\":[\"114.80.166.28\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"00:50:56:94:54:5c\"}}\r\n{\"host\":\"114.80.167.219\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WIN-DB2BC7UU0CM\",\"nets\":[\"192.168.100.191\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"00:50:56:94:49:7c\"}}\r\n{\"host\":\"114.80.157.135\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WIN-L3DFEEB\",\"nets\":[\"169.254.54.216\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"90:b1:1c:09:61:cc\"}}\r\n{\"host\":\"114.80.207.27\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"R420\",\"nets\":[\"192.168.126.1\",\"192.168.72.1\",\"169.254.73.205\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"44:a8:42:3f:8a:23\"}}\r\n{\"host\":\"114.80.215.81\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WINDOWS-7III9JS\",\"nets\":[\"114.80.215.81\",\"192.168.108.1\",\"192.168.233.1\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"6c:ae:8b:38:51:f3\"}}\r\n{\"host\":\"114.80.215.90\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"HYDROGEN\",\"nets\":[\"114.80.215.90\",\"2.0.1.1\",\"1.1.1.1\",\"192.168.118.1\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"e4:1f:13:95:ee:c2\"}}\r\n{\"host\":\"114.80.222.219\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WIN-VINFEGJ7HP8\",\"nets\":[\"114.80.222.219\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"14:18:77:41:17:25\"}}\r\n{\"host\":\"114.80.245.193\",\"port\":\"137\",\"proto\":\"udp\",\"probe\":\"netbios\",\"name\":\"WINDOWS-OT2WS9T\",\"nets\":[\"114.80.245.193\"],\"info\":{\"domain\":\"WORKGROUP\",\"hwaddr\":\"a0:d3:c1:f2:3e:26\"}}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdm%2Fnextnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdm%2Fnextnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdm%2Fnextnet/lists"}