cktricky
3e48296d4e
reworked the logic of modules and what not
2018-09-25 17:38:50 -04:00
cktricky
3930acdd80
removing the print debug statement
2018-09-25 17:38:50 -04:00
cktricky
126cb6bb5f
woohoo, can still invoke commands
2018-09-25 17:38:50 -04:00
cktricky
188cbec811
still futzing around
2018-09-25 17:38:50 -04:00
cktricky
8e0ded67d3
more shuffling
2018-09-25 17:38:50 -04:00
Jonn Callahan
34d22d77be
updated the other funcs as well
2018-09-25 17:38:50 -04:00
Jonn Callahan
4f5ad889d4
because sorting is better than not
2018-09-25 17:38:50 -04:00
cktricky
f94482eb28
Fixes issue #50
2018-09-25 17:38:50 -04:00
Kenneth Toler
159a9d862c
added roles assumable
...
commenting assumable role functionality
removed hardcoded region from roles assumable
2018-09-25 17:38:46 -04:00
Ken Johnson
e66a273277
Merge pull request #49 from cclauss/patch-2
...
Resolve undefined name 'region'. Use AWS_ACCESS_KEY_ID
2018-05-23 20:53:17 -03:00
Ken Johnson
040d6ee4c3
Merge pull request #48 from cclauss/patch-1
...
Typo in variable name: file --> source_file
2018-05-23 20:50:34 -03:00
cclauss
7ceea49e4d
Resolve undefined name 'region'. Use AWS_ACCESS_KEY_ID
...
__region__ is an _undefined name_ in this context so this PR recommends using __AWS_ACCESS_KEY_ID__ instead.
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-24 00:10:12 +02:00
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
Chris Gates
76e08f58ed
Update sts.py
...
ref https://github.com/carnal0wnage/weirdAAL/pull/46#pullrequestreview-122111997
2018-05-22 06:48:03 -04:00
Chris Gates
fe1f6ca1e3
Merge pull request #46 from cclauss/import-sys
...
import sys for sys.exit()
2018-05-22 06:43:31 -04:00
cclauss
34ea04ad36
import sys for sys.exit()
2018-05-22 07:30:27 +02:00
Chris Gates
c3c0aa0f59
Update README.md
2018-05-21 10:27:47 -04:00
Chris Gates
1b62ea3047
Update README.md
2018-05-21 10:27:22 -04:00
Chris Gates
977542dd01
Update README.md
2018-05-21 10:26:45 -04:00
Chris Gates
09106186e3
Update README.md
2018-05-20 08:53:12 -04:00
Chris Gates
cf89388c82
Merge pull request #44 from carnal0wnage/sns
...
Sns
2018-05-20 08:49:12 -04:00
cktricky
1ed839cfda
so you can delete SNS topics
2018-05-19 23:05:17 -03:00
cktricky
77f99e34ff
cool, now we can delete sns topics
2018-05-19 22:00:31 -03:00
cktricky
236bb19063
added the ability to list topics in each region as well as list all subscribers for a topic
2018-05-17 22:15:49 -04:00
carnal0wnage
9742a6fb99
s3 updates
2018-05-17 20:10:19 -04:00
carnal0wnage
7f6ad7a02f
lightsaile pep8
2018-05-17 19:43:56 -04:00
carnal0wnage
eb6665c09b
upload/download files
2018-05-17 19:27:15 -04:00
carnal0wnage
ac812ff970
lightsail module starter
2018-05-17 19:11:21 -04:00
carnal0wnage
3e25749028
remove old code
2018-05-17 18:22:46 -04:00
carnal0wnage
97944f4d80
rename test.txt for s3 bucket bruting
2018-05-17 18:21:45 -04:00
carnal0wnage
acea7a4dd6
s3 clean up and porting
2018-05-17 18:18:18 -04:00
Chris Gates
36d224076d
Update README.md
2018-05-16 07:44:48 -04:00
Chris Gates
7bb0b67fd1
Delete target.txt
2018-05-16 07:44:03 -04:00
carnal0wnage
cc7be54427
Merge branch 'master' of github.com:carnal0wnage/weirdAAL
2018-05-09 20:38:18 -04:00
carnal0wnage
e5ecdae1e4
fixes #29
2018-05-09 20:37:50 -04:00
Chris Gates
ff2714ffa9
Update weirdAAL.py
...
remove that random proxy i was testing with
2018-05-08 12:08:48 -04:00
carnal0wnage
5cc626d6b2
exit on cred check - ec2 errors for bad keys
2018-05-08 12:03:57 -04:00
carnal0wnage
1c633fe216
pep8 and documentation
2018-05-02 22:44:58 -04:00
carnal0wnage
194bf3389a
add a line to show how to use a proxy
2018-05-01 19:39:50 -04:00
carnal0wnage
fa6400ee41
db updates and an iam function
2018-05-01 19:21:21 -04:00
carnal0wnage
32ec7ae4fb
add the ability to stop an instance...dry run
2018-05-01 14:15:56 -04:00
carnal0wnage
53769f50a3
cloudfront
2018-04-30 20:56:02 -04:00
Chris Gates
67e6d12b3f
Update README.md
...
point ppl to wiki since some new ppl have access to the repo
2018-04-27 12:46:54 -04:00
carnal0wnage
dcc98a88b8
ec2 updates for error handling
2018-04-26 23:56:07 -04:00
carnal0wnage
137ca0ef61
remove a print statemetn
2018-04-26 22:54:59 -04:00
Chris Gates
b9cc16da46
Merge pull request #36 from carnal0wnage/config_service_check
...
Config service check
2018-04-26 16:56:03 -04:00
cktricky
c5dd215323
we can no longer ignore config.py because it is necessary
2018-04-26 12:59:32 -04:00
cktricky
f0a3ea9fe0
added the ability to delete recorders and rules from Config service
2018-04-26 12:53:49 -04:00
cktricky
56d01a0aaa
this is printing much prettier than before
2018-04-26 11:46:05 -04:00
cktricky
4e7891e668
creating two separate functions
2018-04-26 10:53:59 -04:00