You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,20 +40,6 @@ Quick start
40
40
41
41
Grab the latest stable release, unpack it and run `python3 -m pip install .` (`python2 -m pip install .` for Python 2.x) from the directory where you placed it. Isn't that easy?
42
42
43
-
44
-
Requirements
45
-
============
46
-
47
-
* A Python interpreter. Python 2.6/2.7 and Python 3.7 are known to work.
48
-
1. If you want to run the examples and you have Python < 2.7, you
49
-
will need to install the `argparse` package for them to work.
50
-
2. For Kerberos support you will need `pyasn1` package
51
-
3. For cryptographic operations you will need `pycryptodomex` package
52
-
4. For some examples you will need `pyOpenSSL` (rdp_check.py) and ldap3 (ntlmrelayx.py)
53
-
5. For ntlmrelayx.py you will also need `ldapdomaindump`, `flask` and `ldap3`
54
-
6. If you're under Windows, you will need `pyReadline`
55
-
* A recent release of Impacket.
56
-
57
43
Installing
58
44
----------
59
45
@@ -70,7 +56,7 @@ If you want to run the library test cases you need to do mainly three things:
70
56
71
57
1. Install and configure a Windows 2012 R2 Domain Controller.
72
58
* Be sure the RemoteRegistry service is enabled and running.
73
-
2. Configure the [dcetest.cfg](https://github.com/SecureAuthCorp/impacket/blob/impacket_0_9_22/tests/SMB_RPC/dcetests.cfg) file with the necessary information
59
+
2. Configure the [dcetest.cfg](https://github.com/SecureAuthCorp/impacket/blob/impacket_0_9_23/tests/SMB_RPC/dcetests.cfg) file with the necessary information
74
60
3. Install tox (`python3 -m pip install tox`)
75
61
76
62
Once that's done, you can run `tox` and wait for the results. If all goes well, all test cases should pass.
0 commit comments