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