Captcha Level 1.........almost there

Captcha 1

Bugs78
4 years ago

0

Hey all,

im working on captcha level 1, and I have got a script to gran the capture, read it then reverse it and currently just outputs it to the screen in text.

BUT, im having a real issue figuring out how to actually submit the text to the challenge my latest I have tried:

r = (reverse(imagetext))
url=“https://defendtheweb.net/playground/captcha1
requests.get(url)
requests.post (url, params = r)

imagetext being my reversed capture but it just doesnt seem to work, im working in Python and google hasnt been much help either

0replies
1voice
360views
You must be logged in to reply to this discussion. Login
1 of 1

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss