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

4 websites update #922

Merged
merged 4 commits into from
Jan 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6845,11 +6845,11 @@
},
{
"name" : "zmarsa.com",
"uri_check" : "https://zmarsa.com/uzytkownik/{account}/glowna/",
"uri_check" : "https://zmarsa.com/uzytkownik/{account}",
"e_code" : 200,
"e_string" : "Galeria użytkownika",
"m_string" : "Błąd na stronie",
"m_code" : 500,
"e_string" : "Statystyki",
"m_string" : "<title>Error 404 - zMarsa.com<",
"m_code" : 404,
"known" : ["janek", "test"],
"cat" : "xx NSFW xx"
},
Expand All @@ -6861,14 +6861,15 @@
"m_string" : "This is a 404 page and we think it's fairly clear",
"m_code" : 404,
"known" : ["john", "jess"],
"cat" : "social"
"cat" : "social",
"headers" : {"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"}
},
{
"name" : "zoomitir",
"uri_check" : "https://www.zoomit.ir/user/{account}/",
"e_code" : 200,
"e_string" : "پروفایل - زومیت",
"m_string" : "404 Not found",
"e_code" : 301,
"e_string" : "",
"m_string" : "<title>خطای ۴۰۴ - صفحه یافت نشد</title>",
"m_code" : 404,
"known" : ["rezaghezi", "hosssssein"],
"cat" : "tech"
Expand Down Expand Up @@ -6908,9 +6909,9 @@
"name" : "Kwai",
"uri_check" : "https://www.kwai.com/@{account}",
"e_code" : 200,
"e_string" : "ProfilePage",
"m_string" : "class=\"network\"",
"m_code" : 404,
"e_string" : "name=\"title\"",
"m_string" : "<title>Kwai</title>",
"m_code" : 200,
"known" : ["carlito", "taylor"],
"cat" : "social"
}
Expand Down
Loading