diff --git a/src/public/img/portfolio/crx-fetcher.png b/src/public/img/portfolio/crx-fetcher.png new file mode 100644 index 0000000..a6a077b Binary files /dev/null and b/src/public/img/portfolio/crx-fetcher.png differ diff --git a/src/public/img/portfolio/cypress.png b/src/public/img/portfolio/cypress.png new file mode 100644 index 0000000..80c374c Binary files /dev/null and b/src/public/img/portfolio/cypress.png differ diff --git a/src/public/img/portfolio/timewasted.png b/src/public/img/portfolio/timewasted.png new file mode 100644 index 0000000..42c5290 Binary files /dev/null and b/src/public/img/portfolio/timewasted.png differ diff --git a/views/portfolio.ejs b/views/portfolio.ejs index 9eb544c..2be3ca2 100644 --- a/views/portfolio.ejs +++ b/views/portfolio.ejs @@ -38,6 +38,7 @@ +
+ A web version of a Python script I once wrote to help people + in class download extensions our teacher wanted us to get from + the Chrome Web Store, bypassing the school filters. It does this + by accessing some Chrome Web Store endpoint that I found off + Stack Overflow. You can copy a list of extension IDs and send + them to someone to paste in here, and it'll download all the + zipped packages for you to install. +
+ Try It! + Source ++ A toolkit I created for hardening VMs in CyberPatriot competitions. + Some examples of its functions include a script to print through + all the users on a system and tell you which ones are admin, a + script to run updates and do all the typical hardening steps, and + a built-in guidebook/checklist for tasks that may get you points. +
+ Source ++ A very simple Neovim plugin that tells you how much time you've + spent using the program. I created it because I was curious + how Neovim plugins worked and wanted to see if I could make + one. The plugin itself is a reference to the bottom right + corner of x64dbg, a debugger I sometimes use for reverse engineering. +
+ Source +