Ken Johnson
a6c8ab01f5
Merge pull request #60 from carnal0wnage/restructure
...
restructuring libs to be a bit more sane in terms of schema
2018-09-25 17:09:32 -04:00
cktricky
d1385751ba
updated. Fixes #59
2018-09-25 17:08:47 -04:00
cktricky
dc3c20a937
restructuring libs to be a bit more sane in terms of schema and so that we can split between aws and gcp
2018-09-25 17:03:38 -04:00
Chris Gates
c0b20ad2de
Update requirements.txt
...
missing an =
2018-09-25 15:51:57 -04:00
Chris Gates
4d0efca754
Merge pull request #56 from carnal0wnage/list_modules
...
List modules
2018-09-24 10:54:49 -04:00
cktricky
859d2e3d52
kewl printing now
2018-09-21 22:52:30 -04:00
cktricky
69526ba18c
sweeeeet. now i just need the table formatted correctly and we are rockin and rollin
2018-09-21 20:59:32 -04:00
cktricky
7d04eaea7b
fix so that files like .keep are not imported
2018-09-20 09:57:03 -04:00
cktricky
223ce88705
listing is in progress but needed to add a .keep to the gcp folder
2018-09-20 09:39:56 -04:00
cktricky
378135e799
reworked the logic of modules and what not
2018-09-14 20:34:46 -04:00
cktricky
677936cab5
removing the print debug statement
2018-09-14 12:30:18 -04:00
cktricky
16f11bbd8c
woohoo, can still invoke commands
2018-09-14 12:30:01 -04:00
cktricky
cec955c3c8
still futzing around
2018-09-14 11:52:27 -04:00
cktricky
b00ee271ff
more shuffling
2018-09-13 20:09:26 -04:00
Chris Gates
92f229ecf4
Merge pull request #53 from nvisium-jonn-callahan/master
...
because sorting is better than not
2018-06-28 17:15:35 -04:00
Jonn Callahan
41fc45b850
updated the other funcs as well
2018-06-27 16:15:46 -07:00
Jonn Callahan
3bff9c4aea
because sorting is better than not
2018-06-27 16:07:57 -07:00
cktricky
b59f75abbf
Fixes issue #50
2018-06-03 00:14:27 -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