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

Add tilde.club, neocities, wow forums and hackthissite #2062

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,14 @@
"urlMain": "https://forum.hackthebox.eu/",
"username_claimed": "angar"
},
"HackThisSite": {
"errorMsg": "Error!",
"errorType": "message",
"url": "https://hackthissite.org/user/view/{}",
"urlMain": "https://hackthissite.org/",
"username_claimed": "ace",
"username_unclaimed": "vkjwlekf"
},
"Hackaday": {
"errorType": "status_code",
"url": "https://hackaday.io/{}",
Expand Down Expand Up @@ -1378,6 +1386,14 @@
"urlMain": "https://www.needrom.com/",
"username_claimed": "needrom"
},
"Neocities": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neocities has info on valid usernames. With this, we can craft a regex:

^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$

Could you include this as well?

"errorMsg": "Not Found",
"errorType": "message",
"url": "https://{}.neocities.org",
"urlMain": "https://neocities.org/",
"username_claimed": "that1archive",
"username_unclaimed": "propropropropropro"
},
"Newgrounds": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
Expand Down Expand Up @@ -1898,6 +1914,13 @@
"urlProbe": "https://ch.tetr.io/api/users/{}",
"username_claimed": "osk"
},
"Tilde.club": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A regex check can also be added for tilde.club

^[a-z0-9]+$

"errorType": "status_code",
"url": "https://tilde.club/~{}",
"urlMain": "https://tilde.club/",
"username_claimed": "ape",
"username_unclaimed": "barkbark"
},
"TLDR Legal": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9]{3,20}$",
Expand Down Expand Up @@ -2188,6 +2211,14 @@
"urlMain": "https://www.wordnik.com/",
"username_claimed": "blue"
},
"WoW Forums": {
"errorMsg": "Page not found",
"errorType": "message",
"url": "https://us.forums.blizzard.com/en/wow/u/{}/summary",
"urlMain": "https://us.forums.blizzard.com/en/wow/",
"username_claimed": "rive-turalyon",
"username_unclaimed": "fpwiefugij"
},
"Wykop": {
"errorType": "status_code",
"url": "https://www.wykop.pl/ludzie/{}",
Expand Down