Skip to content

Commit

Permalink
removed Kali Community
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jun 27, 2021
1 parent 28b04dd commit d4f02c5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
8 changes: 8 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,14 @@
"urlMain": "https://www.anobii.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Kali community": {
"errorMsg": "This user has not registered and therefore does not have a profile to view.",
"errorType": "message",
"url": "https://forums.kali.org/member.php?username={}",
"urlMain": "https://forums.kali.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

15 changes: 15 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,3 +1125,18 @@ As of 2021-06-27, Anobii returns false positives and there is no stable way of c
"username_unclaimed": "noonewouldeverusethis7"
}
```

## Kali Community

As of 2021-06-27, Kali Community requires us to be logged in order to check if a user exists on their forum.

```
"Kali community": {
"errorMsg": "This user has not registered and therefore does not have a profile to view.",
"errorType": "message",
"url": "https://forums.kali.org/member.php?username={}",
"urlMain": "https://forums.kali.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,14 +806,6 @@
"username_claimed": "dansbecker",
"username_unclaimed": "noonewouldeverusethis7"
},
"Kali community": {
"errorMsg": "This user has not registered and therefore does not have a profile to view.",
"errorType": "message",
"url": "https://forums.kali.org/member.php?username={}",
"urlMain": "https://forums.kali.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Keybase": {
"errorType": "status_code",
"url": "https://keybase.io/{}",
Expand Down

0 comments on commit d4f02c5

Please sign in to comment.