Author: Michael Meade

  • 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…

  • Exposing Scammers

    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

    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…

  • A guide on being safe on your phone.

    A guide on being safe on your phone.

    Take a look at my other related post named Spotting Phishing Emails which talks about how to examine phishing emails like an expert. Firstly Happy Cybersecurity Awareness Month! In this article I will teach you ways that you can keep your phone safe and secure. Most people do not go anywhere without their phone, this…

  • Spotting Phishing Emails

    Spotting Phishing Emails

    Check out my other article titled “Staying Safe on Social Media“. This is apart of a series for Cybersecurity month. In this article I will show the principles used by threat actors in phishing emails with the goal of teaching the reader how to spot phishing emails. In the modern world, phishing emails will often…

  • Staying Safe on Social Media

    If you want to learn more on how to stay safe online, please check out my other post, “Choosing a secure password in 2024.“ The month of October is Cybersecurity awareness month. In this blog post I will teach you how to be safe on Social Media. Almost everyone has some type of social media…

  • Happy “World Mental Health Day”

    In this post, I will go over different ways that you can protect your mental health. Mental Health is important no matter your gender. Yes, even men can get sad and depressed. Social Media, the ultimate time waster Social Media can be great time waster but sometimes you need a break. Go on social media…

  • 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,…