Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/env python
import requests
import shutil
import subprocess
import os
url_form = 'http://localhost:31337/captcha/example6/'
url_submit = url_form + 'submit'
captcha_image_path = 'captcha_image.png'