{"id":13842300,"url":"https://github.com/SPuerBRead/mqtts","last_synced_at":"2025-07-11T15:30:42.324Z","repository":{"id":110209361,"uuid":"376289627","full_name":"SPuerBRead/mqtts","owner":"SPuerBRead","description":"MQTT安全测试工具 (MQTT Security Tools)","archived":false,"fork":false,"pushed_at":"2021-06-13T03:15:34.000Z","size":6892,"stargazers_count":55,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-21T13:34:10.442Z","etag":null,"topics":["mqtt","scan-tool","security","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Go","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/SPuerBRead.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,"dei":null}},"created_at":"2021-06-12T12:54:20.000Z","updated_at":"2024-11-07T02:37:15.000Z","dependencies_parsed_at":"2023-04-04T15:19:13.014Z","dependency_job_id":null,"html_url":"https://github.com/SPuerBRead/mqtts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SPuerBRead/mqtts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPuerBRead%2Fmqtts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPuerBRead%2Fmqtts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPuerBRead%2Fmqtts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPuerBRead%2Fmqtts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SPuerBRead","download_url":"https://codeload.github.com/SPuerBRead/mqtts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPuerBRead%2Fmqtts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264840310,"owners_count":23671633,"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":["mqtt","scan-tool","security","security-tools"],"created_at":"2024-08-04T17:01:31.459Z","updated_at":"2025-07-11T15:30:39.366Z","avatar_url":"https://github.com/SPuerBRead.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\t███╗   ███╗ ██████╗ ████████╗████████╗███████╗\n\t████╗ ████║██╔═══██╗╚══██╔══╝╚══██╔══╝██╔════╝\n\t██╔████╔██║██║   ██║   ██║      ██║   ███████╗\n\t██║╚██╔╝██║██║▄▄ ██║   ██║      ██║   ╚════██║\n\t██║ ╚═╝ ██║╚██████╔╝   ██║      ██║   ███████║\n\t╚═╝     ╚═╝ ╚══▀▀═╝    ╚═╝      ╚═╝   ╚══════╝\n\n\n# MQTTS\n[![GoV](https://img.shields.io/badge/golang-1.16.4-brightgreen.svg)]()\n\n![](./img/render1623551568329.gif)\n\n支持安全检查类型\n-----------\n* 匿名登陆 (批量)\n* emqx embox_plugin_template任意用户名密码登陆 (批量)\n* 用户名密码爆破 (批量)\n* 获取服务端信息\n* 尽可能获取所有topic信息\n* 获取证书信息\n\n支持协议类型\n-----------\n* TCP\n* SSL\n* WS\n* WSS\n\n使用说明\n-----------\n自动探测（包含匿名登陆、任意用户名密码登陆、用户名密码爆破）\n\n`./mqtts -t 127.0.0.1 -p 1883 -au`\n\n获取服务端信息\n\n`./mqtts -t 127.0.0.1 -p 1883 -s`\n\n获取topic信息\n\n`./mqtts -t 127.0.0.1 -p 1883 -ts -w 60`\n\n批量测试\n\n`./mqtts -tf ./target.txt -au`\n\n其他参数见 `./mqtts -h`\n\n批量扫描文件格式(空格分割，*必填项)\n\n*host *port protocol clientId username password\n\n\n编译源代码\n-----------\n\n### mac\n\n`CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o mqtts_darwin_amd64 main.go `\n\n### linux\n\n`CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o mqtts_linux_amd64 main.go`\n\n### win64\n\n`CGO_ENABLED=0 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc go build -o mqtts_windows_amd64.exe main.go`\n\n### win32\n\n`CGO_ENABLED=0 GOOS=windows GOARCH=386 CC=i686-w64-mingw32-gcc go build -o mqtts_windows_386.exe main.go`\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSPuerBRead%2Fmqtts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSPuerBRead%2Fmqtts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSPuerBRead%2Fmqtts/lists"}