danielsagi

Results 21 issues of danielsagi

## Description Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. List any dependencies that are required for this change. ##...

## What would you like to be added Following #489 . we need tests to be implemented for this. Essentially setting a custom config with an empty `config,core_hunters`. and allowing...

enhancement

## What would you like to be added On some hunters, we still directly use `requests.get` This should not be the case, all events should have a Session object. which...

backend enhancement

## Description Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. List any dependencies that are required for this change. ##...

## What would you like to be added Change categories for vulnerabilities, and add a corresponding field for MITRE correlation. Update kube-hunter's KB with related info Match this as close...

enhancement

## What would you like to be added Add a job yaml with generated token for easy deployment on incluster scans. https://kube-hunter.aquasec.com/ ## Why is this needed Right now kube-hunter's...

enhancement

## What would you like to be added PR #85 was starting to implement this. Implement this with kube-hunter's updated architecture. Client certificate should be added to the session object...

enhancement

The hunter subscribe mechanism currently support subscribing to one or multiple event. The problem arises when for example we want to run a hunter only if two specific events were...

enhancement
on pull request

## What would you like to be added Hunter which subscribes to specific mount vulnerabilities, And tries to extract sensitive information for further exploitation. For example: * Reading history file...

enhancement
New Hunter

## What would you like to be added New (set of) Instance Metadata Hunter(s) Intuitively. Will only run on a `--pod` scan We already have a _small implementation_ of using...

enhancement
New Hunter