Martin Gallo
3f61baa31b
Dropping Python 2.7 support and adjusting doc
...
* Dropping Python 2.7 support. We're going to run it in GitHub Actions/Tox but only as experimental to have visibility.
* Arranged README and updated installation steps.
* Added latest ChangeLog entries.
* Added tox-gh-actions to simplify workflow.
2022-02-17 09:25:24 -08:00
0xdeaddood
1dad8f7f9f
And going back to dev version
2021-10-27 12:32:55 -03:00
0xdeaddood
265ce178fc
Revert "And going back to dev version"
...
This reverts commit ef65bdc347 .
2021-10-27 12:27:35 -03:00
0xdeaddood
ef65bdc347
And going back to dev version
2021-10-27 12:19:24 -03:00
0xdeaddood
0d848d7ea5
About to tag a release
2021-10-27 11:55:46 -03:00
ExAndroidDev
3fe2d73ae8
Refactored httpattack.py, implemented AD CS attack as a submodule
2021-10-13 15:22:15 +02:00
Martin Gallo
cd4fe47cfc
Arrange tagline, copyright and license notes across all source files
...
This was a pending change to:
- Use the same tagline, copyright and license notice across files.
- Remove authors' contacts that are no longer valid (due to affiliation changes).
- Update repository location.
- Update license file with missing licenses (althought those were already in source files).
This doesn't include any change on the source code, nor any change on current copyright or licenses. Just formatting and phrasing to make our and distro's maintainers life easier.
2021-07-20 10:04:27 -03:00
0xdeaddood
90ce4b7d0b
And going back to dev version
2021-06-09 12:10:58 -03:00
0xdeaddood
090cf0cc92
About to tag a release
2021-06-09 11:18:18 -03:00
0xdeaddood
6c854dacd8
Update requirements in setup.py
2021-05-19 12:16:33 -03:00
Martin Gallo
3f3002e1c1
Updating maintainer
...
Using our OpenSource address as mantainer
2021-02-12 14:39:25 -08:00
asolino
4a8bd40281
And going back to dev version :)
2020-11-23 11:45:28 -03:00
asolino
7744710e44
About to tag a release
2020-11-23 10:53:43 -03:00
cclauss
cca78f3964
Travis CI: Add Python 3.8 to the testing (again)
2020-09-07 15:57:25 +02:00
asolino
7e50589280
And going back to dev version :)
2020-03-27 10:38:53 -03:00
asolino
5ead529796
About to tag release
2020-03-26 15:28:31 -03:00
asolino
edcc564dd2
About to tag release
2020-03-26 15:26:21 -03:00
Mario Vilas
dbbfc78ce4
Fixed crash on Wine when Git was not installed
...
wine 'C:\Python27\python.exe' setup.py install
Traceback (most recent call last):
File "setup.py", line 17, in <module>
if call(["git", "branch"], stderr=STDOUT, stdout=open(os.devnull, 'w')) == 0:
File "C:\Python27\lib\subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 394, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
startupinfo)
WindowsError: [Error 2] File not found
2020-03-07 17:37:40 +01:00
root
b4362ee0ac
Add git short hash for the commit to version
2020-02-04 18:56:34 -05:00
root
c33bed05f5
Single-source the version and standardize
...
- Scheme now uses semantic+pre-release+local versioning
( see https://bit.ly/36QdfJX )
- Version now pulls date timestamp from last commit if in a git dir
- Banner now pulls version directly from setup.py version
- Eliminates case where multiple different version all display the
same version number in the banner
2020-02-03 17:12:40 -05:00
asolino
4a5403c3c1
Changing LDAP3 version requirements
...
- Matching ldapdomaindump requirements
- Should address https://github.com/SecureAuthCorp/impacket/issues/742
2020-01-29 11:34:59 -03:00
asolino
5cb6389cba
And going back to dev ;)
2019-09-25 15:45:16 -03:00
asolino
647d7be7cb
Tagging new release
...
- It'll just last a few minutes till we come back to -dev :P
2019-09-25 14:20:16 -03:00
SR4ven
d1ba169fa2
Fixed broken ldap3 requirement
2019-05-10 17:08:59 +02:00
asolino
7b04f191c0
Merge branch 'master' into python36
2019-04-01 14:53:58 -03:00
asolino
7e18805cc4
Going back to dev version
2019-04-01 14:52:24 -03:00
asolino
621fd66fa4
Ready to tag a new release
2019-04-01 12:29:42 -03:00
asolino
cafda7be22
Merge branch 'master' into python36
2019-03-11 11:18:20 -03:00
Alberto Solino
f254380ca6
Merge pull request #575 from Petraea/master
...
Alter requirements for Windows
2019-03-11 09:50:46 -03:00
SR4ven
2c0ecaf2a3
Temporary fix for #582
2019-03-09 19:40:03 +01:00
Petraea
f2f5faddc7
Alter requirements for Windows
2019-02-08 12:45:17 +01:00
asolino
5e66258038
Merge branch 'master' into python36
2018-12-06 11:33:32 -03:00
asolino
e072ef9ce5
Adding Python 3.6 support
2018-12-06 11:33:19 -03:00
asolino
0c67b6e977
And back to dev version :)
2018-12-05 16:10:08 -03:00
asolino
462449c1bc
About to release
2018-12-05 15:09:01 -03:00
asolino
7eeff437c7
More code cleanup homework
...
- Optimizing imports
- Removing unused variables
- Still a lot to do.
- Test cases passing OK
2018-12-04 17:07:52 -03:00
asolino
ec77ea3d06
Code cleanup homework
...
- Optimizing imports
- Removing unused variables
- Still a lot to do.
- Test cases passing OK
2018-12-04 14:47:16 -03:00
Dirkjan Mollema
429c4b77fc
ldap attack port to py3 part 1
2018-10-18 22:02:11 +02:00
asolino
63429c46a7
So long and thanks for all the bits Core :)
...
- Still need to change each file's copyright, coming soon
2018-10-10 15:48:56 -03:00
asolino
b2541065e2
Resolved merge conflict
2018-08-31 12:21:32 -03:00
asolino
3214ddc0cf
Enforcing specific flask version
2018-08-26 16:05:29 -03:00
Dirkjan Mollema
860f7b0920
Also update pycryptodome requirement in setup.py
2018-08-25 17:27:53 +02:00
asolino
1afae4c801
Going back to dev version :)
2018-05-30 18:56:40 -03:00
asolino
e7fd42aa68
Specifying README.md is in markdown mode.
...
So it renders well in PyPi.
2018-05-30 18:45:41 -03:00
asolino
6ddd60ded4
Fixed typo
2018-05-30 16:48:46 -03:00
asolino
770a017e6a
Changing from dev version to release version for tagging.
2018-05-30 15:47:19 -03:00
Dirkjan Mollema
b59ea7d452
Bump ldap3 version for SD controls
2018-04-23 17:49:24 +02:00
asolino
e571a45864
Adding all examples dependency packages into the main installation dependencies
...
* So users can run the examples right away
* Added more .gitignore items
2018-04-22 19:44:00 -04:00
Dirkjan Mollema
efa5e7047e
Rewrote ntlmrelayx attack logic to be similar to protocol clients
2018-04-18 15:15:14 +02:00
asolino
cd711636e4
We're not installing test cases anymore.
...
* If you want to test the library, git checkout it and run the tests from the checked out repo
2018-04-11 14:34:13 -05:00