Merge branch 'docker_hub'

pull/89/head
Yahya SayadArbabi 6 years ago
commit 14b52062e1

@ -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

@ -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

Loading…
Cancel
Save