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

Added Brazil related sites #812

Merged
merged 6 commits into from
May 14, 2024

Conversation

p1ngul1n0
Copy link
Contributor

Added Alura, Privacy, Gartic, XNXX, Jusbrasil and Kwai.

p1ngul1n0 added 2 commits May 11, 2024 22:27
Added Alura, Privacy, Gartic, XNXX, Jusbrasil, Kwai
wmn-data.json Outdated
"uri_check": "https://cursos.alura.com.br/user/{account}",
"e_code": 200,
"e_string": "Perfil de",
"m_string": "Erro 404",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. I got this m_string in the <title> tag when using a web browser but using curl from the cmd line I got JSON:

curl -i  https://cursos.alura.com.br/user/jonatasdasdahan
HTTP/2 404
date: Mon, 13 May 2024 12:18:57 GMT
content-type: application/json
vary: Accept-Encoding
vary: origin,access-control-request-method,access-control-request-headers,accept-encoding
x-frame-options: DENY
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=L%2F3ndtPvYFIMWxRXpBqseX8gI6MdwEx18QFkVUGx4fkuGLOQ0WSxDPdCvlpOfYhOQ6SZAXf1lx7JwFpTGh%2B46RuWUGVh6r2YX%2BSiC%2FS9If5iZnfmd%2FbLfKKYUfcCsROT0YSRUZA%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 88329814aa9387ac-IAD
alt-svc: h3=":443"; ma=86400

{"timestamp":"2024-05-13T12:18:57.474+00:00","status":404,"error":"Not Found","path":"/user/jonatasdasdahan"}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Certainly, in both cURL and Python, the server returns JSON responses when a user does not exist. I've updated the m_string to "error":"Not Found" to reflect this behavior.

wmn-data.json Outdated
"e_string": "<title> Privacy | Checkout",
"m_string": "<title>Privacy</title>",
"m_code": 302,
"known": ["crash", "alex"],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[OPTIONAL] Consider replacing one of the known users you have with someone that has a lot of activity as they are less likely to disappear from the platform. Suggestion: jana_mel

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed Privacy because of Cloudflare protection.

wmn-data.json Outdated
},
{
"name": "Privacy",
"uri_check": "https://privacy.com.br/checkout/{account}",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This site is behind Cloudflare and may provide problems for people using WMN via Python or non-browser methods.

Copy link
Contributor Author

@p1ngul1n0 p1ngul1n0 May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed Privacy because of Cloudflare protection.

wmn-data.json Outdated
},
{
"name": "Gartic",
"uri_check": "https://gartic.com.br/{account}",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This site is behind Cloudflare and may provide problems for people using WMN via Python or non-browser methods.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed Gartic because of Cloudflare protection.

wmn-data.json Outdated
"name": "Gartic",
"uri_check": "https://gartic.com.br/{account}",
"e_code": 200,
"e_string": "<strong>Nick:</strong>",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check this string? In my browser I show <strong>Nick: </strong> with a space after the :

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed Gartic because of Cloudflare protection.

wmn-data.json Outdated
"name": "XNXX",
"uri_check": "https://www.xnxx.com/mobile/profile/{account}",
"e_code": 200,
"e_string": "profile",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider changing this to something more specific like <b>Profile hits:</b>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modified e_string to <table id=\"profile\">.

@WebBreacher WebBreacher merged commit a22eeb8 into WebBreacher:main May 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants