Hello Stacker, Today we’re going to talk about a cool and unique stack I’ve come across lately. This stack may not even cost…
Hello Stackers.. In this articles we talking about Strategy Pattern. The original object, called context, holds a reference to a strategy object. The…
Hello Stackers, sometimes we have to find unusual cases to solve. which must be solved outside of the existing pattern because of its…
Hello Stacker, this is source code to deploy minikube to your Linux VM. sudo groupadd docker sudo usermod -aG docker $USER curl -Lo…
Hello Stacker, ProxyChains is a tool that forces any TCP connection made by any given application to go through proxies like TOR or…
Hello Stacker, before we talk about DNS poisoning, we will get an understanding of what DNS is and how it works. As human…