shimit icon indicating copy to clipboard operation
shimit copied to clipboard

A tool that implements the Golden SAML attack

Results 2 shimit issues
Sort by recently updated
recently updated
newest added

I press in Terminal sudo python2 shimit.py and i get this error Traceback (most recent call last): File "shimit.py", line 17, in from aws import AWS File "/home/addsh/shimit/aws.py", line 1,...

kind/bug

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...