{"id":18952439,"url":"https://github.com/devanshbatham/dnsleuth","last_synced_at":"2025-10-04T06:31:57.796Z","repository":{"id":185136583,"uuid":"673064247","full_name":"devanshbatham/DNSleuth","owner":"devanshbatham","description":"DNSleuth sniffs DNS packets, i.e, allowing you to spy on the DNS queries your machine is making","archived":false,"fork":false,"pushed_at":"2023-08-09T09:01:26.000Z","size":228,"stargazers_count":103,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-16T14:32:18.490Z","etag":null,"topics":["dns","network","sniffer"],"latest_commit_sha":null,"homepage":"","language":"Python","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/devanshbatham.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,"zenodo":null}},"created_at":"2023-07-31T19:38:34.000Z","updated_at":"2025-03-31T12:50:28.000Z","dependencies_parsed_at":"2024-11-08T13:38:44.579Z","dependency_job_id":"0a376a8b-175a-497d-9245-bd98982c9bca","html_url":"https://github.com/devanshbatham/DNSleuth","commit_stats":null,"previous_names":["devanshbatham/dnsleuth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devanshbatham/DNSleuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2FDNSleuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2FDNSleuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2FDNSleuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2FDNSleuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devanshbatham","download_url":"https://codeload.github.com/devanshbatham/DNSleuth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2FDNSleuth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261060129,"owners_count":23103980,"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":["dns","network","sniffer"],"created_at":"2024-11-08T13:33:25.849Z","updated_at":"2025-10-04T06:31:57.685Z","avatar_url":"https://github.com/devanshbatham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    DNSleuth\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eDNSleuth sniffs DNS packets, i.e, allowing you to spy on the DNS queries your machine is making\u003c/h4\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#usage\"\u003e⛏️ Usage\u003c/a\u003e\n     \u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#dependencies\"\u003e📦 Dependencies\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n![DNSleuth](https://github.com/devanshbatham/DNSleuth/blob/main/static/dnsleuth.png?raw=true)\n\n# Usage\n\nTo install DNSleuth, simply run the `setup.sh` script:\n\n```sh\ngit clone https://github.com/devanshbatham/DNSleuth\ncd DNSleuth\nsudo chmod +x setup.sh\n./setup.sh\n```\n\nand run the following command to start DNSleuth:\n\n```sh\ndnsleuth\n```\n\nDNSleuth will start sniffing DNS packets on all interfaces and print the DNS queries with colors. To stop DNSleuth, press `Ctrl+C`. \n\n```sh\n(~) \u003e\u003e\u003e dnsleuth                                                                                             \n\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] A          oast.site.\n[2023-07-31 19:34:41] A          oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n[2023-07-31 19:34:41] AAAA       oast.site.\n```\n\n# Dependencies\n\nDNSleuth requires the following dependencies:\n\n* Python 3.x\n* Scapy\n* Colorama\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshbatham%2Fdnsleuth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevanshbatham%2Fdnsleuth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshbatham%2Fdnsleuth/lists"}