mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
removed MeetMe
This commit is contained in:
parent
0ff88c5814
commit
087de2e990
4 changed files with 23 additions and 8 deletions
|
@ -474,6 +474,14 @@
|
|||
"urlMain": "http://fr.viadeo.com/en/",
|
||||
"username_claimed": "franck.patissier",
|
||||
"username_unclaimed": "noonewouldeverusethis"
|
||||
},
|
||||
"MeetMe": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://www.meetme.com/",
|
||||
"url": "https://www.meetme.com/{}",
|
||||
"urlMain": "https://www.meetme.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -939,3 +939,18 @@ As of 2020-08-24, Viadeo now returns false positives, which was found when runni
|
|||
"username_unclaimed": "noonewouldeverusethis"
|
||||
},
|
||||
```
|
||||
|
||||
## MeetMe
|
||||
|
||||
As of 2020-09-02, MeetMe returns false positives
|
||||
|
||||
```
|
||||
"MeetMe": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://www.meetme.com/",
|
||||
"url": "https://www.meetme.com/{}",
|
||||
"urlMain": "https://www.meetme.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
|
Binary file not shown.
|
@ -916,14 +916,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"MeetMe": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://www.meetme.com/",
|
||||
"url": "https://www.meetme.com/{}",
|
||||
"urlMain": "https://www.meetme.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Memrise": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.memrise.com/user/{}/",
|
||||
|
|
Loading…
Reference in a new issue