🦜 Eric Daigle
@ericdaigle.ca@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
A simple, retro theme for Hugo
Your feed and you don't want it here? Just
e-mail the birb.
Things Worked On
/things-worked-on/
Published: March 17, 2025 00:38
Interesting Things I’ve Worked On
Economics
2023-24 Bank of Canada Governor’s Challenge
I was one of five students selected from over seventy applicants to compete as part of UBC’s team for the 2023-24 Bank of Canada Governor’s Challenge, where I was…
Breaking into dozens of apartment buildings in five minutes on my phone
/posts/breaking-into-dozens-of-apartments-in-five-minutes/
Published: February 15, 2025 00:00
Background
A few months ago I was on my way to catch the SeaBus when I walked by an apartment building with an interesting looking access control panel. I wrote down the “MESH by Viscount” brand name and made a note to look into it when I had a chance. I…
Bypassing iChano AtHome's homegrown cryptography with Frida
/posts/breaking-homegrown-cryptography-with-frida/
Published: July 21, 2024 00:00
Background
Today we take a break from exploring stalkerware/watchware to examine a vulnerability in iChano AtHome Camera, a pair of applications allowing smartphones and computers to be used as IoT-enabled security cameras. This exploit allows an attacker…
PCTattletale leaks victims' screen recordings to entire Internet
/posts/pctattletale-leaking-screen-captures/
Published: May 22, 2024 00:00
Background
PCTattletale is a simple stalkerware app. Instead of providing the sophisticated monitoring
of many similarly insecure competitors
it simply asks for permission to record the targeted device (Android and Windows are supported) on infection.…
iSharing data leak writeup
/posts/isharing-data-leak-writeup/
Published: April 24, 2024 00:00
Background
I recently discovered a serious security lapse in iSharing, a location tracker/parental control app for iOS and Android that claims over 35 million users. Upon discovering the issue and getting no response from the developers I contacted Zack…
[UofTCTF 2024] basic-overflow
/posts/uoftctf-2024-basic-overflow/
Published: January 28, 2024 00:00
Problem Description
This challenge is simple. It just gets input, stores it to a buffer. It calls gets to read input, stores the read bytes to a buffer, then exits. What is gets, you ask? Well, it’s time you read the manual, no? Author: drec
This is a…
Spatial joins with geopandas and shapely
/posts/geospatial-joins-geopandas-shapely/
Published: September 30, 2022 00:00
Recently a project at work required me to write an automated and reusable script to add country data to NSDIC’s Free Air Gravity Anomaly dataset. The classic open-source solution would have been PyQGIS’s processing module, but QGIS strangely still doesn’t…