mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Added stats flag, added Discourse engine
This commit is contained in:
+8
-1
@@ -112,6 +112,10 @@ async def main():
|
|||||||
action="store_true", default=False,
|
action="store_true", default=False,
|
||||||
help="Do self check for sites and database and disable non-working ones."
|
help="Do self check for sites and database and disable non-working ones."
|
||||||
)
|
)
|
||||||
|
parser.add_argument("--stats",
|
||||||
|
action="store_true", default=False,
|
||||||
|
help="Show database statistics."
|
||||||
|
)
|
||||||
parser.add_argument("--use-disabled-sites",
|
parser.add_argument("--use-disabled-sites",
|
||||||
action="store_true", default=False,
|
action="store_true", default=False,
|
||||||
help="Use disabled sites to search (may cause many false positives)."
|
help="Use disabled sites to search (may cause many false positives)."
|
||||||
@@ -252,7 +256,10 @@ async def main():
|
|||||||
print('Database was successfully updated.')
|
print('Database was successfully updated.')
|
||||||
else:
|
else:
|
||||||
print('Updates will be applied only for current search session.')
|
print('Updates will be applied only for current search session.')
|
||||||
print(db.get_stats(site_data))
|
print(db.get_scan_stats(site_data))
|
||||||
|
|
||||||
|
if args.stats:
|
||||||
|
print(db.get_db_stats(db.sites_dict))
|
||||||
|
|
||||||
# Make reports folder is not exists
|
# Make reports folder is not exists
|
||||||
os.makedirs(args.folderoutput, exist_ok=True)
|
os.makedirs(args.folderoutput, exist_ok=True)
|
||||||
|
|||||||
+98
-161
@@ -1229,14 +1229,13 @@
|
|||||||
},
|
},
|
||||||
"Ask Fedora": {
|
"Ask Fedora": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"absenceStrs": ["Sorry, we couldn't find that page."],
|
||||||
"alexaRank": 38649,
|
"alexaRank": 38649,
|
||||||
"url": "https://ask.fedoraproject.org/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://ask.fedoraproject.org/",
|
"urlMain": "https://ask.fedoraproject.org/",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "grsm",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"AskFM": {
|
"AskFM": {
|
||||||
@@ -2177,11 +2176,10 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"engine": "Discourse",
|
||||||
"alexaRank": 208539,
|
"alexaRank": 208539,
|
||||||
"url": "https://community.byte.co/u/{username}/summary",
|
|
||||||
"urlMain": "https://community.byte.co",
|
"urlMain": "https://community.byte.co",
|
||||||
"usernameClaimed": "leckakay",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"CNET": {
|
"CNET": {
|
||||||
@@ -2372,8 +2370,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"de"
|
"de"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"engine": "Discourse",
|
||||||
"url": "https://www.casino-affiliate-forum.com/u/{username}/summary",
|
|
||||||
"urlMain": "https://www.casino-affiliate-forum.com",
|
"urlMain": "https://www.casino-affiliate-forum.com",
|
||||||
"usernameClaimed": "torstenw",
|
"usernameClaimed": "torstenw",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -2644,11 +2641,10 @@
|
|||||||
},
|
},
|
||||||
"CloudflareCommunity": {
|
"CloudflareCommunity": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in"
|
"tech"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 977,
|
"alexaRank": 977,
|
||||||
"url": "https://community.cloudflare.com/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://community.cloudflare.com/",
|
"urlMain": "https://community.cloudflare.com/",
|
||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis"
|
"usernameUnclaimed": "noonewouldeverusethis"
|
||||||
@@ -3359,39 +3355,31 @@
|
|||||||
},
|
},
|
||||||
"DiscoursePi-hole": {
|
"DiscoursePi-hole": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 67872,
|
"alexaRank": 67872,
|
||||||
"url": "https://discourse.pi-hole.net/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://discourse.pi-hole.net",
|
"urlMain": "https://discourse.pi-hole.net",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"Discuss.Elastic.co": {
|
"Discuss.Elastic.co": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in",
|
|
||||||
"tech",
|
"tech",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 5906,
|
"alexaRank": 5906,
|
||||||
"url": "https://discuss.elastic.co/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://discuss.elastic.co/",
|
"urlMain": "https://discuss.elastic.co/",
|
||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"DiscussPython": {
|
"DiscussPython": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"coding",
|
"coding"
|
||||||
"global",
|
|
||||||
"in",
|
|
||||||
"us"
|
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 943,
|
"alexaRank": 943,
|
||||||
"url": "https://discuss.python.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://discuss.python.org/",
|
"urlMain": "https://discuss.python.org/",
|
||||||
"usernameClaimed": "dustin",
|
"usernameClaimed": "dustin",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -3445,10 +3433,10 @@
|
|||||||
},
|
},
|
||||||
"Djangoproject.co": {
|
"Djangoproject.co": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global"
|
"coding"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"url": "https://forum.djangoproject.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.djangoproject.co",
|
"urlMain": "https://forum.djangoproject.co",
|
||||||
"usernameClaimed": "mikhail349",
|
"usernameClaimed": "mikhail349",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -3779,15 +3767,14 @@
|
|||||||
},
|
},
|
||||||
"Elixirforum": {
|
"Elixirforum": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"in",
|
"in",
|
||||||
"mx",
|
"mx",
|
||||||
"us",
|
"us",
|
||||||
"ve"
|
"ve",
|
||||||
|
"coding"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 82408,
|
"alexaRank": 82408,
|
||||||
"url": "https://elixirforum.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://elixirforum.com",
|
"urlMain": "https://elixirforum.com",
|
||||||
"usernameClaimed": "clmay",
|
"usernameClaimed": "clmay",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -3855,11 +3842,9 @@
|
|||||||
"au",
|
"au",
|
||||||
"in"
|
"in"
|
||||||
],
|
],
|
||||||
"checkType": "message",
|
|
||||||
"absenceStrs": "That page doesn\u2019t exist or is private.",
|
|
||||||
"alexaRank": 984,
|
"alexaRank": 984,
|
||||||
"url": "https://forums.envato.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.envato.com/",
|
"urlMain": "https://forums.envato.com",
|
||||||
"usernameClaimed": "zigro",
|
"usernameClaimed": "zigro",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
@@ -3915,12 +3900,10 @@
|
|||||||
},
|
},
|
||||||
"Ethereum-magicians": {
|
"Ethereum-magicians": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"cr",
|
"cr"
|
||||||
"global"
|
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 778429,
|
"alexaRank": 778429,
|
||||||
"url": "https://ethereum-magicians.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://ethereum-magicians.org",
|
"urlMain": "https://ethereum-magicians.org",
|
||||||
"usernameClaimed": "amxx",
|
"usernameClaimed": "amxx",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -3946,9 +3929,8 @@
|
|||||||
"cr",
|
"cr",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 308342,
|
"alexaRank": 308342,
|
||||||
"url": "https://ethresear.ch/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://ethresear.ch",
|
"urlMain": "https://ethresear.ch",
|
||||||
"usernameClaimed": "weijiekoh",
|
"usernameClaimed": "weijiekoh",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -4038,14 +4020,12 @@
|
|||||||
},
|
},
|
||||||
"F-droid": {
|
"F-droid": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"in"
|
"in"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 67782,
|
"alexaRank": 67782,
|
||||||
"url": "https://forum.f-droid.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.f-droid.org",
|
"urlMain": "https://forum.f-droid.org",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"F3.cool": {
|
"F3.cool": {
|
||||||
@@ -4891,13 +4871,11 @@
|
|||||||
},
|
},
|
||||||
"Freecodecamp": {
|
"Freecodecamp": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"in",
|
"in",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 1605,
|
"alexaRank": 1605,
|
||||||
"url": "https://www.freecodecamp.org/forum/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://www.freecodecamp.org/forum/",
|
"urlMain": "https://www.freecodecamp.org/forum/",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -5601,16 +5579,14 @@
|
|||||||
},
|
},
|
||||||
"Golangbridge": {
|
"Golangbridge": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"in",
|
"in",
|
||||||
"sa",
|
"sa",
|
||||||
"ua",
|
"ua",
|
||||||
"us",
|
"us",
|
||||||
"vn"
|
"vn"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 267803,
|
"alexaRank": 267803,
|
||||||
"url": "https://forum.golangbridge.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.golangbridge.org/",
|
"urlMain": "https://forum.golangbridge.org/",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -6170,11 +6146,10 @@
|
|||||||
"rs",
|
"rs",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 549532,
|
"alexaRank": 549532,
|
||||||
"url": "https://www.hitmanforum.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://www.hitmanforum.com",
|
"urlMain": "https://www.hitmanforum.com",
|
||||||
"usernameClaimed": "pushdagger",
|
"usernameClaimed": "john",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"Hockeyforum": {
|
"Hockeyforum": {
|
||||||
@@ -6227,8 +6202,7 @@
|
|||||||
},
|
},
|
||||||
"Hoobly": {
|
"Hoobly": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
"classified"
|
||||||
"in"
|
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"alexaRank": 19173,
|
"alexaRank": 19173,
|
||||||
@@ -6415,9 +6389,8 @@
|
|||||||
"ru",
|
"ru",
|
||||||
"ua"
|
"ua"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 201191,
|
"alexaRank": 201191,
|
||||||
"url": "https://forum.itvdn.com/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.itvdn.com",
|
"urlMain": "https://forum.itvdn.com",
|
||||||
"usernameClaimed": "pizzaro",
|
"usernameClaimed": "pizzaro",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -6579,13 +6552,11 @@
|
|||||||
},
|
},
|
||||||
"Infura": {
|
"Infura": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"kr",
|
"kr",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 58165,
|
"alexaRank": 58165,
|
||||||
"url": "https://community.infura.io/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://community.infura.io",
|
"urlMain": "https://community.infura.io",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -7951,12 +7922,10 @@
|
|||||||
},
|
},
|
||||||
"Mapillary Forum": {
|
"Mapillary Forum": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"forum"
|
"forum"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 651639,
|
"alexaRank": 651639,
|
||||||
"url": "https://forum.mapillary.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.mapillary.com",
|
"urlMain": "https://forum.mapillary.com",
|
||||||
"usernameClaimed": "slashme",
|
"usernameClaimed": "slashme",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -8187,12 +8156,10 @@
|
|||||||
},
|
},
|
||||||
"MetaDiscourse": {
|
"MetaDiscourse": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 27477,
|
"alexaRank": 27477,
|
||||||
"url": "https://meta.discourse.org/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://meta.discourse.org/",
|
"urlMain": "https://meta.discourse.org/",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -10619,12 +10586,10 @@
|
|||||||
},
|
},
|
||||||
"Quartertothree": {
|
"Quartertothree": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 242598,
|
"alexaRank": 242598,
|
||||||
"url": "https://forum.quartertothree.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.quartertothree.com",
|
"urlMain": "https://forum.quartertothree.com",
|
||||||
"usernameClaimed": "rei",
|
"usernameClaimed": "rei",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -10920,13 +10885,11 @@
|
|||||||
},
|
},
|
||||||
"Rasa": {
|
"Rasa": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"in",
|
"in",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 62252,
|
"alexaRank": 62252,
|
||||||
"url": "https://forum.rasa.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.rasa.com",
|
"urlMain": "https://forum.rasa.com",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -11356,13 +11319,11 @@
|
|||||||
},
|
},
|
||||||
"Ruby-forum": {
|
"Ruby-forum": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 98718,
|
"alexaRank": 98718,
|
||||||
"url": "https://www.ruby-forum.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://www.ruby-forum.com/",
|
"urlMain": "https://www.ruby-forum.com",
|
||||||
"usernameClaimed": "tomconnolly",
|
"usernameClaimed": "tomconnolly",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
@@ -11460,12 +11421,11 @@
|
|||||||
},
|
},
|
||||||
"Rust-lang": {
|
"Rust-lang": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
"coding",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 33437,
|
"alexaRank": 33437,
|
||||||
"url": "https://users.rust-lang.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://users.rust-lang.org",
|
"urlMain": "https://users.rust-lang.org",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -11563,14 +11523,10 @@
|
|||||||
},
|
},
|
||||||
"Scala-lang": {
|
"Scala-lang": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"ar",
|
"coding"
|
||||||
"global",
|
|
||||||
"in",
|
|
||||||
"us"
|
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 65003,
|
"alexaRank": 65003,
|
||||||
"url": "https://users.scala-lang.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://users.scala-lang.org",
|
"urlMain": "https://users.scala-lang.org",
|
||||||
"usernameClaimed": "sjrd",
|
"usernameClaimed": "sjrd",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -11910,14 +11866,10 @@
|
|||||||
},
|
},
|
||||||
"Signal": {
|
"Signal": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"il",
|
"tech"
|
||||||
"in",
|
|
||||||
"us"
|
|
||||||
],
|
],
|
||||||
"checkType": "message",
|
|
||||||
"absenceStrs": "Oops! That page doesn\u2019t exist or is private.",
|
|
||||||
"alexaRank": 190516,
|
"alexaRank": 190516,
|
||||||
"url": "https://community.signalusers.org/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://community.signalusers.org",
|
"urlMain": "https://community.signalusers.org",
|
||||||
"usernameClaimed": "jlund",
|
"usernameClaimed": "jlund",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -11926,9 +11878,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 882176,
|
"alexaRank": 882176,
|
||||||
"url": "https://www.silver-collector.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://www.silver-collector.com",
|
"urlMain": "https://www.silver-collector.com",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -12579,11 +12530,10 @@
|
|||||||
},
|
},
|
||||||
"SublimeForum": {
|
"SublimeForum": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in"
|
"coding"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 9068,
|
"alexaRank": 9068,
|
||||||
"url": "https://forum.sublimetext.com/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.sublimetext.com/",
|
"urlMain": "https://forum.sublimetext.com/",
|
||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis"
|
"usernameUnclaimed": "noonewouldeverusethis"
|
||||||
@@ -13321,9 +13271,11 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 82,
|
"alexaRank": 82,
|
||||||
"url": "https://www.tradingview.com/u/{username}/",
|
"checkType": "message",
|
||||||
|
"absenceStrs": ["Sorry, that page doesn't exist!"],
|
||||||
|
"presenseStrs": ["tv-profile__name-text"],
|
||||||
|
"url": "https://www.tradingview.com/u/{username}",
|
||||||
"urlMain": "https://www.tradingview.com/",
|
"urlMain": "https://www.tradingview.com/",
|
||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -13380,13 +13332,11 @@
|
|||||||
},
|
},
|
||||||
"Travis": {
|
"Travis": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 329414,
|
"alexaRank": 329414,
|
||||||
"url": "https://travis-ci.community/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://travis-ci.community/",
|
"urlMain": "https://travis-ci.community",
|
||||||
"usernameClaimed": "montana",
|
"usernameClaimed": "montana",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
@@ -13596,7 +13546,7 @@
|
|||||||
"sec-ch-ua": "Google Chrome\";v=\"87\", \" Not;A Brand\";v=\"99\", \"Chromium\";v=\"87\"",
|
"sec-ch-ua": "Google Chrome\";v=\"87\", \" Not;A Brand\";v=\"99\", \"Chromium\";v=\"87\"",
|
||||||
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA",
|
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA",
|
||||||
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",
|
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",
|
||||||
"x-guest-token": "1360350238427480074"
|
"x-guest-token": "1361389689765326850"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"Bad guest token": "x-guest-token update required"
|
"Bad guest token": "x-guest-token update required"
|
||||||
@@ -13633,11 +13583,10 @@
|
|||||||
},
|
},
|
||||||
"UMHOOPS": {
|
"UMHOOPS": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global"
|
"sport"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 1403001,
|
"alexaRank": 1403001,
|
||||||
"url": "https://forum.umhoops.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.umhoops.com",
|
"urlMain": "https://forum.umhoops.com",
|
||||||
"usernameClaimed": "umhoops",
|
"usernameClaimed": "umhoops",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -13962,7 +13911,7 @@
|
|||||||
"video"
|
"video"
|
||||||
],
|
],
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MTMxNjg3MDAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.XZW2kEGAFCdU6C3QcTuu6QGhno3mwpXAMwWWj-4HK4w"
|
"Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MTM0MTY1MDAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.bMKafyWyx_AMCotYkNhquT6bDoTmbyG9YVcVrr_onO8"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"url": "https://vimeo.com/_rv/viewer",
|
"url": "https://vimeo.com/_rv/viewer",
|
||||||
@@ -14126,7 +14075,7 @@
|
|||||||
"alexaRank": 45172,
|
"alexaRank": 45172,
|
||||||
"url": "https://www.votetags.info/author/{username}/",
|
"url": "https://www.votetags.info/author/{username}/",
|
||||||
"urlMain": "https://www.votetags.info/",
|
"urlMain": "https://www.votetags.info/",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "danphillip",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"Vsemayki": {
|
"Vsemayki": {
|
||||||
@@ -14274,9 +14223,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 1578,
|
"alexaRank": 1578,
|
||||||
"url": "https://forum.waypoint.vice.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.waypoint.vice.com",
|
"urlMain": "https://forum.waypoint.vice.com",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -14395,14 +14343,10 @@
|
|||||||
},
|
},
|
||||||
"Whonix Forum": {
|
"Whonix Forum": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"id",
|
"tech"
|
||||||
"in",
|
|
||||||
"pk",
|
|
||||||
"us"
|
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 256100,
|
"alexaRank": 256100,
|
||||||
"url": "https://forums.whonix.org/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.whonix.org/",
|
"urlMain": "https://forums.whonix.org/",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -15461,12 +15405,12 @@
|
|||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"catholic": {
|
"catholic": {
|
||||||
|
"disabled": true,
|
||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 64593,
|
"alexaRank": 64593,
|
||||||
"url": "https://forums.catholic.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.catholic.com",
|
"urlMain": "https://forums.catholic.com",
|
||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -15594,14 +15538,12 @@
|
|||||||
},
|
},
|
||||||
"community.asterisk.org": {
|
"community.asterisk.org": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"in",
|
"in",
|
||||||
"ir",
|
"ir",
|
||||||
"jp"
|
"jp"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 50871,
|
"alexaRank": 50871,
|
||||||
"url": "https://community.asterisk.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://community.asterisk.org",
|
"urlMain": "https://community.asterisk.org",
|
||||||
"usernameClaimed": "bford",
|
"usernameClaimed": "bford",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -15610,9 +15552,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"global"
|
"global"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 589898,
|
"alexaRank": 589898,
|
||||||
"url": "https://community.p2pu.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://community.p2pu.org",
|
"urlMain": "https://community.p2pu.org",
|
||||||
"usernameClaimed": "grif",
|
"usernameClaimed": "grif",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -15744,14 +15685,10 @@
|
|||||||
},
|
},
|
||||||
"discourse.haskell.org": {
|
"discourse.haskell.org": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"ca",
|
"coding"
|
||||||
"global",
|
|
||||||
"in",
|
|
||||||
"us"
|
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 87660,
|
"alexaRank": 87660,
|
||||||
"url": "https://discourse.haskell.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://discourse.haskell.org",
|
"urlMain": "https://discourse.haskell.org",
|
||||||
"usernameClaimed": "philipgaudreau",
|
"usernameClaimed": "philipgaudreau",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16120,9 +16057,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 18564,
|
"alexaRank": 18564,
|
||||||
"url": "https://forum.nameberry.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.nameberry.com",
|
"urlMain": "https://forum.nameberry.com",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16198,9 +16134,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 4229,
|
"alexaRank": 4229,
|
||||||
"url": "https://forums.docker.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.docker.com",
|
"urlMain": "https://forums.docker.com",
|
||||||
"usernameClaimed": "dafritz84",
|
"usernameClaimed": "dafritz84",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16301,9 +16236,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"global"
|
"global"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 3502263,
|
"alexaRank": 3502263,
|
||||||
"url": "https://forums.universaldashboard.io/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.universaldashboard.io/",
|
"urlMain": "https://forums.universaldashboard.io/",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16343,13 +16277,10 @@
|
|||||||
},
|
},
|
||||||
"funcom": {
|
"funcom": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"eg",
|
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 129454,
|
"alexaRank": 129454,
|
||||||
"url": "https://forums.funcom.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.funcom.com",
|
"urlMain": "https://forums.funcom.com",
|
||||||
"usernameClaimed": "everqu",
|
"usernameClaimed": "everqu",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16525,9 +16456,8 @@
|
|||||||
"ru",
|
"ru",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 11293,
|
"alexaRank": 11293,
|
||||||
"url": "https://forum.hiveos.farm/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.hiveos.farm",
|
"urlMain": "https://forum.hiveos.farm",
|
||||||
"usernameClaimed": "halogenius",
|
"usernameClaimed": "halogenius",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16720,12 +16650,10 @@
|
|||||||
},
|
},
|
||||||
"juce": {
|
"juce": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 238948,
|
"alexaRank": 238948,
|
||||||
"url": "https://forum.juce.com/u/{username}",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.juce.com",
|
"urlMain": "https://forum.juce.com",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -16860,9 +16788,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 38963,
|
"alexaRank": 38963,
|
||||||
"url": "https://forum.leasehackr.com/u/{username}/summary/",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.leasehackr.com/",
|
"urlMain": "https://forum.leasehackr.com/",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "adam",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis"
|
"usernameUnclaimed": "noonewouldeverusethis"
|
||||||
@@ -17408,9 +17335,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"engine": "Discourse",
|
||||||
"alexaRank": 272199,
|
"alexaRank": 272199,
|
||||||
"url": "https://forum.openframeworks.cc/u/{username}/summary",
|
|
||||||
"urlMain": "https://forum.openframeworks.cc",
|
"urlMain": "https://forum.openframeworks.cc",
|
||||||
"usernameClaimed": "red",
|
"usernameClaimed": "red",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -17755,13 +17681,11 @@
|
|||||||
},
|
},
|
||||||
"reverse4you": {
|
"reverse4you": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
|
||||||
"ru",
|
"ru",
|
||||||
"ua"
|
"ua"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 1257899,
|
"alexaRank": 1257899,
|
||||||
"url": "https://forum.reverse4you.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.reverse4you.org",
|
"urlMain": "https://forum.reverse4you.org",
|
||||||
"usernameClaimed": "darwin",
|
"usernameClaimed": "darwin",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -18012,9 +17936,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 815504,
|
"alexaRank": 815504,
|
||||||
"url": "https://forums.sourceruns.org/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forums.sourceruns.org/",
|
"urlMain": "https://forums.sourceruns.org/",
|
||||||
"usernameClaimed": "cubedude",
|
"usernameClaimed": "cubedude",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
@@ -18141,11 +18064,10 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"ru"
|
"ru"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
|
||||||
"alexaRank": 446345,
|
"alexaRank": 446345,
|
||||||
"url": "https://forum.swiftbook.ru/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://forum.swiftbook.ru",
|
"urlMain": "https://forum.swiftbook.ru",
|
||||||
"usernameClaimed": "green",
|
"usernameClaimed": "alex",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"takr-kiev.ucoz.com": {
|
"takr-kiev.ucoz.com": {
|
||||||
@@ -22686,11 +22608,10 @@
|
|||||||
},
|
},
|
||||||
"community.getpostman.com": {
|
"community.getpostman.com": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in"
|
"tech"
|
||||||
],
|
],
|
||||||
"engine": "engine404",
|
|
||||||
"alexaRank": 10297,
|
"alexaRank": 10297,
|
||||||
"url": "https://community.getpostman.com/u/{username}/",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://community.getpostman.com",
|
"urlMain": "https://community.getpostman.com",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
"usernameClaimed": "alex"
|
"usernameClaimed": "alex"
|
||||||
@@ -22732,9 +22653,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"engine": "engine404",
|
|
||||||
"alexaRank": 3210,
|
"alexaRank": 3210,
|
||||||
"url": "https://discuss.codecademy.com/u/{username}/summary",
|
"engine": "Discourse",
|
||||||
"urlMain": "https://discuss.codecademy.com",
|
"urlMain": "https://discuss.codecademy.com",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
"usernameClaimed": "red"
|
"usernameClaimed": "red"
|
||||||
@@ -23424,6 +23344,23 @@
|
|||||||
"url": "{urlMain}{urlSubpath}/member.php?username={username}"
|
"url": "{urlMain}{urlSubpath}/member.php?username={username}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Discourse": {
|
||||||
|
"name": "Discourse",
|
||||||
|
"site": {
|
||||||
|
"presenseStrs": [
|
||||||
|
"<meta name=\"generator\" content=\"Discourse"
|
||||||
|
],
|
||||||
|
"absenceStrs": [
|
||||||
|
"Oops! That page doesn\u2019t exist or is private.",
|
||||||
|
"wrap not-found-container"
|
||||||
|
],
|
||||||
|
"checkType": "message",
|
||||||
|
"url": "{urlMain}/u/{username}/summary"
|
||||||
|
},
|
||||||
|
"presenseStrs": [
|
||||||
|
"<meta name=\"generator\" content=\"Discourse"
|
||||||
|
]
|
||||||
|
},
|
||||||
"engine404": {
|
"engine404": {
|
||||||
"name": "engine404",
|
"name": "engine404",
|
||||||
"site": {
|
"site": {
|
||||||
|
|||||||
+34
-1
@@ -311,7 +311,7 @@ class MaigretDatabase:
|
|||||||
|
|
||||||
return self.load_from_json(data)
|
return self.load_from_json(data)
|
||||||
|
|
||||||
def get_stats(self, sites_dict):
|
def get_scan_stats(self, sites_dict):
|
||||||
sites = sites_dict or self.sites_dict
|
sites = sites_dict or self.sites_dict
|
||||||
found_flags = {}
|
found_flags = {}
|
||||||
for _, s in sites.items():
|
for _, s in sites.items():
|
||||||
@@ -320,3 +320,36 @@ class MaigretDatabase:
|
|||||||
found_flags[flag] = found_flags.get(flag, 0) + 1
|
found_flags[flag] = found_flags.get(flag, 0) + 1
|
||||||
|
|
||||||
return found_flags
|
return found_flags
|
||||||
|
|
||||||
|
def get_db_stats(self, sites_dict):
|
||||||
|
if not sites_dict:
|
||||||
|
sites_dict = self.sites_dict()
|
||||||
|
|
||||||
|
output = ''
|
||||||
|
disabled_count = 0
|
||||||
|
total_count = len(sites_dict)
|
||||||
|
urls = {}
|
||||||
|
|
||||||
|
for _, site in sites_dict.items():
|
||||||
|
if site.disabled:
|
||||||
|
disabled_count += 1
|
||||||
|
|
||||||
|
url = URLMatcher.extract_main_part(site.url)
|
||||||
|
if url.startswith('{username}'):
|
||||||
|
url = 'SUBDOMAIN'
|
||||||
|
elif url == '':
|
||||||
|
url = f'{site.url} ({site.engine})'
|
||||||
|
else:
|
||||||
|
parts = url.split('/')
|
||||||
|
url = '/' + '/'.join(parts[1:])
|
||||||
|
|
||||||
|
urls[url] = urls.get(url, 0) + 1
|
||||||
|
|
||||||
|
output += f'Enabled/total sites: {total_count-disabled_count}/{total_count}\n'
|
||||||
|
output += 'Top sites\' profile URLs:\n'
|
||||||
|
for url, count in sorted(urls.items(), key=lambda x: x[1], reverse=True)[:20]:
|
||||||
|
if count == 1:
|
||||||
|
break
|
||||||
|
output += f'{count}\t{url}\n'
|
||||||
|
|
||||||
|
return output
|
||||||
Reference in New Issue
Block a user