© 2022 Hashnode
#security
I read an article about not trusting third party code at https://unixsheikh.com/articles/no-you-cannot-trust-third-party-code-without-reading-it-first.html. Quite frankly, it struck me as an off the rails rant, I can't remotely see how it g…
Objectives There's an elevator in a building and your objective is to make it reach the top floor or set the top to true. Let's see how we can do that. Analysis // SPDX-License-Identifier: MIT pragm…
The Definition of DevSecOps is how we put security into the DevOps process and How do we merge the two together and still ensure that from the security perspective you have all the checkpoints you ha…
In this article, we will walk through on how to setup AWS IAM passwordless authentication mechanism to connect to your MongoDB Atlas cluster. MongoDB introduced the MONGODB-AWS authentication mechani…
What is Kubescape? On the off chance that you visit their site, you can find, Kubescape being characterized as a K8s open-source tool giving a multi-cloud K8s single sheet of glass, including risk inv…
Kubernetes is not a secure platform. Its implementation in production requires the integration of several components to ensure its security and good operation by both administrators and users. The man…
This happened in 2018 when I was a regular bug bounty hunter, At that time CloudBleed was still trending. So as a young hacker full of enthusiasm I tried to find something similar and then I ended up …
Objectives This level wants us to claim the ownership of the contract to win. The concept hidden in this contract is called a Delegate Call or delegatecall(). Let's dive in. Delegate Call in Solidit…
Kubernetes is considered the new cloud-native operating system and is used by millions of developers worldwide. Now that so many big companies are using Kubernetes to deploy mission-critical applicati…
Objectives This is a really cool coin flip game where you'll have to correctly guess the outcome 10 times in a row to win. If you guess wrong, the counter will reset and you'll have to do it all again…