Commit Graph

172 Commits

Author SHA1 Message Date
Chris Gates
f37e4708fa typo 2018-04-16 14:52:00 -04:00
Chris Gates
68fcc5d9d3 rename to make more consistent 2018-04-16 14:51:06 -04:00
carnal0wnage
2629e09c85 put config.py back for a bit because everything poops without it 2018-04-16 14:43:27 -04:00
Chris Gates
89914e7e10 fix ec2 modules to not use config.py 2018-04-16 14:36:07 -04:00
Chris Gates
bb73d460d5 moving to .env instead of config.py 2018-04-16 14:35:40 -04:00
Chris Gates
22bd12dcab pull in .env instead of config.py 2018-04-16 14:29:58 -04:00
cktricky
581dea9cbc better documentation re: how to pass in args 2018-04-16 13:41:37 -04:00
cktricky
099707ae29 yolo pushing 2018-04-16 13:40:12 -04:00
carnal0wnage
0ea40aea05 brute minor update and iam updates 2018-04-13 14:01:25 -04:00
carnal0wnage
ed5a8d62ff ec2 updates 2018-04-13 04:12:30 -04:00
carnal0wnage
7f9dc8810b updated brute/recon 2018-04-13 03:30:50 -04:00
carnal0wnage
611ce0ac29 initial ses 2018-04-13 03:07:47 -04:00
carnal0wnage
5004022a1c rds updates 2018-04-13 02:32:36 -04:00
Chris Gates
45169e5bfa Merge pull request #23 from carnal0wnage/more_meta
More meta
2018-04-13 00:35:19 -04:00
cktricky
9082908be5 This is a post merge after having added in dynamic module loading. Merge branch 'master' of https://github.com/carnal0wnage/weirdAAL into more_meta 2018-04-12 23:59:00 -04:00
cktricky
78916326b9 so now we can load modules dynamically. Also, the tutorials for python seem insane. Why was this simple answer not the first to pop. Ugh. 2018-04-12 23:58:20 -04:00
carnal0wnage
c917df7dde fix sqs lib to list_queues 2018-04-12 00:09:58 -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
c6802744f1 fix device farm and other stuff 2018-04-11 22:45:33 -04:00
carnal0wnage
9eb444dc3b sqs 2018-04-07 22:16:53 -04:00
carnal0wnage
50a6902219 firehose, sqs updates, recon module, etc 2018-04-07 22:16:23 -04:00
carnal0wnage
5c531effca opsworks 2018-04-07 19:52:02 -04:00
carnal0wnage
76db8c3aea lambda 2018-04-07 19:46:38 -04:00
carnal0wnage
7c368b9a62 emr 2018-04-07 19:37:29 -04:00
carnal0wnage
5de3e23dc4 pep8, elasticbeanstalk fixes 2018-04-07 19:32:20 -04:00
carnal0wnage
93340dafb2 pep8 mostly 2018-04-07 18:42:44 -04:00
carnal0wnage
7e78fa821c pep8 2018-04-07 17:28:27 -04:00
carnal0wnage
2898c11afb moving stuff around, pep8 some stuff 2018-04-07 17:15:38 -04:00
carnal0wnage
961642af4a rm some stuff that go moved to modules 2018-04-07 14:25:19 -04:00
carnal0wnage
697659207d cloudwatch stuff 2018-04-07 14:24:13 -04:00
carnal0wnage
e9acbdecd3 moving stuff around 2018-04-07 14:06:31 -04:00
carnal0wnage
f2d3f385d4 move show services to modules/db.py 2018-04-07 14:01:06 -04:00
Ken Johnson
f59e8b9f4f Merge pull request #21 from carnal0wnage/print_fix
Print fix
2018-04-06 13:05:49 -10:00
cktricky
d030ad82dd switched back to modules which means the brute.py test file no longer needs the method step_cg_test 2018-04-06 13:04:01 -10:00
cktricky
123aedf81d changed back to modules 2018-04-06 13:03:15 -10:00
cktricky
51d2887a60 fixed indentation and print errors 2018-04-06 13:02:53 -10:00
cktricky
3ae87d030a believe the last of the print issues should be fixed 2018-04-06 11:11:50 -10:00
Ken Johnson
f9e8d453ad Merge pull request #20 from carnal0wnage/build_in_some_logic
METAPOGRAMMING FTW
2018-04-06 00:10:39 -10:00
cktricky
6ba2f12cab removed dup code that is ugly and horrible 2018-04-06 00:07:20 -10:00
cktricky
7ff5319252 looks legit to me (trying to make sure we can load all files in the modules directory as well as libs but do it in a somewhat abstracted way. Although, the method to do the abstraction then requires duplicate code so I am sort of annoyed that I used dup code to avoid making dup code... whatever... get over it you neurotic ginger.) 2018-04-06 00:00:01 -10:00
Ken Johnson
f09407ab8d Merge pull request #19 from carnal0wnage/cg_build_in_some_logic
Cg build in some logic
2018-04-05 19:02:46 -10:00
cktricky
ea5ed636d7 I have decided to temporarily just fix all the print statements since it did not take long with some atom/regex fu 2018-04-05 18:59:00 -10:00
cktricky
3b60996fdc staging some stuff before I do the print rework 2018-04-05 18:27:37 -10:00
cktricky
f92a7c51a3 removing testing method that is unnecessary 2018-04-05 14:19:35 -10:00
cktricky
86654a6fb1 as far as I can tell, this works except that I am getting errors because of python 2.7 and printing 2018-04-05 14:18:08 -10:00
carnal0wnage
d2cda87252 pep8 fixes 2018-04-05 16:21:01 -04:00
Chris Gates
1b8913586a Update aws_lambda.py
fix print statements
2018-04-05 16:09:36 -04:00
carnal0wnage
cc2101dfbd print fixes for python3 2018-04-05 16:06:13 -04:00
carnal0wnage
e398484508 fix broken stuff when checking with python3 2018-04-05 15:59:17 -04:00
carnal0wnage
518c266059 more db stuff, log recon results to db 2018-04-05 15:40:02 -04:00