Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove false positives #1252

Merged
merged 2 commits into from
Feb 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed Facenama
  • Loading branch information
sdushantha committed Feb 6, 2022
commit 6dc16c6153660e97d0016036010196e10dbe4690
9 changes: 9 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,5 +651,14 @@
"urlMain": "https://plug.dj/",
"username_claimed": "plug-dj-rock",
"username_unclaimed": "noonewouldeverusethis7"
},
"Facenama": {
"errorType": "response_url",
"errorUrl": "https://facenama.com/404.html",
"regexCheck": "^[-a-zA-Z0-9_]+$",
"url": "https://facenama.com/{}",
"urlMain": "https://facenama.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
}
}
15 changes: 15 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1264,3 +1264,18 @@ As of 2021-12-02, plug.dj is returning false positives because the service is do
"username_unclaimed": "noonewouldeverusethis7"
}
```

## Facenama

As of 2022-02-6, Facenama seems to be down their rebuilding their site
```
"Facenama": {
"errorType": "response_url",
"errorUrl": "https://facenama.com/404.html",
"regexCheck": "^[-a-zA-Z0-9_]+$",
"url": "https://facenama.com/{}",
"urlMain": "https://facenama.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
},
```
9 changes: 0 additions & 9 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,15 +586,6 @@
"username_claimed": "hackerman",
"username_unclaimed": "noonewouldeverusethis7"
},
"Facenama": {
"errorType": "response_url",
"errorUrl": "https://facenama.com/404.html",
"regexCheck": "^[-a-zA-Z0-9_]+$",
"url": "https://facenama.com/{}",
"urlMain": "https://facenama.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
},
"FanCentro": {
"errorMsg": "var environment",
"errorType": "message",
Expand Down