removed Kali Community

pull/1105/head
Siddharth Dushantha 3 years ago
parent 28b04ddf55
commit d4f02c5c51

@ -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"
}
}

@ -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"
}
```

@ -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/{}",

Loading…
Cancel
Save