{"id":19199788,"url":"https://github.com/gwen001/dnsexpire","last_synced_at":"2025-05-09T01:24:25.990Z","repository":{"id":63234994,"uuid":"54337608","full_name":"gwen001/dnsexpire","owner":"gwen001","description":"Test domain expiration dates.","archived":false,"fork":false,"pushed_at":"2022-12-02T08:18:15.000Z","size":289,"stargazers_count":12,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T20:12:13.680Z","etag":null,"topics":["bugbounty","dns","domains","pentesting","php","python","security-tools","subdomains"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-03-20T20:03:59.000Z","updated_at":"2024-01-27T22:51:59.000Z","dependencies_parsed_at":"2023-01-23T22:02:09.694Z","dependency_job_id":null,"html_url":"https://github.com/gwen001/dnsexpire","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/gwen001%2Fdnsexpire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdnsexpire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdnsexpire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdnsexpire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/dnsexpire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172537,"owners_count":21865533,"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":["bugbounty","dns","domains","pentesting","php","python","security-tools","subdomains"],"created_at":"2024-11-09T12:28:57.530Z","updated_at":"2025-05-09T01:24:25.964Z","avatar_url":"https://github.com/gwen001.png","language":"PHP","funding_links":["https://github.com/sponsors/gwen001"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ednsexpire\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003ePHP tool to test CNAME expiration date of a subdomain list.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-v3-blue\" alt=\"python badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/php-%3E=5.5-blue\" alt=\"php badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fdnsexpire%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fdnsexpire\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/dnsexpire?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/dnsexpire?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/dnsexpire?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Install\n\n```\ngit clone https://github.com/gwen001/dnsexpire\n```\n\n## Usage\n\n```\nUsage: php dnsexpire.php [OPTIONS] -f \u003csubdomain|input file\u003e\n\nOptions:\n\t-a\tset alert for result output, default=30 days\n\t-f\tsubdomains list source file\n\t-h\tprint this help\n\nExamples:\n\tphp dnsexpire.php -f example.com\n\tphp dnsexpire.php -a 10 -f dns.txt\n```\n\n## Note\n\n`dnsexpire.py` is the Python version of the script.\nIt's much faster but not sure how reliable it is.\n\n```\n$ python3 dnsexpire.py -o \u003chosts.txt\u003e\n```\n\n```\nusage: dnsexpire.py [-h] [-a] [-o HOST] [-t THREADS] [-v VERBOSE]\n\noptions:\n  -h, --help            show this help message and exit\n  -a, --all             also test dead hosts and non alias\n  -o HOST, --host HOST  set host, can be a file or single host\n  -t THREADS, --threads THREADS\n                        threads, default 10\n  -v VERBOSE, --verbose VERBOSE\n                        display output, can be: 0=everything, 1=only alias, 2=only possible vulnerable, default 1\n```\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/dnsexpire/master/preview.png\" /\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fdnsexpire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fdnsexpire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fdnsexpire/lists"}