awsKeyTools icon indicating copy to clipboard operation
awsKeyTools copied to clipboard

AWS云平台 AccessKey 泄漏利用工具

Results 5 awsKeyTools issues
Sort by recently updated
recently updated
newest added

code error: Invalid type for parameter UserName, value: None, type: , valid types:

I tried to access a S3 using awsKeyTools with AK/SK, but got a error: `botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you...

UnicodeEncodeError: 'latin-1' codec can't encode characters in position 573-577: ordinal not in range(256)

botocore.errorfactory.EntityAlreadyExistsException: An error occurred (EntityAlreadyExists) when calling the CreatePolicy operation: A policy called ssm_policy already exists. Duplicate names are not allowed. 这个报错是因为什么

(awsvenv) root@remotehost:~/awsKeyTools# python3 main.py /root/awsKeyTools/main.py:5: SyntaxWarning: invalid escape sequence '\_' banner = """ Traceback (most recent call last): File "/root/awsKeyTools/main.py", line 1, in from lib import my_console ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/awsKeyTools/lib/__init__.py",...