{"id":13582044,"url":"https://github.com/4thel00z/upnpctl","last_synced_at":"2025-07-24T22:33:12.350Z","repository":{"id":143783319,"uuid":"215657153","full_name":"4thel00z/upnpctl","owner":"4thel00z","description":"Upnp utility for device discovery and scan (+ export as json)","archived":false,"fork":false,"pushed_at":"2023-02-24T18:44:29.000Z","size":13,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-24T16:52:11.663Z","etag":null,"topics":["httpu","scan","scan-tool","scanner","upnp","upnp-listener"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4thel00z.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-16T22:41:50.000Z","updated_at":"2021-08-08T06:19:57.000Z","dependencies_parsed_at":"2023-06-08T12:45:29.880Z","dependency_job_id":null,"html_url":"https://github.com/4thel00z/upnpctl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fupnpctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fupnpctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fupnpctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fupnpctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4thel00z","download_url":"https://codeload.github.com/4thel00z/upnpctl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227482393,"owners_count":17779968,"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":["httpu","scan","scan-tool","scanner","upnp","upnp-listener"],"created_at":"2024-08-01T15:02:24.099Z","updated_at":"2024-12-01T04:16:51.749Z","avatar_url":"https://github.com/4thel00z.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# upnpctl\n\nUsage:\n\n```\n                                                                             _..._                \n                                                                          .-'_..._''.       .---. \n           _________   _...._         _..._   _________   _...._        .' .'      '.\\      |   | \n           \\        |.'      '-.    .'     '. \\        |.'      '-.    / .'                 |   | \n            \\        .'''''.    '. .   .-.   . \\        .'''''.    '. . '               .|  |   | \n             \\      |       \\     \\|  '   '  |  \\      |       \\     \\| |             .' |_ |   | \n   _    _     |     |        |    ||  |   |  |   |     |        |    || |           .'     ||   | \n  | '  / |    |      \\      /    . |  |   |  |   |      \\      /    . . '          '--.  .-'|   | \n .' | .' |    |     |\\''-.-'   .'  |  |   |  |   |     |\\''-.-'   .'   \\ '.          .|  |  |   | \n /  | /  |    |     | '-....-''    |  |   |  |   |     | '-....-''      '. '._____.-'/|  |  |   | \n|   ''.  |   .'     '.             |  |   |  |  .'     '.                 '-.______ / |  '.''---' \n'   .'|  '/'-----------'           |  |   |  |'-----------'                        '  |   /       \n '-'  '--'                         '--'   '--'                                        ''-'\n\nUsage:\n  upnpctl [flags]\n  upnpctl [command]\n\nAvailable Commands:\n  help        Help about any command\n  monitor     Monitor HTTPU packages and print them on stdout\n  scan        Scan the network for possible Devices and persist them\n\nFlags:\n  -h, --help   help for upnpctl\n\nUse \"upnpctl [command] --help\" for more information about a command.\n```\n\n## Example Usages\n\n### Scanning\n\nSave a scan of your local network to a json file:\n\n```\nupnpctl scan \u003e /tmp/scan.json\n```\n\n#### Usage:\n\n``` \nScan the network for possible Devices and persist them\n\nUsage:\n  upnpctl scan [flags]\n\nFlags:\n  -h, --help       help for scan\n  -j, --json       --json (default true)\n  -n, --num int    --num \u003cnum\u003e (default 10)\n  -w, --wait int   --wait \u003cnum\u003e (default 30)\n```\n\n### Monitor\n\n\nMonitor the device discovery (or other httpu packages):\n\n```\nupnpctl monitor\n```\n\n#### Usage:\n``` \nMonitor HTTPU packages and print them on stdout\n\nUsage:\n  upnpctl monitor [flags]\n\nFlags:\n  -a, --addr string    --addr \u003chostname\u003e:\u003cport\u003e (default \"239.255.255.250:1900\")\n  -h, --help           help for monitor\n  -i, --iface string   --iface \u003cinterfacename\u003e\n  -m, --multicast      --multicast \u003ctrue|false\u003e (default true)\n  -p, --print-body     --print-body \u003ctrue|false\u003e (doesn't really make sense for ssdp discovery)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4thel00z%2Fupnpctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4thel00z%2Fupnpctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4thel00z%2Fupnpctl/lists"}