Cybersecurity is more critical than ever. Organizations, developers, and hobbyists constantly seek tools to identify vulnerabilities in web applications and networks. But what if you could create a lightweight, customizable vulnerability scanner yourself? Enter VulnScanner—a Python-based tool designed to detect common web and network vulnerabilities and generate detailed HTML reports. In this blog post, we’ll […]
Category: Python Scripts
Today, we’ll be taking a break from our normal blog posts, and talk about how a job interview turned out to be a malicious attempt, and how I uncovered it.
In today’s digital world, password security is more important than ever. Weak or easily guessable passwords are a common cause of data breaches, hacked accounts, and unauthorized access. Fortunately, generating a secure, random password doesn’t have to be complicated—especially if you know a bit of Python! In this post, we’ll be creating a short Python […]
Post coming soon!
Hello everyone and Happy Holidays! Today, we will be creating a python tool that takes file samples, extracts metadata such as hashes, strings, and file size, to automatically check them against VirusTotals’ database. This automation tool will be using Virus Total’s API key, so we will be able to do this all from a terminal. […]
The Target Data Breach is one of the most notorious cybersecurity incidents in recent cybersecurity history affecting over millions of customers and being a stepping stone to more robust security measures. And today we’re going to dive into that. Incident Overview: In September 2013, cybercriminals used an email based phishing scam to trick an employee […]
Welcome to my first blog post! Today we will be creating a simple packet sniffer in python 3.12. We will need a couple things in order for this to run properly, but first, lets get the downloads out of the way. Head over to https://npcap.com/dist/ and download the latest version of npCAP. Next, we will […]