Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.
Running install.sh (from the bin folder) tries to install the operator in the version docker.io/securecodebox/operator:v3.1.0-alpha1, which does not exist.
Steps To Reproduce
Start with a fresh cluster
Run install.sh, install nothing but the operator
Observe that the installed operator fails to come up:
This is my OSCP cheat sheet made by combining a lot of different resources online with a little bit of tweaking. I used this cheat sheet during my exam (Fri, 13 Sep 2019) and during the labs. I can proudly say it helped me pass so I hope it can help you as well ! Good Luck and Try Harder
Describe the bug
Running
install.sh
(from thebin
folder) tries to install the operator in the versiondocker.io/securecodebox/operator:v3.1.0-alpha1
, which does not exist.Steps To Reproduce
install.sh
, install nothing but the operator