Releases: inguardians/peirates
Releases · inguardians/peirates
v1.1.0 - Peirates can be run outside of a pod and will harvest kubelet cert/key pairs and pod secrets automatically
- Peirates can now be run outside of a pod.
- Peirates automatically gathers kubelet cert/key pairs from the node filesystem
- Peirates automatically gathers pods secrets from the node filesystem
v1.0.36 - Peirates now uses kubelet certs if run on a node
- Peirates now uses kubelet certs if run on a node
- -u (API Server URL) replaces -i (IP address/name of API server) and -p (port of API server)
- Peirates does not require an API server to be specified to start, only to run relevant commands.
v1.0.35 - Updated GCP metadata API token parsing for Google's change
- Updated GCP metadata API token parsing for Google's change
v1.0.34 - Added JWT parsing
v1.0.34 - Added JWT parsing
v1.0.33 - Simple portscan functionality
Simple TCP portscan functionality
v1.0.32 - minor refactor, increased error checking
v1.0.32 - minor refactor, increased error checking
- Many changes to appease the linter.
- Regexp compiles to appease the linter, will also speed things a tiny bit.
- Namespace switching checks inputs better.
- More inputs trim whitespace.
v1.0.31 - adds an AWS version of the kops state bucket attack
v1.0.31 - adds an AWS version of the kops state bucket attack
This also refactors some of our AWS code.
v1.0.30 - Added auth can-i toggle
- You can now toggle Peirates' checking if each action is permitted by RBAC before doing it.
- Added sub-menu item prose in addition to numbers.
v1.0.29 - adds custom headers to curl and IP address discovery for hostPath mounting trick
v1.0.29 - adds custom headers to curl and IP address discovery for hostPath mounting trick
Bugfix release - curl fixed
Bugfix release - curl had been crashing when HTTP/s requests had no parameters.