implement delete
update checks password sha256 digest used from hashlib
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user