@ -133,9 +133,11 @@ Use the following command to access the saved results:
docker run --rm -t -v "$PWD/results:/opt/sherlock/results" mysherlock-image -o /opt/sherlock/results/text.txt user123
```
The ```-v "$PWD/results:/opt/sherlock/results"``` options tell docker to create (or use) the folder `results` in the
<!-- The ```-v "$PWD/results:/opt/sherlock/results"``` options tell docker to create (or use) the folder `results` in the
present working directory and to mount it at `/opt/sherlock/results` on the docker container.
The `-o /opt/sherlock/results/text.txt` option tells `sherlock` to output the result.
The `-o /opt/sherlock/results/text.txt` option tells `sherlock` to output the result. -->
Docker is instructed to create (or use) the folder `results` in the current working directory and to mount it at `/opt/sherlock/results` on the docker container by using the ```-v "$PWD/results:/opt/sherlock/results"``` options. `Sherlock` is instructed to export the result using the `-o /opt/sherlock/results/text.txt` option.
@ -1330,19 +1330,6 @@ As og 2022-05-01, Countable returns false positives
},
```
## Spotify
As og 2022-05-01, Spotify returns false positives
```json
"Spotify": {
"errorType": "status_code",
"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Steam
As og 2022-05-01, Steam returns false positives
@ -1550,3 +1537,60 @@ As of 09.10.2022, Google Developer returns false positives. The site is dynamic
"username_unclaimed": "noonewouldeverusethis7"
},
```
## mastodon.technology
As of 18.12.2022, mastodon.technology has no A/AAAA records and the [website was shut down by the owner](https://ashfurrow.com/blog/mastodon-technology-shutdown/).
```json
"mastodon.technology": {
"errorType": "status_code",
"url": "https://mastodon.technology/@{}",
"urlMain": "https://mastodon.xyz/",
"username_claimed": "ashfurrow",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Aruino
As of 04.02.2023, Arduino returns false positives. Finding a fix is doable but takes some time. Will be fixed later
```json
"Arduino": {
"errorMsg":"<title>Arduino Cloud</title>",
"errorType": "message",
"regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$",
"url": "https://projecthub.arduino.cc/{}",
"urlMain": "https://www.arduino.cc/",
"username_claimed": "blue",
"username_unclaimed": "noonewould"
},
```
## Zoomit
As of 04.02.2023, Zoomit return false positves. An attempt at finding a fix was made but a lot of time was used without luck. Therefore, it wont be prioritized at the moment.