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

New site (showup.tv) #764

Closed
grabowskiadrian opened this issue Oct 30, 2023 · 11 comments
Closed

New site (showup.tv) #764

grabowskiadrian opened this issue Oct 30, 2023 · 11 comments

Comments

@grabowskiadrian
Copy link
Contributor

Hello,

I'm trying to set up a request to showup.tv. This is a Polish NFSW sex cam site. This site has a process acceptance policy. Upon first request, the user must agree to the terms.

I found a solution to fix this case. It is necessary to set the header to set the cookie.

curl --location 'https://showup.tv/profile/Love_S' --header 'Cookie: accept_rules=true;'

Existing profiles: LunaVee, Jane_Frou, Love_S

If found: in html "<title>Profil"
HTTP: 200

If not found: in html "<title>Darmowe"
HTTP: 404

The question is: there is an option to add a header to set cookies? If so, I can implement this page.

@grabowskiadrian grabowskiadrian changed the title New site New site (showup.tv) Oct 30, 2023
@WebBreacher
Copy link
Owner

We do accept headers (see https://github.com/WebBreacher/WhatsMyName/blob/main/CONTRIBUTING.md#format-of-the-json-file). Cookies....that is something the checker scripts need to handle. But you can add the header content into the JSON.

@grabowskiadrian
Copy link
Contributor Author

What script you use to check sites?

On dev branch is old version i think.

@WebBreacher
Copy link
Owner

Yes. We removed the python checker from our repo earlier this year. We leave it to the developer/user to select the tool they use. Our README has a bunch you can choose from.

@grabowskiadrian
Copy link
Contributor Author

I tried to use C3n7ral051nt4g3ncy/WhatsMyName-Python

but this tool not support headers.

I could make a fork (and add headers), but I want to be sure that the implementation will be the same as yours.

@WebBreacher
Copy link
Owner

The #748 issue was recently closed. I'm not sure who has implemented headers in their checker.

@grabowskiadrian
Copy link
Contributor Author

Ok, that's clear to me.

So the implementation logic is on the user/tool ​​side. The only important thing is to adapt to the schema (schema.json).

Thanks for the information. I will adapt one of the python tools to test sites

@WebBreacher
Copy link
Owner

Exactly. We moved from being an all-in-one JSON + python tool project to just focus on the JSON and deferring to the coders out there to make awesome checker tools. Makes our lives simpler to focus on detections.

@grabowskiadrian
Copy link
Contributor Author

Pull request opened with new site. To test I used my new tool.

I made my own tool in which I implemented all the requirements from the wmn-data-schema.json file.

My tool also supports:

  • post requests
  • request headers

https://github.com/grabowskiadrian/WhatsMyName-Client

@WebBreacher
Copy link
Owner

Trying it out right now! Thanks for making this and sharing it. Would you want to add it to the README?

@grabowskiadrian
Copy link
Contributor Author

If it's ok for you, I'll be happy to add it to the README

@WebBreacher
Copy link
Owner

Closing issue due to merge of #766

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

No branches or pull requests

2 participants