i just checked out doitwithoutdues.com/contact and the capcha is just the simple click and check thing.
im familiar enough with python that I can help, idk how capcthas work tho. when I click the capcha, the browser makes like 40 requests for images, is the browser doing some work under the hood?
deleted by creator
i just checked out doitwithoutdues.com/contact and the capcha is just the simple click and check thing.
im familiar enough with python that I can help, idk how capcthas work tho. when I click the capcha, the browser makes like 40 requests for images, is the browser doing some work under the hood?
Do you think you could get something like this working? https://github.com/NikolaiT/uncaptcha3
Edit: there’s a video explainer too which might be helpful
no I'm dumb as shit and even that guy's solution was made redundant in a matter of days.
I have a server sending 1000 requests to the site in slow motion rn. that's my contribution to the cause.
anybuggy know what server software Amazon sites use? is it a propriety thing or apache/nginx?
Looks like the last commit was only 11 days ago though?
I’m gonna try it out when I get some time later today
deleted by creator
i found a pip package called slowloris...i may have a 150 socket connections opened sending http requests very slowly to the site.
I'm sure their servers are equipped to handle shit like this, but I have a server sitting idle doing nothing right now, so I figure why not.