Skip to content
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.
Python
Branch: master
Clone or download
Latest commit b9b63d6 Jan 3, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
output Create .gitkeep Mar 9, 2019
.gitignore ignore config.py Jan 3, 2020
CHANGELOG.md Release of Sublert 1.4.7 version Mar 26, 2019
LICENSE Initial commit Mar 8, 2019
README.md Better rephrasing Oct 25, 2019
config.py Add back error logging webhook Oct 26, 2019
requirements.txt Specify tld module version Oct 30, 2019
setup.py Update setup.py Mar 9, 2019
sublert.py Update sublert.py Nov 6, 2019

README.md

                                   _____       __    __          __
                                  / ___/__  __/ /_  / /__  _____/ /_
                                  \__ \/ / / / __ \/ / _ \/ ___/ __/
                                 ___/ / /_/ / /_/ / /  __/ /  / /_
                                /____/\__,_/_.___/_/\___/_/   \__/

                                    Author: Yassine Aboukir
                                        Version: 1.4.7

What's this about?

Sublert 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.

Requirements

  • Virtual Private Server (VPS) running on Unix. (I personally use digitalOcean)
  • Python 2.x or 3.x.
  • Free Slack workspace.

Installation & Configuration

Please refer to below article for a detailed technical explanation:

Usage

Short Form Long Form Description
-u --url Adds a domain to monitor. E.g: yahoo.com.
-d --delete Domain to remove from the monitored list. E.g: yahoo.com.
-a --list Listing all monitored domains.
-t --threads Number of concurrent threads to use (Default: 20).
-r --resolve Perform DNS resolution.
-l --logging Enable Slack-based error logging.
-m --reset Reset everything.
-q --question Set to true to disable questions asking for input (Default: no).

Feedback and issues?

If 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

Support

If you appreciate my work and wish to support it, feel free to:

You can’t perform that action at this time.