Tag: powershell
-
PowerShell Script to make 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.
String Me Along 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 the printable characters that are in the file. Next I tired to enter, “unlock_me_123” after running the…