Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import urllib, re
- found = re.findall("""math_captcha_question"\/> (.+?) =""", urllib.urlopen("https://malwr.com/submission/").read())[0]
- print "{} = {}".format(found, eval(found))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement