implement delete

update checks
password sha256 digest used from hashlib
This commit is contained in:
r4sas
2017-02-21 16:33:03 +03:00
parent cdf2544da7
commit 421e287679
5 changed files with 111 additions and 35 deletions

View File

@@ -1,9 +1,6 @@
import requests
#import urllib
class privatebin(object):
def __init__(self):
self.proxies = {'http': 'http://127.0.0.1:4444'}
self.server = 'http://paste.r4sas.i2p/'