Explore >> Select a destination


You are here

www.trickster.dev
| | 0xdf.gitlab.io
17.6 parsecs away

Travel
| | One of the neat things about HTB is that it exposes Windows concepts unlike any CTF I'd come across before it. Forest is a great example of that. It is a domain controller that allows me to enumerate users over RPC, attack Kerberos with AS-REP Roasting, and use Win-RM to get a shell. Then I can take advantage of the permissions and accesses of that user to get DCSycn capabilities, allowing me to dump hashes for the administrator user and get a shell as the admin. In Beyond Root, I'll look at what DCSync looks like on the wire, and look at the automated task cleaning up permissions.
| | www.davidxia.com
13.2 parsecs away

Travel
| | What I Recently Learned About Docker Networking and Debugging Networking Issues in General May 2, 2021 | By David Xia This is a story about how debugged a ...
| | rmoff.net
10.7 parsecs away

Travel
| |
| | nodogmablog.bryanhogan.net
27.1 parsecs away

Travel
| In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances.