Commit Graph

162 Commits

Author SHA1 Message Date
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
carnal0wnage
8d26c55bb6 the rest of the db code 2018-04-04 22:14:01 -04:00
carnal0wnage
6d69e6b024 initital db code 2018-04-04 22:12:32 -04:00
cktricky
61e470df94 made a dummy list method for when CG gets the json logging going 2018-03-05 16:01:27 -05:00
cktricky
2245a0ab56 changing the first step related method to step_recon 2018-03-04 13:08:57 -05:00
cktricky
6ebadcd1ce first pass at some pretty basic metaprogramming to make our lives easier using eval and callable 2018-03-04 13:06:15 -05:00
carnal0wnage
62e811968a current boto3 functions as of 11 Feb 2018 2018-02-11 19:38:57 -05:00
carnal0wnage
ece4b759f1 recon updates 2018-02-11 19:14:48 -05:00
Chris Gates
e900782ba3 Update .gitignore 2018-02-11 17:57:04 -05:00
Ken Johnson
6a16f8b226 Merge pull request #12 from cktricky/master
Per @carnal0wnage I'm cleared to merge
2018-01-11 16:30:10 -05:00
cktricky
72df437d74 need to go ahead and maybe add this file as a gitignore or something 2018-01-10 11:25:59 -05:00