Ultra bare-bones concurrent port scanner written in golang. Script kiddies beware; this scanner
will complete the TCP 3-way handshake to determine if a port is open or not.
mytime3
A digital clock GUI leveraging the time module & pygame. What's great about
pygame is that it uses SDL2; a development library native to the C language. SDL2
is open-source software that allows developers to create windows and graphical
applications for all major operating systems (desktop & mobile). Without much
effort, I was able to use pygame to create this Python application that I was able
to test on Linux & Windows 10. Pygame provides an excellent entry point for
beginners looking to get into GUI or game creation. I'd also like to mention the
very-cool, free and open Pixeltype font.
Python 3 - lookup
Using beautifulsoup4 and requests to scrape definitions from Merriam-Webster's web app.
Airsnipe-ip
Kinda my own, crappy, script-kiddie wrapper around aireplay-ng; a member of the aircrack-ng
suite. Comes complete with tacky termcolor output.
Calendar-cli
Using some well-known math formulas, this console app generates an accurate
representation of any given calendar month and indicates whether or not it
occurred during a leap year.