Commit Graph

46 Commits

Author SHA1 Message Date
Gabriel Gonzalez d519da4720 Update README.md
In preparation for v0.12 release
2024-09-02 12:14:06 -03:00
Gabriel Gonzalez 7d8bc55d69 Update README.md
Updated copyright aligned with rest of the files..
2024-09-02 10:39:27 -03:00
Gabriel Gonzalez 4c702facd2 Updated README and setup.py for the v0.11 release 2023-07-31 11:54:40 -03:00
Gabriel Gonzalez 9b4a139405 Updated Copyright to 2023 2023-07-31 11:48:28 -03:00
0xdeaddood 4f17972ded Modified README
Added python 3.10 support in dev version.
2023-04-28 00:09:52 -03:00
0xdeaddood 9b1c6e4e22 Updated README
Updated the Installation section
2023-03-31 14:00:50 -03:00
Ryan Griggs 9946444ee2 Update README to reflect Fortra ownership 2022-12-14 13:40:25 -06:00
0xdeaddood 7a18ef5c8b About to tag a release 2022-05-04 11:33:16 -03:00
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
Martin Gallo 6bb5ea427b Tests: Continue refactor of test cases (#1112)
Continue refactor some of our test cases structure.

Main changes introduced are:
* Moved testing guide as a separate file and added some of the steps to configure the test environment.
* Leveraging unittest.main to catch command-line args and build the default suite.
* Only running GitHub actions workflow once for our own branches/PRs.
* Remote test config file can be specified via an env var now.
* Moved remote test config to a template and ignored config file.
2021-07-02 12:22:14 -03:00
Martin Gallo 658e0ab8e1 Tests: First batch of changes on refactoring test cases (#1102)
Tests: First batch of changes on refactoring test cases

This is the first part of a larger effort to refactor some of our test cases structure.

Main changes introduced are:
- Using pytest as the testing framework to organize and mark test cases.
- Replacing custom bash scripts with test cases discovery.
- Integrating pytest-cov plugin to easier coverage collection and reporting.
- Marking remote test cases to being able to pick those during run.
- Abstracted remote test cases configuration in a base class.
- Consolidating pytest, coverage and tox configuration in a single tox.ini file.
- Removed some Python 2.5 support and replaced custom compat checks with six.
- Replace unittest.TextTestRunner.run by unittest.main (cherry-picked from f5dab5ca76, thanks @franferrax !)
2021-06-25 11:19:52 -03:00
Martin Gallo 1a5ed9dc21 Clarified disclaimer and added security policy file. 2021-06-11 07:25:16 -07:00
0xdeaddood 090cf0cc92 About to tag a release 2021-06-09 11:18:18 -03:00
nusch 4cf864f2e0 more universal approach, especially on OSX with homebrew where pip3 and python3 may point often to different locations of modules 2021-04-20 08:20:00 +02:00
asolino 2438fb66ce Adjusting tag 2020-11-23 10:56:07 -03:00
Alberto Solino d1ced941eb Merge pull request #961 from Mr-Gag/master
Support Docker
2020-11-12 14:12:02 -03:00
asolino da48cfe7fe Updating installation instruction for Python 3.x 2020-11-05 11:51:59 -03:00
yassine birig 326f13f757 modifiy README add Docker build and usage" 2020-09-27 00:04:45 +01:00
Arseniy Sharoglazov 1639b2fe92 Update README.md 2020-07-12 23:34:32 +03:00
asolino fe40cb0448 Adding disclaimer section, clarifying the spirit of this initiative. 2020-06-03 15:29:56 -03:00
asolino 039087dd05 Updating source tag 2020-03-26 15:33:51 -03:00
asolino 5cb6389cba And going back to dev ;) 2019-09-25 15:45:16 -03:00
asolino 7b04f191c0 Merge branch 'master' into python36 2019-04-01 14:53:58 -03:00
asolino 621fd66fa4 Ready to tag a new release 2019-04-01 12:29:42 -03:00
asolino 86a4556ed9 Python versions supported and minimal changes to README 2019-01-07 16:53:01 -03:00
asolino e072ef9ce5 Adding Python 3.6 support 2018-12-06 11:33:19 -03:00
Alberto Solino 9aa29f2515 Update README.md 2018-10-10 15:51:06 -03: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 36d57e532d Removing PyCrypto messages and replacing them with pycryptodomex 2018-09-04 16:27:29 -03:00
asolino 770a017e6a Changing from dev version to release version for tagging. 2018-05-30 15:47:19 -03:00
asolino ee1800c73e Updated README 2018-05-30 15:22:16 -03:00
asolino f992ef5c69 Adjusting test cases for Windows 2012 R2 and update on README 2018-05-30 15:17:45 -03:00
asolino c251535335 Updated README 2018-05-30 09:09:51 -03: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
asolino 3f5ec4a94e README clarifications and added test cases and requirement files to MANIFEST.in 2018-04-22 19:08:13 -04:00
asolino 140f356e7c Updated Python versions supported 2018-04-08 13:48:50 -03:00
asolino a637dabac1 Adjusting install packages and information, including packages needed for examples 2018-02-28 18:54:41 -03:00
Alberto Solino cbb791427e Merge branch 'master' into relay-experimental 2018-02-27 18:05:15 -03:00
asolino d8698c0c92 pip packaging dep autoinstall
* Based on @maaaaz feedback.
* Addresses https://github.com/CoreSecurity/impacket/issues/337
2018-02-13 16:13:15 -03:00
Dirkjan Mollema 54b5277d59 Updated requirements and split requirements into library requirements and requirements for the examples 2018-01-31 17:12:17 +01:00
blark 81ffe50cbe Updated requirements section
Added ntlmrelayx requirements and tweaked lines to match style
2016-09-21 14:17:13 -04:00
asolino 33794acbfa Removing unnecessary dependency package 2016-06-15 09:27:49 -03:00
Dirkjan Mollema 467ad252d4 HTTP relay client 2016-06-14 11:02:57 +02:00
Alberto Solino 7b2f942121 Update README.md 2016-05-31 22:42:38 -03:00
Alberto Solino 6085a1a2a5 Update README.md 2015-05-27 15:14:49 -03:00
CoolOppo e8253a62c7 Rename README to README.md
This enables syntax-highlighting on GitHub.
2015-05-26 21:53:47 -04:00