Category: Projects

  • CTF-Pal

    CTF-Pal

    Origin Story During the weekend I sometimes participate in CTFs as a way to learn new skills and keep my skills sharp. During those CTF’s I usually start out the challenge with running strings commands, the file command, open it with Ghrida, etc. I thought it would be cool to make a program that can…

  • Enabling Bridge mode on Ubuntu WSL

    I noticed that I was unable to access the same network that my host pc was on when using Ubuntu WSL. I could not ping my 192.168.0.1 host which was my IP that given to my Window’s machine. This was causing a problem when I was working on a project. I performed some Googling and…

  • Silver Stack Manger

    The Silver manager can be found on GitHub. The Origin Story. Please check this article named “Silver Stacking Terminology and information“ I have a spreadsheet that I use to manage my Silver stack and also my cash balances. The spreadsheet is a nice way to log my stack. The spreadsheet is managed in these three…

  • Updates: SnackHack2…

    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…

  • Get the prices of Cryptocurrency

    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…

  • SnackHack2: Scripts

    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

    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…