Skip to content

Commit

Permalink
README clarifications and added test cases and requirement files to M…
Browse files Browse the repository at this point in the history
…ANIFEST.in
  • Loading branch information
asolino committed Apr 22, 2018
1 parent dcf6f78 commit 3f5ec4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
include MANIFEST.in
include LICENSE
include ChangeLog
recursive-include examples *.txt *.py
include requirements.txt
include requirements_examples.txt
include tox.ini
recursive-include examples tests *.txt *.py
recursive-include tests *
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements
2. For Kerberos support you will need `pyasn1` package
3. For cryptographic operations you will need `pycrypto` package
4. For some examples you will need `pyOpenSSL` (rdp_check.py) and ldap3 (ntlmrelayx.py)
5. For ntlmrelayx.py you will also need `ldapdomaindump`
5. For ntlmrelayx.py you will also need `ldapdomaindump`, `flask` and `ldap3`
6. If you're under Windows, you will need `pyReadline`
* A recent release of Impacket.

Expand Down

0 comments on commit 3f5ec4a

Please sign in to comment.