Tag: ruby
-
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…
-
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…
-
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. ¯\_(ツ)_/¯…
-
SnackHack2: Scripts
The SnackHack2 source code can be found on my GitHub with the link. More information about this tool, can be found at my other article with the name SnackHack2: Hacking tool and Recon. Port Scanning IPs This script will perform a port scan of the first 1,000 ports. The code will create a new file,…
-
SnackHack2: Hacking tool and Recon
This tool comes in gem form and can also be downloaded from Github.com. Originally, this project would be my senior project, but I had to scrape the idea for a simpler project due to my course workload and mental health. Please check out my other article about this tool, the article name is SnackHack2: Scripts…