From af2de2380e4f922390c9c4a9ef70e783d071fd0d Mon Sep 17 00:00:00 2001 From: Yahya SayadArbabi Date: Fri, 4 Jan 2019 11:40:28 +0330 Subject: [PATCH 1/2] Add to docker hub --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2368af15..d66a6921 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ The ```--rm``` flag is optional. It removes the container filesystem after runn One caveat is the text file that is created will only exist in the container so you will not be able to get at that. + +Or you can simply use docker to run `sherlock`: +``` +docker run theyahya/sherlock user123 +``` + ## License MIT License From 287305a12ca74c133c397dd3065c50727831547d Mon Sep 17 00:00:00 2001 From: Yahya SayadArbabi Date: Fri, 4 Jan 2019 11:42:00 +0330 Subject: [PATCH 2/2] bump version --- sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock.py b/sherlock.py index d73ab5d5..007980ed 100644 --- a/sherlock.py +++ b/sherlock.py @@ -21,7 +21,7 @@ from requests_futures.sessions import FuturesSession from torrequest import TorRequest module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.1.1" +__version__ = "0.1.2" amount=0 # TODO: fix tumblr