mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
feat: add CTFtime and PentesterLab site support (#2318)
Add two cybersecurity platforms for username enumeration: - CTFtime (ctftime.org) - CTF competition platform - PentesterLab (pentesterlab.com) - Security training platform Both verified working with status_code check type. Returns 200 for existing users, 404 for non-existent. Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2d94269656
commit
79cea49526
@@ -35813,6 +35813,31 @@
|
||||
"urlMain": "https://write.as",
|
||||
"usernameClaimed": "pylapp",
|
||||
"usernameUnclaimed": "noonewouldeverusethis42"
|
||||
},
|
||||
"CTFtime": {
|
||||
"checkType": "status_code",
|
||||
"headers": {
|
||||
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36"
|
||||
},
|
||||
"tags": [
|
||||
"hacking",
|
||||
"us"
|
||||
],
|
||||
"url": "https://ctftime.org/team/{username}",
|
||||
"urlMain": "https://ctftime.org/",
|
||||
"usernameClaimed": "1",
|
||||
"usernameUnclaimed": "999999999"
|
||||
},
|
||||
"PentesterLab": {
|
||||
"checkType": "status_code",
|
||||
"tags": [
|
||||
"hacking",
|
||||
"us"
|
||||
],
|
||||
"url": "https://pentesterlab.com/profile/{username}",
|
||||
"urlMain": "https://pentesterlab.com/",
|
||||
"usernameClaimed": "admin",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user