From 67e8f84bb4b30caf9756191154fa1a2e191a866a Mon Sep 17 00:00:00 2001 From: carnal0wnage Date: Mon, 23 Apr 2018 21:16:25 -0400 Subject: [PATCH] typos --- modules/iam_pwn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/iam_pwn.py b/modules/iam_pwn.py index 0cb9c98..4feee69 100644 --- a/modules/iam_pwn.py +++ b/modules/iam_pwn.py @@ -1,6 +1,6 @@ ''' -Functions specificially realted to IAM account takeover -if you have root or IAM access gather user info, manipulate access keys or passwords, make backdoor account +Functions specifically related to IAM account takeover if you have root or IAM access gather user info, +manipulate access keys or passwords, make backdoor account ''' from libs.iam import * from libs.sts import * @@ -45,7 +45,7 @@ def module_iam_delete_mfa_device(*text): def module_iam_change_user_console_password(*text): ''' - change the console password for the specied user + change the console password for the specified user python3 weirdAAL.py -m iam_change_user_console_password -a 'python','HackTh3Planet!' -t yolo ''' iam_change_user_console_password(text[0][0], text[0][1])