pep8 and documentation

This commit is contained in:
carnal0wnage
2018-05-02 22:44:58 -04:00
parent 194bf3389a
commit 1c633fe216
48 changed files with 505 additions and 186 deletions

View File

@@ -6,8 +6,18 @@ from libs.sts import *
def module_sts_get_accountid():
'''
STS get account ID - just ID
python3 weirdAAL.py -m sts_get_accountid -t demo
'''
sts_get_accountid()
def module_sts_get_accountid_all():
sts_get_accountid_all()
'''
STS get as much info as possible - prints AccountID, UserID, ARN
python3 weirdAAL.py -m sts_get_accountid_all -t demo
'''
sts_get_accountid_all()