Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to python3 & implement requirements.txt #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Script-Nomad
Copy link

I needed this for a penetration test and in its current implementation does not work. In fact, it broke my python2 installation because enum package is not supported by python2.7 anymore, and has been deprecated. I did some extensive work to futurize this because well... yeah I needed it.

So, quick summary of what I did.

  1. Futurized all packages to python3
  2. Moved up packages to latest implementation
  3. Implemented requirements.txt according to the pypi documentation
  4. Refactored all py2 code to python3
  5. Excised the cancer that is enum in place of the now supported enum34

This code is largely untested, although I was able to run several commands successfully and generate a valid (forged) SAML Response out of it. Please test and update this code for the sake of your users. It's an awesome tool. Cheers 🥂

@Script-Nomad
Copy link
Author

Just looking for an update on this and to find out whether this github account is still active or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant