In a landscape as interconnected as Information Technology, the adage by John C. Maxwell, “Teamwork makes the dream work…” perfectly...
Sometimes when your in Kali you want a quick and easy way to share files. One of the ways I...
Before we dive into the specifics, let’s take a moment to revisit what RFCs are. Standing for “Request for Comments,”...
curl -Is https://{SITE}.com | head -1 HTTP/2 200 curl -Is https://{SITE}.com/login.asp | head -1 HTTP/2 404 curl -Is http://{SITE}.com |...
Cost consideration is an essential aspect when designing and implementing network architecture. Here, we delve into the three primary components...
Building out a proper help desk with different levels and delegated alerting is critical for several reasons: Efficient Use of...
First, let’s talk about the difference between a zone and a domain. There are several distinct zones in the DNS,...
The communication between a laptop and a server within a network involves a number of layers and protocols. Here’s a...
Command Prompt: for /L %i in (1,1,254) do @ping -n 1 4.2.2.%i | find "Reply" Powershell: 1..254 | % {...
URL http.host == “api.cordero.me” DNS dns.qry.name == “www.cordero.me” dns.qry.name matches “.cordero.me” dns.qry.name contains “cordero.me” TCP Flags tcp.flags.reset == 1 tcp.flags.push...