Sending Client-Acquired SSO Token to My API Server to Access Firewalled Resources Under User Identity

In an SSO scenario (it’s Azure Active Directory specifically, but conceptually I’m not sure it matters), I obtain a token that then allows my application to impersonate the user to access resources – for example an Azure storage account wi… Continue reading Sending Client-Acquired SSO Token to My API Server to Access Firewalled Resources Under User Identity

How to zone transfer – (Pentester lab – problem in recon badge – port 53 filtered ) [closed]

I was trying to solve some recon badge problem from pentesterlab.com
But when I tried to transfer zone (using dig axfr), the website (hackycorp.com, z.hackycorp.com) says connection failed or time out.
And if I scan it with nmap, port 53 i… Continue reading How to zone transfer – (Pentester lab – problem in recon badge – port 53 filtered ) [closed]

How to properly deploy a Kubernetes cluster on Ubuntu Server

If you’re looking for the easiest method of deploying a Kubernetes cluster on Ubuntu, Microk8s is the way. Find out how.
The post How to properly deploy a Kubernetes cluster on Ubuntu Server appeared first on TechRepublic.
Continue reading How to properly deploy a Kubernetes cluster on Ubuntu Server

How can I prevent visitors from exposing their personal IP addresses to my server?

I’m running an Apache server on an Ubuntu EC2 instance for some online friends, but they don’t want me to be able to identify them in real-life. The hosted webapps require login, so it’d be easy for me to associate their username with thei… Continue reading How can I prevent visitors from exposing their personal IP addresses to my server?