manish
607612866f
resolved dependency issue of the json.py file, renamed it to json_reporter
2019-02-22 15:13:58 +01:00
Liz Rice
66fed51036
Merge pull request #92 from maniish-jaiin/feature-json-reporter
...
created reporter for json format
2019-02-21 16:51:14 +00:00
Liz Rice
dbd1449208
Merge branch 'master' into feature-json-reporter
2019-02-21 11:59:19 +00:00
Liz Rice
5380caca6b
Add json to the format options in help
2019-02-21 11:20:25 +00:00
Liz Rice
f11319766b
Typo
2019-02-21 11:19:19 +00:00
maniish-jaiin
855f67f9a9
Merge branch 'feature-json-reporter' of https://github.com/maniish-jaiin/kube-hunter into feature-json-reporter
2019-02-21 11:18:56 +01:00
maniish-jaiin
9d68679df0
renamed the function name and json_reporter to json
2019-02-21 11:18:30 +01:00
maniish-jaiin
78b7574217
renamed the function name and json_reporter to json
2019-02-21 11:17:06 +01:00
manish
4f9a362e6a
created reporter for json format
2019-02-20 13:36:24 +01:00
Liz Rice
9ea7ffcbef
Merge pull request #89 from aquasecurity/lizrice-patch-4
...
Requests tests to support code changes
2019-02-20 11:28:32 +00:00
Liz Rice
2f47fc835c
Merge branch 'master' into lizrice-patch-4
2019-02-19 15:33:39 +00:00
Liz Rice
ae45814221
Update README.md
2019-02-19 15:24:47 +00:00
Liz Rice
fb638dcc7e
Merge pull request #88 from aquasecurity/support-tests
...
Support tests
2019-02-19 13:15:15 +00:00
Liz Rice
ba224f150d
Requests tests to support code changes
2019-02-19 13:12:14 +00:00
Liz Rice
3b9fe3b30d
Merge branch 'master' into support-tests
2019-02-19 13:10:40 +00:00
Liz Rice
6dd87e12f8
Add test runner to Travis
2019-02-19 13:01:27 +00:00
Liz Rice
765899ca4a
Need script to run test because of odd config import
2019-02-19 13:01:12 +00:00
Liz Rice
0866a2763f
Remove unnecessary event (presumably copy-pasted)
2019-02-19 12:58:04 +00:00
Liz Rice
67ef517742
Merge pull request #87 from ttousai/patch-1
...
Add note highlighting the pre-requisites
2019-02-19 09:46:15 +00:00
Liz Rice
5cd9efec15
Update README.md
2019-02-19 09:40:28 +00:00
Abubakr-Sadik Nii Nai Davis
b0d014848c
Link prerequisites to detailed instruction later in the page
2019-02-18 20:46:54 +00:00
Abubakr-Sadik Nii Nai Davis
68b736c7c3
Add pip command to install required modules
2019-02-18 15:45:50 +00:00
Liz Rice
09e9a0c2ad
Merge pull request #81 from aquasecurity/secrets-typo
...
Typo
2019-02-05 14:25:06 +00:00
mcherny
4ddb163945
Merge branch 'master' into secrets-typo
2019-02-04 18:28:39 +02:00
Liz Rice
9d010d4798
Typo
2019-01-18 17:15:05 +00:00
Liz Rice
8d367d1aa0
Merge pull request #69 from FormationAI/formation
...
Add basic system:anonymous testing
2019-01-17 16:12:11 +00:00
Liz Rice
9b3529db0c
D'oh
2019-01-17 16:05:47 +00:00
Liz Rice
985d76f8a6
Recent change moved service account token access
...
Should've really been part of merge
2019-01-17 15:51:40 +00:00
Liz Rice
880cd3781c
Merge branch 'master' into formation
2019-01-17 15:06:45 +00:00
Liz Rice
e81a938e4f
Merge pull request #76 from mcherny/fix-service-account-token-vuln
...
Fix: the pod service account token vulnerability 'Location' is wrong
2019-01-17 14:59:38 +00:00
Liz Rice
4f3f2dc1ef
Merge branch 'master' into fix-service-account-token-vuln
2019-01-17 14:24:42 +00:00
Liz Rice
06218f3267
Create NOTICE
2019-01-14 15:12:24 +00:00
Michael Cherny
a16dfa5f1c
Fix: the pod service account token vulnerability 'Location' is wrong
...
The vulnerability reported with location of API server. Moved the vulnerabilty discovery to 'secrets' hunter.
2019-01-14 09:50:05 +02:00
Nick Hibberd
eb462086e0
Only guard 'publish_event(ServiceAccountTokenAccess(..))' with needing the service account
2019-01-06 16:53:23 -08:00
Liz Rice
4c14d8b78d
Merge pull request #74 from mcherny/refacture-from-pod
...
Refactor host discovery code to explicitly split discovery from outside cluster and discovery from pod.
2019-01-04 11:26:49 +00:00
Liz Rice
f5a0ae0990
Minor changes to comments
2019-01-04 11:25:04 +00:00
Liz Rice
2ef0ac9479
Tiny typo
2019-01-04 11:10:44 +00:00
Liz Rice
3a5c1376a1
Merge pull request #73 from mcherny/misha-fix-in-azure-from-pod
...
Add '--quick' option to kube-hunter command line arguments
2019-01-03 16:50:44 +00:00
Michael Cherny
545c603a5f
Refacture host discovery to explicitly split discovery from outside cluster and discovery from pod.
...
Now depending on '--pod' flag scan starts with either HostScanEvent or RunningAsPodEvent.
2018-12-27 19:59:58 +02:00
Michael Cherny
a7dd3a505c
Add '--quick' option to kube-hunter command line arguments
...
It was used but not implemented, causing from pod scanning in Azure not to work.
2018-12-27 15:10:59 +02:00
Liz Rice
263ba5e203
Merge pull request #72 from mcherny/misha-dockerfile-quick-rebuild
...
Make rebuilding kube-hunter image after code changes quick
2018-12-26 17:40:56 +00:00
Michael Cherny
e854d92eef
Make rebuilding kube-hunter image after code changes quick
...
Somewhat dirty (perhaps there is a better multi-stage build solution). First copy requirements.txt only and install all dependencies. Then copy all kube-hunter new code. This way only latest layer changing on code changes and all previous can be brought from cache.
2018-12-23 14:47:22 +02:00
Nick Hibberd
7a85962a0d
Add basic system:anonymous testing
2018-12-10 13:48:59 -08:00
Liz Rice
16ff0afba4
CVE-2018-10020105 reported too often ( #68 )
...
* Reporting CVE-2018-1002106 over-enthusiastically
* Oops
2018-12-06 22:23:06 +02:00
Ori Agmon
3836a8f8c4
Shallow detection cve 2018 1002105 ( #67 )
...
* added the CVE hunter, haven't checked the hunter yet
* fixed illegal name for import file
* Completed & Tested
* subnet scan
* Updated description
* Updated description
* Updated description
2018-12-06 00:47:16 +02:00
Ori Agmon
22a9a16631
Shallow detection cve 2018 1002105 ( #66 )
...
* added the CVE hunter, haven't checked the hunter yet
* fixed illegal name for import file
* Completed & Tested
* subnet scan
2018-12-06 00:30:31 +02:00
Ori Agmon
cb0164edd1
Shallow detection cve 2018 1002105 ( #65 )
...
* added the CVE hunter, haven't checked the hunter yet
* fixed illegal name for import file
* Completed & Tested
2018-12-05 23:30:45 +02:00
Liz Rice
c3d51d530a
Merge pull request #60 from aquasecurity/more-service-account-token-hunters
...
More service account token hunters
2018-12-04 14:16:03 +01:00
Liz Rice
8e51c5e501
Merge branch 'master' into more-service-account-token-hunters
2018-12-04 14:12:16 +01:00
Liz Rice
e793a0ff2a
Merge pull request #62 from aquasecurity/adding_more_comments
...
Adding more comments
2018-12-04 14:11:14 +01:00