All Projects → yassineaboukir → Sublert

yassineaboukir / Sublert

Licence: mit
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sublert

Keye
Keye is a reconnaissance tool that was written in Python with SQLite3 integrated. After adding a single URL, or a list of URLs, it will make a request to these URLs and try to detect changes based on their response's body length.
Stars: ✭ 101 (-85.55%)
Mutual labels:  monitoring-tool, hacking, penetration-testing, pentest, reconnaissance, bug-bounty
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (-79.69%)
Mutual labels:  penetration-testing, bug-bounty, pentest, information-gathering, reconnaissance
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+1009.01%)
Mutual labels:  hacking, penetration-testing, pentest, information-gathering
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+385.12%)
Mutual labels:  hacking, penetration-testing, reconnaissance, information-gathering
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (-49.5%)
Mutual labels:  hacking, penetration-testing, reconnaissance, information-gathering
Pidrila
Python Interactive Deepweb-oriented Rapid Intelligent Link Analyzer
Stars: ✭ 125 (-82.12%)
Mutual labels:  hacking, penetration-testing, pentest, bug-bounty
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-93.85%)
Mutual labels:  penetration-testing, bug-bounty, pentest, reconnaissance
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (-83.4%)
Mutual labels:  hacking, penetration-testing, reconnaissance, information-gathering
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+391.99%)
Mutual labels:  reconnaissance, information-gathering, penetration-testing, bug-bounty
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (-72.82%)
Mutual labels:  hacking, penetration-testing, reconnaissance, bug-bounty
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+936.62%)
Mutual labels:  hacking, penetration-testing, bug-bounty
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+401.14%)
Mutual labels:  hacking, penetration-testing, pentest
Hacker101 Ctf
Hacker101 CTF Writeup
Stars: ✭ 295 (-57.8%)
Mutual labels:  hacking, penetration-testing, pentest
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (-19.31%)
Mutual labels:  hacking, reconnaissance, information-gathering
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (-57.08%)
Mutual labels:  hacking, penetration-testing, information-gathering
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (-87.7%)
Mutual labels:  penetration-testing, information-gathering, reconnaissance
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-55.36%)
Mutual labels:  hacking, penetration-testing, information-gathering
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-61.52%)
Mutual labels:  hacking, information-gathering, bug-bounty
Offensive Docker
Offensive Docker is an image with the more used offensive tools to create an environment easily and quickly to launch assessment to the targets.
Stars: ✭ 328 (-53.08%)
Mutual labels:  hacking, pentest, bug-bounty
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (-11.16%)
Mutual labels:  hacking, pentest, information-gathering
                                   _____       __    __          __
                                  / ___/__  __/ /_  / /__  _____/ /_
                                  \__ \/ / / / __ \/ / _ \/ ___/ __/
                                 ___/ / /_/ / /_/ / /  __/ /  / /_
                                /____/\__,_/_.___/_/\___/_/   \__/

                                    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 "yes" or "no" to enable/disable questions asking for input.

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].