Skip to content

Instantly share code, notes, and snippets.

View hmboyd's full-sized avatar

Hmboyd hmboyd

View GitHub Profile
anonymous
anonymous / untitled
Created April 27, 2015 13:44
IFTTT Spotify Alarm Clock
Spotify Alarm
Utilizing [IFTT recipe](https://ifttt.com/recipes/283707-spotify-alarm-clock)
In your mail client:
Create a rule in your mail client with the following properties
- Message content contains #wakeup
- Actions: Delete Message, Run AppleScript
Create an AppleScript with the following statements.
@hmboyd
hmboyd / CVE-2021-45802.md
Last active February 7, 2022 21:01 — forked from P0cas/CVE-2021-45802.md
MartDevelopers-Inc

CVE-2021-45802

The iResturant is open source for web commercial use. SQL Injection occurs because iResturant does not verify email and phone parameters when registering as a member.

/* (...) */
session_start();
require_once('../config/codeGen.php');
require_once('../config/config.php');
require_once('../partials/head.php');