{"id":13539950,"url":"https://github.com/yassineaboukir/sublert","last_synced_at":"2025-04-02T06:31:55.367Z","repository":{"id":40589200,"uuid":"174491934","full_name":"yassineaboukir/sublert","owner":"yassineaboukir","description":"Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.","archived":false,"fork":false,"pushed_at":"2021-02-05T10:38:06.000Z","size":91,"stargazers_count":989,"open_issues_count":17,"forks_count":166,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-11-03T05:30:17.225Z","etag":null,"topics":["bug-bounty","certificate-transparency","certificate-transparency-logs","hacking","information-gathering","monitoring-tool","penetration-testing","pentest","python","reconnaissance","security","sublert"],"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/yassineaboukir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-08T07:45:26.000Z","updated_at":"2024-11-01T19:45:02.000Z","dependencies_parsed_at":"2022-07-13T15:59:29.772Z","dependency_job_id":null,"html_url":"https://github.com/yassineaboukir/sublert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassineaboukir%2Fsublert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassineaboukir%2Fsublert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassineaboukir%2Fsublert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassineaboukir%2Fsublert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yassineaboukir","download_url":"https://codeload.github.com/yassineaboukir/sublert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246768297,"owners_count":20830644,"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":["bug-bounty","certificate-transparency","certificate-transparency-logs","hacking","information-gathering","monitoring-tool","penetration-testing","pentest","python","reconnaissance","security","sublert"],"created_at":"2024-08-01T09:01:35.109Z","updated_at":"2025-04-02T06:31:53.037Z","avatar_url":"https://github.com/yassineaboukir.png","language":"Python","funding_links":["http://buymeacoffee.com/yassineaboukir"],"categories":["\u003ca id=\"a76463feb91d09b3d024fae798b92be6\"\u003e\u003c/a\u003e侦察\u0026\u0026信息收集\u0026\u0026子域名发现与枚举\u0026\u0026OSINT","Python","Python (1887)","\u003ca id=\"170048b7d8668c50681c0ab1e92c679a\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"375a8baa06f24de1b67398c1ac74ed24\"\u003e\u003c/a\u003e信息收集\u0026\u0026侦查\u0026\u0026Recon\u0026\u0026InfoGather"],"readme":"                                       _____       __    __          __\n                                      / ___/__  __/ /_  / /__  _____/ /_\n                                      \\__ \\/ / / / __ \\/ / _ \\/ ___/ __/\n                                     ___/ / /_/ / /_/ / /  __/ /  / /_\n                                    /____/\\__,_/_.___/_/\\___/_/   \\__/\n\n                                        Author: Yassine Aboukir\n                                            Version: 1.4.7\n\u003cp align=\"center\"\u003e\u003ca href=\"https://twitter.com/yassineaboukir\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/yassineaboukir.svg?logo=twitter\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## What's this about?\nSublert is a security and reconnaissance tool that was written in Python to leverage certificate transparency for the sole purpose of monitoring new subdomains deployed by specific organizations and issued TLS/SSL certificate. The tool is supposed to be scheduled to run periodically at fixed times, dates, or intervals (Ideally each day). New identified subdomains will be sent to Slack workspace with a notification push. Furthermore, the tool performs DNS resolution to determine working subdomains.\n\n## Requirements\n- Virtual Private Server (VPS) running on Unix. (I personally use digitalOcean)\n- Python 2.x or 3.x.\n- Free Slack workspace.\n\n## Installation \u0026 Configuration\nPlease refer to below article for a detailed technical explanation:\n- https://medium.com/@yassineaboukir/automated-monitoring-of-subdomains-for-fun-and-profit-release-of-sublert-634cfc5d7708\n\n## Usage\n\nShort Form    | Long Form     | Description\n------------- | ------------- |-------------\n-u            | --url       | Adds a domain to monitor. E.g: yahoo.com.\n-d            | --delete      | Domain to remove from the monitored list. E.g: yahoo.com.\n-a            | --list       | Listing all monitored domains.\n-t            | --threads       | Number of concurrent threads to use (Default: 20).\n-r            | --resolve      | Perform DNS resolution.\n-l            | --logging     | Enable Slack-based error logging.\n-m            | --reset        | Reset everything.\n-q            | --question        | \"yes\" or \"no\" to enable/disable questions asking for input.\n\n## Feedback and issues?\nIf you have any feedback, anything that you want to see implemented or running into issues using Sublert, please feel free to file an issue on https://github.com/yassineaboukir/sublert/issues\n\n## Support\nIf you appreciate my work and wish to support it, feel free to: \u003ca href=\"http://buymeacoffee.com/yassineaboukir\"\u003e\u003cimg src=\"https://cdn-images-1.medium.com/max/738/1*G95uyokAH4JC5Ppvx4LmoQ@2x.png\" width=\"150\"\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyassineaboukir%2Fsublert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyassineaboukir%2Fsublert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyassineaboukir%2Fsublert/lists"}