Commit Graph

13 Commits

Author SHA1 Message Date
cclauss
e97bd9ab22 Typo in variable name: file --> source_file
Should solve one undefined name in flake8 testing of https://github.com/carnal0wnage/weirdAAL on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./libs/aws_lambda.py:135:86: F821 undefined name 'region'
            print("[-] GetAccountSettings allowed for {} but no results [-]" .format(region))
                                                                                     ^
./libs/s3.py:289:54: F821 undefined name 'file'
            print("{} object does not exist.".format(file))
                                                     ^
2     F821 undefined name 'region'
2
```
2018-05-23 23:58:23 +02:00
cclauss
34ea04ad36 import sys for sys.exit() 2018-05-22 07:30:27 +02:00
carnal0wnage
9742a6fb99 s3 updates 2018-05-17 20:10:19 -04:00
carnal0wnage
eb6665c09b upload/download files 2018-05-17 19:27:15 -04:00
carnal0wnage
acea7a4dd6 s3 clean up and porting 2018-05-17 18:18:18 -04:00
carnal0wnage
1c633fe216 pep8 and documentation 2018-05-02 22:44:58 -04:00
carnal0wnage
6c6359476f move comments around for pydocs functionality 2018-04-19 23:03:08 -04:00
carnal0wnage
582c2c7d38 documentation and rm'ing the key piece 2018-04-16 21:05:15 -04:00
Chris Gates
886ba10e49 fix recon with new way of doing biz 2018-04-16 16:25:44 -04:00
carnal0wnage
89e758a4cf mostly fixes to handle a root key that has perms but shit isnt actually set up 2018-04-11 22:50:24 -04:00
carnal0wnage
e398484508 fix broken stuff when checking with python3 2018-04-05 15:59:17 -04:00
carnal0wnage
b2a34aaa74 handle ctrl-c 2017-06-30 17:18:55 -04:00
carnal0wnage
f9ea4e843d more s3 2017-06-27 22:06:46 -04:00