Justin Breed
Justin Breed
@pdelteil Following back up on this. Do we know what the site displays (search text) for when a domain is vulnerable? Seems like this is pretty old, but not seeing...
I'll have to revisit this script. What is the exact command you are using and/or do you have the output of it failing?
Will take a look once I get some me time to look. Quick glance the sed line for this is: sed -i "s#MainActivity#$apkName#" /tmp/payload/res/values/strings.xml You could use debugging option the...
When you install the app, what name are you seeing for the installed package? Will take a glance this weekend to see if I can find what changed. Also, did...
I added annotations for safe-to-evict to true, but this doesn't evict the pod with the labels the others use for inter-pod affinity to place them all on a new node...
@drmorr0 Thanks. Yeah, I would prefer to not have to write my own scheduler; however, seems it may be the only option at this time. For affinity rules, it appears...
@drmorr0 I am going to test using pod anti-affinity rules on the main pods. If these schedule on their own nodes, then this will allow the pods with affinity rules...
Any updates on this? Attempting to get this over to my unraid server directly from this image without having to make modifications to it. UNRaid requires volumes to be set...
Additional references: API Docs: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.OAuth2 Prometheus config: https://github.com/prometheus-operator/prometheus-operator/blob/3d08043f0df6ed02fe6cfb7f7a6cf8c6f6356f0e/pkg/prometheus/promcfg.go#L2024-L2061