Advertisement
Peaser

malwr submission (really?)

Aug 13th, 2015
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. import urllib, re
  2. found = re.findall("""math_captcha_question"\/> (.+?) =""", urllib.urlopen("https://malwr.com/submission/").read())[0]
  3. print "{} = {}".format(found, eval(found))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement