manicmachine
Jamf System Administrator and Software Developer. I mainly build tooling, services, and the occasional IT application.
Pinned Repositories
JamfBuddy_CVTC
[Android App] Android companion app for the Jamf Pro server.
Jamfrs
[WIP] Jamfrs is a command line tool for querying the Jamf Pro server built using Rust.
jpass
JPass is a CLI tool for interacting with Jamf Pro's LAPS functionality written in Swift. JPass provides easy access to LAPS history, auditing, and pending rotations in addition to easily getting local admin passwords or setting them.
JPS-Branding-API-Tool
Python Tkinter app to streamline adjustments to Self Service brandings
MyTODOList
Java/Swing scheduling application
nudge
A tool for encouraging the installation of macOS security updates.
Obscura
Obscura is a rough proof-of-concept iOS photobooth clone utilizing CIFilters. Includes working filter live-preview.
Patchman
Patchman is a macOS Swift application for simplifying maintaining patch policies in the Jamf Pro Server (JPS).
ping-js-server
PingJS is a client/service monitoring server written in TypeScript using NodeJS. It will notify stakeholders when specified clients (via ICMP) or services (via TCP ports) are either online or offline. This is a rewrite of ping-py-server.
jamf_ip_scraper
Scrapes Jamf's Outbound IPs and Domains page and converts the contents into an easily digested JSON file
manicmachine's Repositories
manicmachine/Jamfrs
[WIP] Jamfrs is a command line tool for querying the Jamf Pro server built using Rust.
manicmachine/jpass
JPass is a CLI tool for interacting with Jamf Pro's LAPS functionality written in Swift. JPass provides easy access to LAPS history, auditing, and pending rotations in addition to easily getting local admin passwords or setting them.
manicmachine/MyTODOList
Java/Swing scheduling application
manicmachine/Patchman
Patchman is a macOS Swift application for simplifying maintaining patch policies in the Jamf Pro Server (JPS).
manicmachine/JamfBuddy_CVTC
[Android App] Android companion app for the Jamf Pro server.
manicmachine/JPS-Branding-API-Tool
Python Tkinter app to streamline adjustments to Self Service brandings
manicmachine/nudge
A tool for encouraging the installation of macOS security updates.
manicmachine/Obscura
Obscura is a rough proof-of-concept iOS photobooth clone utilizing CIFilters. Includes working filter live-preview.
manicmachine/ping-js-server
PingJS is a client/service monitoring server written in TypeScript using NodeJS. It will notify stakeholders when specified clients (via ICMP) or services (via TCP ports) are either online or offline. This is a rewrite of ping-py-server.
manicmachine/ping-py-server
Ping is a client/service monitoring server written in Python using Flask and Celery. It will notify stakeholders when specified clients (via ICMP) or services (via TCP ports) are either online or offline.
manicmachine/Sendfile
Inter-Process Communication assignment written in C++ in which a client/server can "securely" transfer arbitrary files (encryption is simply XOR'ing the key).
manicmachine/sliding_window
CS462 (Computer Networks) capstone project; Create a file-transfer application which reproduces sliding window protocols