ADFSpoof
ADFSpoof copied to clipboard
When running python ADFSpoof.py -b Token_sign_blob.bin DKMkey.bin dump I am getting "Version should be 1" message and script dies. I modified EncryptedPfx.py to output what the actual version is. The...
Running ADFSpoof generates the token as expected but when replacing the 'wresult' parameter in an authentication flow (through burp) I keep getting the "AADSTS50107: The requested federation realm object does...
Running setup.py install for restructuredtext-lint ... done Running setup.py develop for cryptography ERROR: Command errored out with exit status 1: command: 'c:\users\hemant\appdata\local\programs\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Hemant\\Downloads\\cryptography-master\\cryptography-master\\setup.py'"'"';...
Please look at the commits to view each file's details and their objectives.
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.11.29 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [signxml](https://github.com/XML-Security/signxml) from 2.6.0 to 4.0.4. Release notes Sourced from signxml's releases. v4.0.4 This release contains security fixes for two security advisories: Signature verification with HMAC is vulnerable to an...
Hello i don't know why, but to make an O365 token I need to edit the template and add / to `http://$AdfsServer/adfs/services/trust/`. I have created a dockerfile because it doesn't...