Author: Michael Meade
-
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…
-
UTCFT 2025 CTF Challenge Write-Up
If you are interested reading CTF challenges please check out my other article named Snyk CTF Challenge: Feb 28th 2025 where I talk about other CTF I have participated in. Big thanks to Texas University ISSS for creating and moderating the game and the Discord chat. It was tons of fun and I learned a…
-
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…
-
My First Silver Pour
If you are new to this hobby and want to learn more on how I picked the furnace and other gear please check out my other post that describes the process in more details and some hot tips to stay safe. The article is titled “My Journey in Silver casting…“ The image above shows some…
-
Add Comment Column on Wireshark.
Please check out this other post of mine titled “Using Dorks for learning and for fun.“. It shows you how to use Dorks to find better information on the internet. Adding column to Wireshark. In this tutorial, I will explain how to add a new column to Wireshark that displays comments. I have found this…
-
Updates: SnackHack2…
If you have not read the first article about this tool please check out the post named “SnackHack2: Hacking tool and Recon“. The newly updated SnackHack2 comes with a Rakefile, which makes it a breeze to push, build, and install the gem. The Rakefile also includes tasks that can run code to ensure no bugs…
-
Exposing Scammers
Please check these others post exposing scammers: Exposing the Scammers Part two and Another Day, Another Scammer. If you’ve ever been in a large group on Telegram, Discord, WhatsApp, or any other messaging app, you have probably received unsolicited private messages—especially if the group you’re in is crypto-related. The number one rule when in a…
-
Link Repository
This post contains links that I find interesting or helpful. It covers a bunch of different types of categories. Some related to cybersecurity, others not so much. Check back to this list often as new URLs will be added. Some people collect baseball cards, coins, etc. I collect news article that I found interesting. ¯\_(ツ)_/¯…
-
Get the prices of Cryptocurrency
The gem can be found on Rubygems.org or on Github.com. Check out the examples folder for more examples on how this project could be used. Installing the gems This gem uses the Ruby gem “httparty” to make the request to the API. “gem install CryptoPriceFinder” will install the gem on your system. Saving the price…