Spotlight

Showcasing some stuff.
Return Home

portDialer - concurrent port scanner (golang)

portDialer screenshot portDialer screenshot

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

mytime3 screenshot

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.

Thanks for everything, pygame devs.
Python repository: pydev

Python 3 - lookup

lookup screenshot

Using beautifulsoup4 and requests to scrape definitions from Merriam-Webster's web app.

Python repository: pydev

Airsnipe-ip

airsnipe-ip screenshot

Kinda my own, crappy, script-kiddie wrapper around aireplay-ng; a member of the aircrack-ng suite. Comes complete with tacky termcolor output.

Bash scripts: bash repository

Calendar-cli

Screenshot of cli-cal; written in C++. Cli-cal showing a leap year.

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.