|
|
@ -1,7 +1,7 @@
|
|
|
|
<p align=center>
|
|
|
|
<p align=center>
|
|
|
|
|
|
|
|
|
|
|
|
<img src="https://user-images.githubusercontent.com/27065646/53551960-ae4dff80-3b3a-11e9-9075-cef786c69364.png"/>
|
|
|
|
<img src="https://user-images.githubusercontent.com/27065646/53551960-ae4dff80-3b3a-11e9-9075-cef786c69364.png"/>
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<span>Hunt down social media accounts by username across <a href="https://github.com/theyahya/sherlock/blob/master/sites.md">social networks</a></span>
|
|
|
|
<span>Hunt down social media accounts by username across <a href="https://github.com/theyahya/sherlock/blob/master/sites.md">social networks</a></span>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
<img src="./images/sherlock_preview.gif"/>
|
|
|
|
<img src="./images/sherlock_preview.gif"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -157,6 +157,14 @@ Or you can simply use "Docker Hub" to run `sherlock`:
|
|
|
|
docker run theyahya/sherlock user123
|
|
|
|
docker run theyahya/sherlock user123
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Using `docker-compose`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You can also use the `docker-compose.yml` file from the repository and use this command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
docker-compose run sherlok -o /opt/sherlock/results/text.txt user123
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Adding New Sites
|
|
|
|
## Adding New Sites
|
|
|
|
|
|
|
|
|
|
|
|
Please look at the Wiki entry on
|
|
|
|
Please look at the Wiki entry on
|
|
|
|