From 12b0fe545a2c7b65db16499c43a3cc1dfc4f5620 Mon Sep 17 00:00:00 2001 From: RoninNakomoto <76064954+RoninNakomoto@users.noreply.github.com> Date: Sun, 27 Feb 2022 04:59:58 +0200 Subject: [PATCH] Update __init__.py update maintainers namelist --- sublist3r2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublist3r2/__init__.py b/sublist3r2/__init__.py index 9ce1e32..950b9d8 100755 --- a/sublist3r2/__init__.py +++ b/sublist3r2/__init__.py @@ -63,7 +63,7 @@ def banner(): ____ _ _ _ _ _____ ______ / ___| _ _| |__ | (_)___| |_|___ / _ __\ __ | Sublist3r2 v%s \___ \| | | | '_ \| | / __| __| |_ \| '__| / / a subdomains enum tool originally by @aboul3la - ___) | |_| | |_) | | \__ \ |_ ___) | | / /_ maintained by Ronin Nakomoto + ___) | |_| | |_) | | \__ \ |_ ___) | | / /_ maintained by Ronin Nakomoto, crahan, its0x08 |____/ \__,_|_.__/|_|_|___/\__|____/|_| /____|%s https://github.com/RoninNakomoto/Sublist3r2 """ % (R, __version__, Y)) # noqa