{"id":13840505,"url":"https://github.com/chennqqi/godnslog","last_synced_at":"2025-04-05T04:13:01.226Z","repository":{"id":37211743,"uuid":"287160114","full_name":"chennqqi/godnslog","owner":"chennqqi","description":"An exquisite dns\u0026http log server for verify SSRF/XXE/RFI/RCE vulnerability ","archived":false,"fork":false,"pushed_at":"2023-09-16T14:39:20.000Z","size":853,"stargazers_count":466,"open_issues_count":14,"forks_count":74,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T03:08:34.006Z","etag":null,"topics":["dnslog","rce","rfi","ssrf","vulnerability","webscan","xss","xxe"],"latest_commit_sha":null,"homepage":"https://www.godnslog.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chennqqi.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}},"created_at":"2020-08-13T02:18:11.000Z","updated_at":"2025-03-16T15:15:17.000Z","dependencies_parsed_at":"2024-04-18T23:35:09.968Z","dependency_job_id":null,"html_url":"https://github.com/chennqqi/godnslog","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chennqqi%2Fgodnslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chennqqi%2Fgodnslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chennqqi%2Fgodnslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chennqqi%2Fgodnslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chennqqi","download_url":"https://codeload.github.com/chennqqi/godnslog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"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":["dnslog","rce","rfi","ssrf","vulnerability","webscan","xss","xxe"],"created_at":"2024-08-04T17:00:49.763Z","updated_at":"2025-04-05T04:13:01.200Z","avatar_url":"https://github.com/chennqqi.png","language":"Go","funding_links":[],"categories":["Go","Go (531)"],"sub_categories":[],"readme":"# GODNSLOG\n\n![](https://z3.ax1x.com/2021/08/10/fGd4IJ.png)\n\nA dns\u0026amp;http log server for verify SSRF/XXE/RFI/RCE vulnerability\n\nEnglish Doc | [中文文档](https://github.com/chennqqi/godnslog/blob/master/README_CN.md)\n\n## features\n\n- Standard Domain Resolve Service\n- DNSLOG\n- HTTPLOG\n- Rebinding/CustomRebinding\n- Push (callback)\n- Multi-user\n- dockerlized\n- python/golang client sdk\n- as a standard name resolve service with support `A,CNAME,TXT,MX`\n- xip\n\n\n### DNSLOG\n\nsuper admin user: `admin`\npassword will be showed in console logs when first run.\nyou can change it by subcommand `resetpw`\n\n![](https://s1.ax1x.com/2020/08/31/dXPba4.png)\n\n\n### HTTPLOG\n![](https://s1.ax1x.com/2020/08/31/dXiiIH.png)\n\n\n## build frontend\n\nrequirements: \n\n`yarn`\n\n```\ncd frontend\nyarn install\nyarn build\n```\n\t\n## build backend\n\nrequirements: \n\n`golang \u003e= 1.13.0`\n\n```bash\ngo build\n```\n\n## docker build\n\n```bash\ndocker build -t \"user/godnslog\" .\n```\n\nFor Chinese user:\n\n```bash\ndocker build -t \"user/godnslog\" -f DockerfileCN .\n```\n\n## RUN\n\ni. Register your domain, eg: `example.com`\nSet your DNS Server point to your host, eg: ns.example.com =\u003e 100.100.100.100\nSome registrar limit set to NS host, your can set two ns host point to only one address.\nSome registrar to ns host must be different ip address, you can set one to a fake addresss and then change to the same addresss\n\n\nii. self build\n\n```bash\ndocker run -p80:8080 -p53:53/udp \"user/godnslog\"  serve -domain yourdomain.com -4 100.100.100.100\n```\n\nor use dockerhub\n\n```bash\ndocker pull \"sort/godnslog\"\ndocker run -p80:8080 -p53:53/udp -p80:8080  \"sort/godnslog\" serve -domain yourdomain.com -4 100.100.100.100\n```\n\niii. access http://100.100.100.100\n\n## Doc\n\nguest/guest123\n\n[introduce](https://www.godnslog.com/document/introduce)\n[payload](https://www.godnslog.com/document/payload)\n[api](https://www.godnslog.com/document/api)\n[rebiding](https://www.godnslog.com/document/rebinding)\n[resolve](https://www.godnslog.com/document/resolve)\n\n## TODO \u0026\u0026 Known Issues\n\n- [ ]~~enhance reverse proxy~~\n- [ ] admin user can read all recordds\n- [ ] allow Anonymous user access document page\n- [ ] enable custom rebinding stage two setting\n- [ ] fix login logical problem\n\n## Follow me\n\n![](https://open.weixin.qq.com/qr/code?username=gh_4a48daaf398b)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchennqqi%2Fgodnslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchennqqi%2Fgodnslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchennqqi%2Fgodnslog/lists"}