Skip to content

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

03 Oct 21:06
Compare
Choose a tag to compare
  • 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

03 Oct 07:25
155d0d4
Compare
Choose a tag to compare
  • 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

25 Aug 02:50
Compare
Choose a tag to compare
  • Updated GCP metadata API token parsing for Google's change

v1.0.34 - Added JWT parsing

14 Aug 06:14
Compare
Choose a tag to compare

v1.0.34 - Added JWT parsing

v1.0.33 - Simple portscan functionality

13 Aug 20:52
Compare
Choose a tag to compare

Simple TCP portscan functionality

v1.0.32 - minor refactor, increased error checking

24 Jun 16:53
Compare
Choose a tag to compare

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

04 Jun 09:09
Compare
Choose a tag to compare

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

14 Nov 00:17
Compare
Choose a tag to compare
  • 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

14 Aug 21:44
Compare
Choose a tag to compare

v1.0.29 - adds custom headers to curl and IP address discovery for hostPath mounting trick

Bugfix release - curl fixed

14 Aug 03:15
Compare
Choose a tag to compare

Bugfix release - curl had been crashing when HTTP/s requests had no parameters.