Commit Graph
693 Commits
Author SHA1 Message Date
oriagmon 73e533624a Fixed all PR comments! & improved commenting & indenting 2018-10-17 14:57:27 +03:00
oriagmon c4a81ca6f9 Added proper exception handling 2018-10-17 14:24:07 +03:00
oriagmon 655467c27a Solved hidden exception that stopped program normal run. 2018-10-17 12:53:31 +03:00
oriagmon 87232a12cd Fixed PR: Used the same lock for each variable & changed locks names 2018-10-17 12:36:04 +03:00
oriagmon a8762a4ada Fixed PR: Used the same lock for each variable & changed locks names 2018-10-17 11:32:50 +03:00
oriagmon b37ebf0fee Removed note & added parentheses to a return statement condition 2018-10-17 10:44:34 +03:00
Liz Rice 3b1de53c18 Merge pull request #55 from aquasecurity/moveAzureComponentToTypes
Move azure component to types
2018-10-16 21:08:17 +01:00
Liz Rice e679c93d4a Tiny typo correction 2018-10-16 20:13:21 +01:00
oriagmon e501e9ee63 removed running main a few timees 2018-10-16 18:09:16 +03:00
oriagmon 568e96c2f4 merged with multi-threaded-bug 2018-10-16 17:18:36 +03:00
oriagmon 1b18825b5e Merge branch 'solve-multi-threading-bug' into access-secrets-hunter 2018-10-16 17:16:42 +03:00
ori.agmon 1883abaa23 Updated read me for devs so the mistake won't happen again 2018-10-16 17:12:42 +03:00
ori.agmon 1e4ead93f4 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-16 17:12:42 +03:00
ori.agmon 1f01076cf6 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-16 17:12:42 +03:00
ori.agmon 08f38c623f Had to remove the Azure component form the hunting/aks since it made a circular dependency bug! 2018-10-16 17:12:36 +03:00
ori.agmon 1f9b611237 Fixed all PR comments, just have to change the subscription now.. 2018-10-16 17:12:24 +03:00
ori.agmon eb5a0a6df2 Removed try & except & added logging 2018-10-16 17:12:24 +03:00
ori.agmon 8a8f2272ec changed subscription 2018-10-16 17:12:24 +03:00
ori.agmon efd2563e2a Improved description for this hunter 2018-10-16 17:12:24 +03:00
ori.agmon d3658f2d3d removed the traceback after tested successfully 2018-10-16 17:12:24 +03:00
ori.agmon 5de247b0f5 changed the way im checking how many secrets there are at the default secrets path 2018-10-16 17:12:24 +03:00
ori.agmon c7b1874dbb changed the way im checking how many secrets there are at the default secrets path 2018-10-16 17:12:24 +03:00
ori.agmon e66f427f92 access to secrets from within the pod hunter 2018-10-16 17:12:12 +03:00
oriagmon 086a403559 locked variables 2018-10-16 17:03:57 +03:00
oriagmon 8462eba1b1 Intending 2018-10-16 16:53:57 +03:00
oriagmon 229347e9fa Attempting to solve the threading bug, I will do more checking to be sure its gone 2018-10-16 16:53:07 +03:00
ori.agmon 99dc62ee9d Added top to the readme for dev so the mistake won't happen again 2018-10-14 16:08:40 +03:00
ori.agmon f771da5f5e Added the Azure import to aks.py 2018-10-14 15:25:46 +03:00
ori.agmon 493d7d6d38 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-14 15:24:11 +03:00
ori.agmon 4b466f61c3 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-14 15:10:14 +03:00
ori.agmon bff5ce7558 Had to remove the Azure component form the hunting/aks since it made a circular dependency bug! 2018-10-14 15:10:14 +03:00
ori.agmon b5117fb315 Had to remove the Azure component form the hunting/aks since it made a circular dependency bug! 2018-10-14 14:51:15 +03:00
ori.agmon 0c6de23c65 Fixed all PR comments, just have to change the subscription now.. 2018-10-14 12:00:13 +03:00
ori.agmon d401ede636 Removed try & except & added logging 2018-10-14 11:50:11 +03:00
ori.agmon 46cbfbc5dc Fixed status code bug & some intending. 2018-10-10 20:10:06 +03:00
ori.agmon e3d45d5d88 improved comment 2018-10-10 19:12:16 +03:00
ori.agmon 7041280f2c Removed the helpers functions 2018-10-10 19:11:04 +03:00
ori.agmon 29a004239b changed subscription 2018-10-10 18:04:08 +03:00
ori.agmon c01de32f04 Improved description for this hunter 2018-10-10 11:29:44 +03:00
ori.agmon bb01d1bad9 removed the traceback after tested successfully 2018-10-10 11:23:49 +03:00
ori.agmon 5efe381451 changed the way im checking how many secrets there are at the default secrets path 2018-10-09 22:21:24 +03:00
ori.agmon 18cbe6c53e changed the way im checking how many secrets there are at the default secrets path 2018-10-09 22:15:28 +03:00
ori.agmon 105bc393da access to secrets from within the pod hunter 2018-10-09 21:51:49 +03:00
ori.agmon 5f5f411aff Added informative description for the EtcdAccessEnabledWithoutAuthEvent event 2018-10-09 21:27:11 +03:00
Liz Rice e521c658dc Merge pull request #50 from aquasecurity/addMoreLogs
Add more logs
2018-10-09 08:40:10 +01:00
ori.agmon 28b7910588 Fixed the PR comments :-) 2018-10-08 17:21:29 +03:00
ori.agmon 19c10fd8e9 Fixed the PR comments :-) 2018-10-08 17:18:19 +03:00
ori.agmon 30435f2348 Fixed some english mistakes & :-) 2018-10-08 15:45:23 +03:00
ori.agmon 4573fe4089 Improved unauthorized access false positive on edge case (where user is running using https & 127.0.0.1 & needed certificates) 2018-10-07 17:16:07 +03:00
ori.agmon b9ce66e372 Added evidence to the no auth event & tested it on a vulnerable remote cluster (and it worked!) 2018-10-07 16:59:49 +03:00