Skip to content

Instantly share code, notes, and snippets.

View ike's full-sized avatar
walking away from omelas

Isaac Lewis ike

walking away from omelas
  • SIGN Fracture Care
  • "><script>alert('landback')</script>
  • 10:15 (UTC -07:00)
  • Bluesky @ike.io
View GitHub Profile
@ike
ike / docker-up-prune.psuedo
Last active May 3, 2018 07:42
docker-up prune
swarm = DockerSwarm.new()
service = Service.new(config.json)
Prune(images? = false, containers? = false, machines? = false)
if images?
images = getServiceImages(service)
for image in images
// Check if image is dangling (old version + not used), then destroy
@ike
ike / openbsd_minor_port_update_checklist.md
Created March 31, 2019 03:09
OpenBSD Minor Port Update Checklist

OpenBSD Minor Port Update Checklist 🐡

To start:

  • Must bump version -- add REVISION=0 if upstream version hasn't changed
  • Point Makefile at new version
  • Run make makesum to generate new checksums
  • Run make patch

Check for these tweaks:

  • Use https for homepage and master site

Rose Video Walkthrough

At Rose Video, the developers are hard at work building a new API to support the classic movie rental business. This API is time-sensitive, as a new mobile app is coming early next year. As a new hire, you need to jump in and get your hands dirty in a clean fresh API.

Vulnerabilities

  • Time-base SQL injection
  • Credentials in repository