diff --git a/docs/README.md b/docs/README.md index 0c8e52b508..908ba9693b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,6 +22,7 @@ ## Installation

+ OSINTSearch User Search OSINT Industries

diff --git a/docs/images/osintsearch.jpg b/docs/images/osintsearch.jpg new file mode 100644 index 0000000000..ee568973b8 Binary files /dev/null and b/docs/images/osintsearch.jpg differ diff --git a/pyproject.toml b/pyproject.toml index 44d84173cb..3d1150fd84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ source = "init" [tool.poetry] name = "sherlock-project" -version = "0.16.1" +version = "0.16.2" description = "Hunt down social media accounts by username across social networks" license = "MIT" authors = [ diff --git a/sherlock_project/notify.py b/sherlock_project/notify.py index ab6f5a3866..fed32d5665 100644 --- a/sherlock_project/notify.py +++ b/sherlock_project/notify.py @@ -267,6 +267,9 @@ def finish(self, message="The processing has been finished."): Fore.GREEN + "results" + Style.RESET_ALL ) + print("\nGo deeper than a username. Explore public profiles and export your findings.") + print("Try OSINTSearch: \033]8;;https://osintsearch.org/go/sherlock\033\\https://osintsearch.org\033]8;;\033\\") + def __str__(self): """Convert Object To String.