sublert
sublert copied to clipboard
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.
Database integration in Sublert, through SQLAlchemy. Using the SQLAlchemy ORM will enable using most kinds of databases with sublert. I have tested with Postgresql, MySQL and Sqlite without any problems....
after i run python3 sublert -r -l is get one error [!] Performing DNS resolution. Please do not interrupt! /root/tool/bugbounty/sublert/sublert.py:314: DeprecationWarning: please use dns.resolver.resolve() instead dns_output = dns.resolver.query(domain,qtype, raise_on_no_answer =...
Hi Yassin, Sublert works perfect, but i receive too many old subdomains. for example , sport.yahoo.com , pic.paypal.com ,forums.yahoo.com. Thanks for your help
Plz add a option for telegram bot notification
It seems that there is some issue with the script as the frequency with which I was getting the results went to 0. Please have a look and suggest.
Hello Yassine! I found that no deduplication being proceeded for new subdomains, although you have a piece of code `def compare_files_diff(domain_to_monitor)` in sublert.py responsible for deduplication. `nano /root/scripts/sublert/output/tumbler.com.txt`:  Slack:...
`Traceback (most recent call last): File "sublert.py", line 165, in lookup conn = psycopg2.connect("dbname={0} user={1} host={2}".format(DB_NAME, DB_USER, DB_HOST)) File "/home/Th3Hunt3r/tools/sublert/sublert/lib/python3.6/site-packages/psycopg2/__init__.py", line 127, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError:...
I have installed the tool as the way you mentioned in the program but facing some error like this requests.exceptions.ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //hooks.slack.com/services/(Caused by NewConnectionError(':...
Docker container that runs subvert every 12 hours and sends to slack.
similarly with: https://github.com/aboul3la/Sublist3r/issues/215 Thanks