danielsagi and GitHub
17513d2c6f
Merge branch 'master' into refactor_host_discovery
2019-12-01 00:45:07 +02:00
Oleg Butuzov and Liz Rice
fd4d79a853
adding codecoverage ( #198 )
2019-11-30 08:45:33 +00:00
Liz Rice and Yehuda Chikvashvili
3326171c7a
docs: clarify that job.yaml is an example ( #279 )
2019-11-27 18:42:35 +02:00
Liz Rice and Yehuda Chikvashvili
4c82b68f48
Merges #225 ( #278 )
...
* Fix typos
* Fix review comments
2019-11-26 21:11:33 +02:00
Yehuda Chikvashvili and GitHub
1d7bdd6131
Consider patched versions as not vulnerable by default ( #220 )
...
* Consider patched versions as not vulnerable by default
Change `--ignore-downstream` to `--ignore-patched-versions` and
invert it's effect.
From now on, kube-hunter will not alert patched components as default
behavior.
Resolves #194
* Rename flag --ignore-patched-versions to --include-patched-versions
v0.2.0
2019-11-26 20:28:30 +02:00
14c49922da
mention KB in the readme ( #276 )
...
Co-Authored-By: Liz Rice <liz@lizrice.com >
2019-11-15 21:54:14 +02:00
danielsagi and GitHub
7c2ec7c03c
Merge branch 'master' into refactor_host_discovery
2019-11-15 19:55:51 +02:00
Greg Jacobs and Itay Shakury
1c443eb6e4
Fixes for typos and readability in Readme.md and KB ( #248 )
2019-11-12 14:08:47 +02:00
Itay Shakury and Yehuda Chikvashvili
12f5b75733
Refactor reporters and add KB URL to reports ( #275 )
...
* refactor reporters and add kburl
* rename json reporter file to align with other reporters
2019-11-10 15:21:36 +02:00
s-nirali and Yehuda Chikvashvili
7b77945ebd
Fix some linting issues ( #267 )
2019-11-08 13:07:37 +02:00
Ryan Lahfa and Yehuda Chikvashvili
a266c9068f
Locking: Use a RAII/Defensive style to prevent issues when exceptions are thrown ( #269 )
2019-11-07 19:10:37 +02:00
Anuj Singh and Itay Shakury
67af48fa9a
Create a sitemap ( #258 )
2019-11-05 21:48:05 +02:00
Yehuda Chikvashvili and Itay Shakury
efd23433ff
Support macOS ( #273 )
...
Upgrade scapy to version 2.4.3 and above.
This commit fixes IndexError that was raised when running
kube-hunter from macOS.
Resolves #262
2019-11-05 12:53:44 +02:00
Itay Shakury and Yehuda Chikvashvili
8cc90db8f5
add kb index ( #252 )
2019-10-30 20:38:16 +02:00
Itay Shakury and Yehuda Chikvashvili
0157ac83ce
add .venv to gitignore ( #256 )
2019-10-28 23:40:16 +02:00
Rohith and Yehuda Chikvashvili
031c4b9707
reponding to bug request https://github.com/aquasecurity/kube-hunter/issues/246 ( #249 )
...
/usr/bin/env python generally is defaulted to the version set by the linux flavour. On some distros it's python 2 and 3 on others, changing it to python3 might work
2019-10-26 19:05:13 +03:00
Raj Chowdhury and Simarpreet Singh
25333b201f
Typo fix ( #247 )
...
Fixed Minor typos in README
2019-10-25 11:54:27 -07:00
Nithin-183 and Simarpreet Singh
bde288ceb3
Update README.md ( #237 )
2019-10-25 11:42:10 -07:00
Arpit Pandey and Yehuda Chikvashvili
f61f624d29
Fix typos in code comments ( #227 )
2019-10-23 19:10:01 +03:00
Ryan Lahfa and Yehuda Chikvashvili
d424fcd7c8
Use set rather than list to test membership in O(1) ( #231 )
2019-10-23 18:34:19 +03:00
Itay Shakury and GitHub
04fc39c810
build article titles from metadata ( #238 )
...
* rename id to vid to avoid conflict with jekyll's id
* build article title from metadata
2019-10-23 18:22:37 +03:00
Ramshah Jahangir and Yehuda Chikvashvili
59543346d2
updating pul request template ( #242 )
...
* updating pul request template
* fixing typos
2019-10-23 18:12:43 +03:00
Itay Shakury and GitHub
6b4f13e84a
update ruby gems used for the kb website ( #236 )
2019-10-23 14:03:00 +03:00
michizhou and Liz Rice
d8037434a0
Improved documentation ( #201 )
2019-10-23 11:16:49 +01:00
suijaa and Itay Shakury
a8428a9445
typo fix in KHV050.md
2019-10-22 09:03:07 +03:00
Sidhya Tikku and Yehuda Chikvashvili
6969f02e9b
Create PULL_REQUEST_TEMPLATE.md ( #222 )
2019-10-20 15:41:02 +03:00
Mislav Cimperšak and Yehuda Chikvashvili
91e4388e53
adding multiple templates for github issues ( #224 )
2019-10-20 15:28:49 +03:00
Sidhya Tikku and Yehuda Chikvashvili
c27bcb48de
Update .gitignore ( #221 )
2019-10-19 15:00:25 +03:00
Soumyadeep Sinha and Yehuda Chikvashvili
300fd117c9
Fixed Some typos ( #199 )
...
* Fixed some typos
* Fixed some typos
2019-10-18 18:55:47 +03:00
Manuel Rüger and Yehuda Chikvashvili
195ce52111
.travis.yml: Simplify and extract dev reqs ( #219 )
...
With Xenial being default, the yaml can be simplified.
Also extract requirements for development, so users can install it easily.
2019-10-18 18:03:48 +03:00
SinithH and Yehuda Chikvashvili
7f5d81e68e
fixed some typos ( #195 )
...
* Update README.md
* Update README.md
* Update README.md
* Replace missing "if"
* Update README.md
2019-10-18 17:39:54 +03:00
6a80cdede5
Update README.md ( #196 )
...
* Update README.md
Added license details(and linked to the license page) and improved the readability of the README file.
* Update README.md
Co-Authored-By: Nikita Titov <nekit94-08@mail.ru >
2019-10-18 17:32:54 +03:00
Sumit Kharche and Yehuda Chikvashvili
a877d86c13
Added license & docker image badge ( #197 )
...
* Added license badge in README.md
* Removed spaces at end of file.
2019-10-18 16:49:39 +03:00
Manuel Rüger and Yehuda Chikvashvili
e145f8f4a4
Dockerfile: Use apk with --no-cache ( #204 )
...
Signed-off-by: Manuel Rüger <manuel@rueg.eu >
2019-10-18 16:32:16 +03:00
Steffin Stanly and Yehuda Chikvashvili
3747b85552
Update README.md ( #202 )
2019-10-18 16:27:49 +03:00
Mohan Sha and Yehuda Chikvashvili
4df3908772
Added table of contents for easier navigation ( #211 )
2019-10-18 15:58:54 +03:00
Itay Shakury and Yehuda Chikvashvili
817070ea30
document api access vulnerabilities ( #205 )
...
* document apiinfodisclosure vuln
* fix relative url
2019-10-18 15:50:53 +03:00
Itay Shakury and Yehuda Chikvashvili
b4029225dd
document DNS spoofing vulnerability ( #206 )
...
* document dnsspoof vuln
* fix relative url
2019-10-18 15:40:39 +03:00
Manuel Rüger and Yehuda Chikvashvili
1395389c62
kb: typo endoint -> endpoint ( #214 )
2019-10-18 15:32:34 +03:00
Itay Shakury and Yehuda Chikvashvili
8602e2a603
fix navigation url when searching for kb article ( #210 )
...
* fix navigation url
* add baseurl
2019-10-18 15:16:20 +03:00
Itay Shakury and Yehuda Chikvashvili
f67c437a36
document kubelet vulns ( #209 )
2019-10-16 18:28:34 +03:00
godaji and Itay Shakury
6ff4627f9b
Rename camel var to snake style. ( #182 )
2019-10-15 08:51:35 +03:00
Itay Shakury and GitHub
4e68ea4e15
Add Knowledge Base for reported vulnerabilities ( #188 )
2019-10-13 17:10:47 +03:00
SinithH and Liz Rice
e982f291e9
fixed some typos ( #193 )
...
* Update README.md
* Update README.md
* Update README.md
* Replace missing "if"
2019-10-10 10:17:23 +01:00
Itay Shakury and Liz Rice
3b13e5980f
add contributing guide ( #189 )
2019-10-10 10:10:27 +01:00
Adam Hauze and Liz Rice
bed2a1fe4a
Updated README to include documentation around python venv ( #187 )
...
* Updated README to include documentation around python venv
* Tidy PR
Add link to Virtual Environments docs
Remove Mac-specific instruction about brew
Remove non-installation instructions from installation section
* Tidy PR
Remove run instruction from installation section
2019-10-04 13:09:25 +02:00
Yehuda Chikvashvili and Liz Rice
bc00bbd058
Change CVE hunters description ( #183 )
...
Make CVE hunters description more accurate
2019-10-02 16:32:09 +02:00
Yehuda Chikvashvili and danielsagi
a1feb06ec7
Ignore downstream version flag ( #181 )
...
* Ignore downstream version flag
This commit adds `--ignore-downstream` flag to kube-hunter.
Enabling the flag will make kube-hunter considering patched versions
as not vulnerable.
Resolves #179
* Add test cases and refine argument description
2019-09-19 21:57:39 +03:00
Daniel Sagi
ea5e17116d
removed unecessary host checking in get_cloud
2019-09-10 16:10:27 +03:00
danielsagi and GitHub
79a7882cba
Merge branch 'master' into refactor_host_discovery
2019-09-08 12:49:22 +03:00