Quantcast
Channel: KitPloit - PenTest Tools!
Viewing all articles
Browse latest Browse all 5816

Sublert - Security And Reconnaissance Tool Which Leverages Certificate Transparency To Automatically Monitor New Subdomains Deployed By Specific Organizations And Issued TLS/SSL Certificate

$
0
0

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 FormLong FormDescription
-u--urlAdds a domain to monitor. E.g: yahoo.com.
-d--deleteDomain to remove from the monitored list. E.g: yahoo.com.
-a--listListing all monitored domains.
-t--threadsNumber of concurrent threads to use (Default: 20).
-r--resolvePerform DNS resolution.
-l--loggingEnable Slack-based error logging.
-m--resetReset everything.

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



Viewing all articles
Browse latest Browse all 5816

Trending Articles