Pinned Repositories
armory
A curated repository of the tools, scripts, resources and programs I use regularly for CTF, BB or other security work.
flask_mysql_chain_dropdowns
An implementation of dynamic chained dropdowns from a MySQL database as an all in one solution, using flask to serve the webpage and handle system side queries. The front-end is HTML and JS, utilisng JQuery and Ajax for dynamic elements and data processing, respectively.
heatmap_image_density_analyser
A simple tool to analyse heatmaps and plot both the percentage density of the Red, Yellow and Green highlighted areas, usually indicating the density of occurance for the measured factor. This allows reverse-engineering of the statistics used to create heatmaps on images that have already been overlayed with the result.
kernel-drivers-hacking
A testing space, where I program and write short kernel-space programs to experiment with, and learn about, the Linux kernel
mkctf
A bash script to quickly create a ctf/pentesting container and working directory
suckless
The git repository used for version control and backups of my ST and DWM builds.
twiglet
A project written to easily retrieve Twitter data, namely trending topics and hashtags without the use of the Twitter API
windows10-privacy-tweaks
The GitHub release of the "Windows 10 Tweaks and Debloat Project" (https://archive.codeplex.com/?p=windows10tweaksanddebloat) For which I was awarded the "National Runner Up" in the 2017 BCS Computing at School Awards.
working-directory-tracker
A short bash script that can be added to your .bashrc to save the current working directory in RAM, so that the next terminal window opened is in the same working directory as the last.
writing
Welcome! This is where I'll post updates to projects I'm working on, walkthroughs to capture the flag material and any other areas of research I'm currently working on.
polo-sec's Repositories
polo-sec/writing
Welcome! This is where I'll post updates to projects I'm working on, walkthroughs to capture the flag material and any other areas of research I'm currently working on.
polo-sec/armory
A curated repository of the tools, scripts, resources and programs I use regularly for CTF, BB or other security work.
polo-sec/windows10-privacy-tweaks
The GitHub release of the "Windows 10 Tweaks and Debloat Project" (https://archive.codeplex.com/?p=windows10tweaksanddebloat) For which I was awarded the "National Runner Up" in the 2017 BCS Computing at School Awards.
polo-sec/flask_mysql_chain_dropdowns
An implementation of dynamic chained dropdowns from a MySQL database as an all in one solution, using flask to serve the webpage and handle system side queries. The front-end is HTML and JS, utilisng JQuery and Ajax for dynamic elements and data processing, respectively.
polo-sec/kernel-drivers-hacking
A testing space, where I program and write short kernel-space programs to experiment with, and learn about, the Linux kernel
polo-sec/suckless
The git repository used for version control and backups of my ST and DWM builds.
polo-sec/twiglet
A project written to easily retrieve Twitter data, namely trending topics and hashtags without the use of the Twitter API
polo-sec/working-directory-tracker
A short bash script that can be added to your .bashrc to save the current working directory in RAM, so that the next terminal window opened is in the same working directory as the last.
polo-sec/Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
polo-sec/All-Algorithms
polo-sec/Cake
An object-orientated math library
polo-sec/heatmap_image_density_analyser
A simple tool to analyse heatmaps and plot both the percentage density of the Red, Yellow and Green highlighted areas, usually indicating the density of occurance for the measured factor. This allows reverse-engineering of the statistics used to create heatmaps on images that have already been overlayed with the result.
polo-sec/mkctf
A bash script to quickly create a ctf/pentesting container and working directory
polo-sec/PythonAlgorithms
All Algorithms implemented in Python 3
polo-sec/side-projects
I'd like to focus a lot on assembly in this repo but I've also added some of my java projects I made while learning it in University. I enjoy reverse engineering so I've written a few little assembly programs to start learning it even if it's not really practical because GCC can output better assembly than I can.
polo-sec/leetcode
Leetcode Practice
polo-sec/swi-prolog
Learning and practice implementations of SWI Prolog projects.