Create and verify common LDAP passwords and hashes
Project description
pySSHA-slapd
Python hashlib generator born as a script to test OpenLDAP user passwords. It supports salted:
- md5
- sha1
- sha224
- sha256
- sha384
- sha512
Introduction
pySSHA-slapd is a simple SSHA string encoder e checker that's quite easy to use:
python3 ssha.py -p slapdsecret
{SSHA}omu7YHgg6_uqOIN_epZtfJtGo0ruwdSr
Usage
usage: ssha.py [-h] -p P [-s S] [-salt_size SALT_SIZE] [-c C] [-enc ENC] [-b]
[-prefixed] [-d D]
Usage: python ssha.py -p Password[-c SSHA hash to check]
optional arguments:
-h, --help show this help message and exit
-p P Password to encode
-s S Salt, 4 bytes in hex format, example "fooo": -s
666f6f6f
-salt_size SALT_SIZE salt lenght
-c C {SSHA} hash to check
-enc ENC Encoder to use, example: sha1 sha224 sha256 sha384
sha512
-b if {SSHA} hash is in base64 format
-prefixed if suffixed or prefixed salt
-d D Debug level from 1 to 5
Dependencies
Python3 and hashlib
Usage examples
You can adopt a specified salt for hashing, in hex format:
python3 ssha.py -p slapdsecret -s 74be2629
{SSHA}w5CJCwNQk44NjTYzcMZNKbE6Bu90viYp
Verify if a password is valid comparing it with a SSHA hash:
python3 ssha.py -c {SHA1}pPUGnEBCmIa+fJy6ZTS87eEg+ylVYDqcrs6oHA== -p slapdsecret
Same as previous but ssha hash is in base64 format (like ldapsearch output):
python3 ssha.py -c e1NIQTF9dzVDSkN3TlFrNDROalRZemNNWk5LYkU2QnU5MHZpWXA= -b -p slapdsecret -salt_size 4
Same as the previous but with maximum debug level
python3 ssha.py -c e1NIQTF9dzVDSkN3TlFrNDROalRZemNNWk5LYkU2QnU5MHZpWXA= -b -p slapdsecret -d 3 -salt_size 4
[sshaSplit debug]
ssha_password: {SSHA}w5CJCwNQk44NjTYzcMZNKbE6Bu90viYp
salt: 74be2629
payload: 0b0350938e0d8d363370c64d29b13a06ef
[checkPassword debug]
ssha_password: {SSHA}w5CJCwNQk44NjTYzcMZNKbE6Bu90viYp
created_password: {SSHA}w5CJCwNQk44NjTYzcMZNKbE6Bu90viYp
salt: 74be2629
password: slapdsecret
{SSHA} Check is valid: True
select your preferred encoder
python3 ssha.py -p slapdsecret -s 74be2629 -enc sha512
{SHA512}4gm2Ep0Nklb8pkss9zIs+t6/BGaGn2QYphl3UeAYuBBNW/hj8glu4jUb7JPb4LVWdCv+g0WoyYUB9VWVajQpjHS+Jik=
without salt
python3 ssha.py -p ciao -d 3 -salt_size 0 -enc sha512
OpenLDAP use a 8byte lenght salt, you can also change this value with -salt_size option.
Resources
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pySSHA-0.8.1.tar.gz
.
File metadata
- Download URL: pySSHA-0.8.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df20472e9e6e5e3114e088260498210abf7bce4713e90cd82c05f36e530203ff |
|
MD5 | 6027bf53114831fc51982a5153c87fff |
|
BLAKE2b-256 | d0bce5f8869b00e5fdefbb3361f395f23df9af44ade9792a005592287b2a7dfe |
File details
Details for the file pySSHA-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: pySSHA-0.8.1-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4261fa9c5b1c9bc215ea806d1392883cdaa528e0e1036004905764c40b0568c5 |
|
MD5 | 56d171fb80ca8e9faff1aa3edfe83b34 |
|
BLAKE2b-256 | 53bec152b7a9e3bd2ccd5dc6d39699b2957f281642c18cd5e4f31ec0ab84c50f |