aboutsummaryrefslogtreecommitdiffstats
path: root/pwndb_credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'pwndb_credentials.py')
-rw-r--r--pwndb_credentials.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pwndb_credentials.py b/pwndb_credentials.py
index af55270..24a80bd 100644
--- a/pwndb_credentials.py
+++ b/pwndb_credentials.py
@@ -12,11 +12,11 @@ class FindPasswords():
self.session = None
if name and service:
self.data = {
- "domain": service,
- "domainopr": "0",
- "luser": name,
- "luseropr": "0",
- "submitform": "em"
+ "domain" : service,
+ "domainopr" : "0",
+ "luser" : name,
+ "luseropr" : "0",
+ "submitform": "em"
}
self.session = requests.session()
self.session.proxie = {}