Tag: powershell

  • Using PowerShell: At Work.

    Using PowerShell: At Work.

    Please check out my other post about PowerShell, which is titled “PowerShell Script to generate queries“. I had another post that showed the script, which could look up a domain’s IP and create a query for a specific product I use at my job. My boss gave us another script that we can use to…

  • PowerShell Script to generate queries

    At work sometimes we have to create nested queries with a handful of different IPs. I am not going to name the product for Operational Security reasons. But anyways I was tired of having to manually add all the IPs into a nested format like: ( ( addr.dst in ‘1.1.1.1’ ) or ( addr.dst in…

  • Snyk CTF Challenge: Feb 28th 2025.

    Please check out my other posts about other CTF’s I have participated on such as UTCFT 2025 Challenge: March 14th This was the first reverse engineering challenge. It was labeled easy. The first thing I did was use the strings command to view all the strings in the binary. The string command will print all…