diff --git a/README.md b/README.md index 7ab2d85..71ddd62 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ pip install lil-pwny Lil-pwny will be installed as a global command, use as follows: ``` -usage: lil-pwny [-h] -hibp HIBP [-v] [-c CUSTOM] [-custom-enhance CUSTOM_ENHANCE] -ad AD_HASHES [-d] [-output {file,stdout,json}] [-o] [--debug] +usage: lil-pwny [-h] -hibp HIBP [-v] [-c CUSTOM] [-custom-enhance CUSTOM_ENHANCE] -ad AD_HASHES [-d] [-output {file,stdout,json}] [-o] [--verbose] Fast offline auditing of Active Directory passwords using Python @@ -76,14 +76,16 @@ options: -c CUSTOM, --custom CUSTOM .txt file containing additional custom passwords to check for -custom-enhance CUSTOM_ENHANCE, --custom-enhance CUSTOM_ENHANCE - generate an enhanced custom password list based on the provided custom password list. Must be used with -c/--custom flag. The enhanced list will stored in memory and not written to disk. Provide the minimum length of the passwords you want. Default is 8 + generate an enhanced custom password list based on the provided custom password list. Must be used with -c/--custom flag. The enhanced list will stored in memory and not + written to disk. Provide the minimum length of the passwords you want. Default is 8 -ad AD_HASHES, --ad-hashes AD_HASHES The .txt file containing NTLM hashes from AD users -d, --duplicates Output a list of duplicate password users -output {file,stdout,json}, --output {file,stdout,json} Where to send results -o, --obfuscate Obfuscate hashes from discovered matches by hashing with a random salt - --debug Turn on debug level logging + --verbose Turn on verbose logging + ``` Example: diff --git a/poetry.lock b/poetry.lock index c18fb33..b3eeb04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,5 +153,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.12" -content-hash = "83340d4d8e4ef0412409fc4aac3b45cb2ffd7b44760f2ce29cd50030ad0cc3f9" +python-versions = ">=3.11" +content-hash = "cc362e9139233beab282a2a0e784830a2a47e84a09891e25f019aa39ba4baa97"