Fun with Python
A collection of Python scripts.
Gathered here are all of the articles related to Python.
As new posts are written, they will be archived here for quick access.
The site is new, so the collection is small. Check back for more.
-
Log Analysis with Regex
In this installment, the author analyzes a log file with a simple Python script using regex.
-
Log Analysis with Regex v2
In this installment, the author updates the original log analysis code with new functionality to generate CSV with identified IPv4 addresses.
-
Log Analysis with Regex v3
In this installment, the author updates the log analysis code with additional functionality to search for IOCs stored in a separate file.
-
File Search in Multiple Directories
In this installment, the author searches multiple directories for files that contain specific text in their name.
-
A Simple Password Generator
In this installment, the author generates strong passwords with a simple script.
-
Hacker Handle Generator
In this installment, the author generates elite hacker handles, just for fun.
-
File Hashing
In this installment, the author creates a simple script to hash a file.
-
File Hashing v2
In this installment, the author creates a simple script to hash all files in a directory.